[SWGPL-Main] MSN WORKING!!
Mark Van Bruggen swgpl-main@matrixlist.com
Sat Nov 24 19:11:02 2001
Previous message: [SWGPL-Main] (Fwd) Re: AW: [users] $$ for server
Next message: [SWGPL-Main] Re: [users] MSN WORKING!!
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all Messenger users.....
I have the module that allows you to send files, I dont know if it
will allow voice and video though as I dont have those capabilities to
test it....
http://www.not-lost.com/ip_masq_mms.o
you can download it from there
It is meant for kernel 2.2.19 but if u force loading (insmod -f
ip_masq_mms.o) it will work no probs...
you place the module in /lib/modules/2.2.20/ipv4/
then in /etc/rc.d/rc.network.up
you add insmod -f ip_masq_mms.o
after you see:
echo "Loading MASQ helper modules"
modprobe ip_masq_quake
modprobe ip_masq_irc
modprobe ip_masq_ftp ports=21,2121
modprobe ip_masq_icq
modprobe ip_masq_pptp
I also have the following rules at the end of rc.firewall.up (in same
directory. These rules also apply for directplay games, MSN Zone
games, gamespy and ports for messenger).
#fixes for masq forwarding
ipmasqadm autofw -A -r tcp 29900 29901 -h 10.0.0.10
ipmasqadm autofw -A -r tcp 28800 28912 -h 10.0.0.10
ipmasqadm autofw -A -r tcp 6890 6901 -h 10.0.0.10
ipmasqadm autofw -A -r tcp 47624 47624 -h 10.0.0.10
ipmasqadm autofw -A -r tcp 2300 2400 -h 10.0.0.10
ipmasqadm autofw -A -r tcp 1863 1863 -h 10.0.0.10
ipmasqadm autofw -A -r tcp 6667 6667 -h 10.0.0.10
ipmasqadm autofw -A -r tcp 3783 3783 -h 10.0.0.10
ipmasqadm autofw -A -r udp 2300 2400 -h 10.0.0.10
ipmasqadm autofw -A -r udp 1863 1863 -h 10.0.0.10
ipmasqadm autofw -A -r udp 5004 65535 -h 10.0.0.10
(10.0.0.10 is the ip of the internal PC)
Anyway thats how I get to play my games and send files with messenger
behind my smoothy..
OH YEAH don't forget to reboot after u have made these changes....