On Sun, Jan 14, 2007 at 03:18:23PM +0100, Martin Hoffmann wrote:
Depends, if SER can't determine the return address or for some reason (well, NAT, obviously) gets the wrong one you may see no message at all. Try force_rport() to rule out this possibility.
It is indeed a NAT problem. SER does send a 407 response, but it sends it to the wrong port. That is why I did not capture it.
force_rport() does help.
Thanks for your answer