I need to forward a port, I'll call it 3333 on a machine running ipfwadm. would this forward packets to 172.16.1.192 and allow replies from the server on that port to the outside world? ipfwadm -F -a accept -b -P tcp -S 0/0 3333 -D 172.16.1.192 thanks! bug