I got MSN Messenger to work without using uPNP. The tested features are: instant message and file transfer.
The definitions I did on my WL500g are:
Enable LAN to WAN Filter? No
Enable WAN to LAN Filter? Yes
WAN to LAN Filter
-----------------
Source IP | Port Range | Destination IP | Port Range | Protocol
*.*.*.* | 443 | *.*.*.* | >1 | TCP
*.*.*.* | 1863 | *.*.*.* | >1 | TCP
*.*.*.* | 1891:1900 | *.*.*.* | >1 | TCP
*.*.*.* | >1 | *.*.*.* | 1891:1900 | TCP
*.*.*.* | 7001 | *.*.*.* | >1 | UDP
Virtual Server List
Local IP | Port Range | Protocol | Description
192.168.1.2 | 6891:6900 | TCP | Messenger
Explanation
=========
If MSN Messenger does not succeed to establish a file transfer via ports 1891:1900 it shall try it by using port 80 instead. File transfer via HTTP protocol (port 80) are rather slow since files are first uploaded to a Microsoft server and then sent to its intended user.
Notes:
=====
The definitions above described are to work on host 192.168.1.2 only.
Opening port 80:
----------------
*.*.*.* | 80 | *.*.*.* | >1 | TCP


Reply With Quote