I resolved my issue. My mistake was thinking that this line in the config was supposed to reflect my external IP:
<!-- The public IP or DNS name of the machine the transport is running on --> <!-- This is needed for file transfer!! This is also used as the IP address for outgoing connections --> <host>10.0.1.11</host> I was placing my WAN IP address in there. The box is behind a NAT proxy. Once I switched to the local IP address of the box, the connections worked properly. I think that it would be clear to change this to say IP address of the machine the transport is running on instead of public IP as the terminology public IP leads us to believe its the EXTERNAL IP when NAT is used. On Aug 18, 12:54 pm, "Norman Rasmussen" <[EMAIL PROTECTED]> wrote: > On Mon, Aug 18, 2008 at 6:10 PM, Dario <[EMAIL PROTECTED]> wrote: > > Hello everybody, i have modified the firewall rules on my router and > > also modified the character string CVR0. But no success at all... Any > > other suggestion??? > > These are the firewall rules you need: > > server:anyport --> anywhere:1863 by the pymsnt process (connection to MSN > server) > anywhere:anyport --> server:5269 (xmpp/jabber s2s connections) > server:anyport --> anywhere:5269 by the jabber s2s process (xmpp/jabber s2s > connections - some servers don't use 5269, so actually you need to allow to > anyport) > > I tried to connect to your server on port 5222 (jabber client) and 5269 > (jabber server), and both failed :-( > > feel free to ping me via xmpp on norman at darkskies dot za dot net > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page:http://norman.rasmussen.co.za/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "py-transports" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/py-transports?hl=en -~----------~----~----~----~------~----~------~--~---
