Hi. I have a linux box connected to internet thru ethernet..and my winbox connected thru that to internet using ipmasq. Now ive been trying to run a quake2 server..or any games server for that matter, not the point, on the winbox and letting ppl externally connect to it. linuxbox has 10.1.1.1 ip on internal eth card, and winbox has 10.1.1.2. I set up ipfwadm -F with these options.. hopefully to forward connection to port 27910 to my winbox. ipfwadm -F -a accept -b -P tcp -S 0/0 1024:65535 -D 10.1.1.2/32 27910 ipfwadm -F -a accept -b -P udp -S 0/0 1024:65535 -D 10.1.1.2/32 27910
So q2,uses tcp and udp..it should accept all conections from *.*.*.* with most ports and forward to 10.1.1.2 port 27910. Except it doesnt work. Could someone please let me know what obvious error I might have made. Thanx Richard Clarke

