Nathan Fowler wrote:
>
> Quake3 runs on 27960 UDP, it also has a control port. So
> allowing TCP 27960 won't do much for you. You also have a
> TCP port that talks to the master server so it can propogate
> the server list and heartbeat to the master server.
>
> Check out:
>
http://www.tsmservices.com/masq/cfm/detail.cfm?AppID=157>
> Consequently, I'm the guy who contributed that

>
> Nathan
Hi Nathan,
I’ve been reading your contribution with interest, but just to be sure, I send you the lines I have in my /etc/init.d/masq
/usr/sbin/ipmasqadm portfw -a -P tcp -L 192.168.1.15 27960 -R 192.168.100.2 27960
/sbin/ipchains --append input -p tcp -s 0/0 -d $OUTERNET 27960 -j ACCEPT
/usr/sbin/ipmasqadm portfw -a -P udp -L 192.168.1.15 25000 -R 127.0.0.1 25000
/sbin/ipchains --append input -p udp -s 0/0 -d $OUTERNET 25000 -j ACCEPT
/usr/sbin/ipmasqadm portfw -a -P udp -L 192.168.1.15 27960 -R 127.0.0.1 27960
/sbin/ipchains --append input -p udp -s 0/0 -d $OUTERNET 27960 -j ACCEPT
These lines are made by the port forwarding rpm I installed on the SME.
Should I erase these lines?
Where exactly do I put your line “/usr/sbin/ipmasqadm autofw -A -r udp 27960 -h
www.xxx.yyy.zzz” in?
Should I use the red NIC’s IP address (192.168.1.15) or should I use the routers public IP address?
Regards
Dennis