Click to See Complete Forum and Search --> : What do i do with these rules?


yogee
07-07-2001, 11:22 AM
What do i do with these? Suposed to open and forward these ports for multiplayer game serving.
ipfwadm -F -a accept -m -S 192.168.0.4/255.255.255.0 -D 0.0.0.0/0

ipautofw -A -r udp 32766 32809 -h 192.168.0.4 -v -u

I tried adding them as they are shown, to ipchains in redhat 7.1 and i got error up the ying yang.

sickm
07-07-2001, 04:03 PM
what game ? surly not all games.
and dont use ipchains, because ipchains is not verry fast in forwarding even more when there are a lot of forwardings.
try to use ipmasqadm
example : ipmasqadm portfw -a -p tcp -L (intern) 22 -R (extern) 22

this is to forward ssh for exsample
hope ya got is now ! :)

yogee
07-07-2001, 04:42 PM
Originally posted by sickm:
<STRONG>what game ? surly not all games.
and dont use ipchains, because ipchains is not verry fast in forwarding even more when there are a lot of forwardings.
try to use ipmasqadm
example : ipmasqadm portfw -a -p tcp -L (intern) 22 -R (extern) 22

this is to forward ssh for exsample
hope ya got is now ! :)</STRONG>

Nascar Racing 4. OK thanx but, what am i suposed add those rules to? Not the ipchians file? Im using a "MASQ" rule in my ipchains to open the net to local machines. Thinking....