/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ I am having trouble getting DirectPlay games particularly Allegiance to work. I am trying to forward the ports to 192.168.0.2. I found in the Allegiance readme that it uses port TCP outbound 47624 and TCP and UDP 2300-2400 both inbound and outbound. I have tried numerous methods of forwarding the ports such as: /usr/sbin/ipmasqadm autofw -A -v -r udp 2300 2400 -h 192.168.0.2 /usr/sbin/ipmasqadm autofw -A -v -r tcp 2300 2400 -h 192.168.0.2 /usr/sbin/ipmasqadm autofw -A -v -r tcp 47624 47624 -h 192.168.0.2 /usr/sbin/ipmasqadm autofw -A -v -r udp 47624 47624 -h 192.168.0.2 /usr/sbin/ipmasqadm autofw -A -v -r udp 28800 28900 -h 192.168.0.2 i also tried: /usr/sbin/ipmasqadm portfw -a -P tcp -L $extip 47624 -R 192.168.0.2 47624 /usr/sbin/ipmasqadm portfw -a -P udp -L $extip 47624 -R 192.168.0.2 47624 A=2300 while [ $A -lt 2400 ]; do /usr/sbin/ipmasqadm portfw -a -P tcp -L $extip $A -R 192.168.0.2 $A /usr/sbin/ipmasqadm portfw -a -P udp -L $extip $A -R 192.168.0.2 $A A=`expr $A + 1` done and: /usr/sbin/ipmasqadm autofw -A -r tcp 47624 47624 -h 192.168.0.2 /usr/sbin/ipmasqadm autofw -A -r tcp 2300 2400 -h 192.168.0.2 /usr/sbin/ipmasqadm autofw -A -r udp 2300 2400 -h 192.168.0.2 Anyone have any suggestions? They would be greatly appreciated. -Ross Milton _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! 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/ Please keep general linux/unix/pc/internet questions off the list.
