One server I'm working on is sitting behind a symmetric nat.
I currently see one thing which I think may cause problems, the Via: field in the header has a private address in it when requests are sent to another server.
Is there any way to get the server to re-write that Via: field it appends so that it adds the outside address instead. Or am I mistaking here ?
Does anyone else have this setup in a live environment ? If so, what issues are you seeing ?
/Tony S
Hi Tony,
You can force a different address in VIA by configuration option: ADVERTISED_ADDRESS=address ADVERTISED_PORT=port or you can do it per request using the script function: SET_ADV_ADDRESS(address) SET_ADV_PORT(port)
Best regards, Marian
Tony Sarendal wrote:
One server I'm working on is sitting behind a symmetric nat.
I currently see one thing which I think may cause problems, the Via: field in the header has a private address in it when requests are sent to another server.
Is there any way to get the server to re-write that Via: field it appends so that it adds the outside address instead. Or am I mistaking here ?
Does anyone else have this setup in a live environment ? If so, what issues are you seeing ?
/Tony S