Brent Clark wrote:
Hi all I am in need of connecting to a machine with SSH, but via port 8080. I tried the following$IPT -t nat -A PREROUTING -i eth0 -p tcp --dport 8080 -j DNAT --to 10.0.0.10:22 $IPT -t filter -A FORWARD -i eth0 -p tcp --dport 8080 -d 10.0.0.10 -j ACCEPT
Sorry Never Mind Would help if I allow 8080 on my own personal fw. Thanks anyway. Kind Regards Brent Clark