View Single Post
Posts: 2 | Thanked: 0 times | Joined on Mar 2009 @ Germany
#49
Hi fattomm,

Yes that's a typo, I meant RFC1918 IPs, but I think you got what I meant.

You may doubt it, but exactly this is the problem. As said
Originally Posted by quantenschaum View Post
...problem is that the server doesn't accept local to be registered....
Have a look at what happens:
Code:
 N810: REGISTER 123456789@sip.1und1.de
       contact: <123456789@192.168.12.34:12345>   *
1und1: 403 no RFC1819 IP allowed

... N810 tries again with two contacts

 N810: REGISTER 123456789@sip.1und1.de
       contact: <123456789@192.168.12.34:12345>   *
       contact: <123456789@public.ip:54321>
1und1: 403 no RFC1819 IP allowed
In the first try telepathy (and I talk about telepathy here, the N810 VOIP software, not ekiga on fedora, it was just an ekiga account I tried to register with using telepathy software on the N810) tries to register a RFC1918 address. In the second try it tries to register an internet IP *and* an RFC1918 IP. So in both cases an RFC1918 IP is included in the registration request and unmistakenly the server complains just about this.

Someone asked for the wireshark trace, here it is.

Happy computing, Q.
Attached Files
File Type: zip sip.1und1.zip (846 Bytes, 175 views)