This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Routing/proxying for (shudder) MSN Messenger

I was wondering what settings I should be using in order to get file SENDING (recieving works fine) working over MSN Messenger.
At the moment, I have the socks5 proxy running (user authentication is enabled so no socks4) and MSN is connected to it. I was under the impression that this would allow outgoing files to be sent, but unless the people I've been testing it with are also behind firewalls it doesn't seem to.

I have the following rule set in the NAT/Masquerading section:
Internal_Network__ -> All / All
SRC translation: MASQ__NTL (NTL is the name I gave to the external interface)
DST translation: none
It's a standard Masq entry.

To allow the above to work, I have the following in the packet filter rules:
From: Any
Service: Any
To: Any
Action: Allow

Is it possible that one of the above is interfering with the socks proxy, or have I just had some bad luck and all the people I asked were behind firewalls after all?
The socks proxy is working fine for other applications (IRC, Direct Connect, etc).

Any help much appreciated.
[:)] 


This thread was automatically locked due to age.
Parents Reply Children
  • Please forgive me on this - I'm very much learning this stuff as I go along.
    I have now defined a service called MSNM with a port range 6891:6900 on both src and dest, using the TCP protocol.
    I've also made a DNAT rule that listens for that service coming into the external adaptor, and then it changes the destination to the internal network.

    Should this work?
    Is that microsoft article saying I should not be using the socks proxy at all?