/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */



I'm running 2.2.10 using ipchains and ipmasqadm to provide Internet access
for my internal LAN.  I'm trying to run GameSpy 3D 2.1.3.3 (2.13) on one of
the masq'ed machines without success.  I've enabled firewall support inside
of Gamespy and set it to use ports 26000-28000 (the defaults).  However, I
am having trouble opening these UDP ports in rc.firewall  I've tried the
following:

ipchains -A input  -i $EXTERNAL_INTERFACE -p UDP \
         -s $ANYWHERE 26000:28000 \
         -d $IPADDR 26000:28000 -j ACCEPT

ipchains -A output -i $EXTERNAL_INTERFACE -p UDP \
         -s $IPADDR 26000:28000 \
         -d $ANYWHERE 26000:28000 -j ACCEPT

and also

/usr/sbin/ipmasqadm portfw -a -P udp -L <my_public_ip> 26000:28000 -R
<private_client_ip> 26000:28000

However in both cases Gamespy would still update the list without me seeing
any activity on the cable modem and it would show all games as having a ping
of 9999.  Any suggestions would be much appreciated.

Thanks!

-Dustin




_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/

Reply via email to