On Monday 06 May 2002 5:55 pm, Scottie wrote: > eth0=10.0.0.117 > eth1=192.168.0.10 > > iptables -A FORWARD -i eth0 -p tcp -o eth1 -d 192.168.0.17 --dport 5800 -j > ACCEPT > > iptables -A FORWARD -i eth0 -p tcp -o eth1 -d 192.168.0.17 --dport 5900 -j > ACCEPT
What is this protocol you're running on ports 5800, 5900 ? I don't recognise those numbers. Do you know whether the protocol works okay through a NATted connection ? Antony.
