Hi,
I am in trouble while writing PAT rule in my iptables configuration.
Lan ips - 192.168.2.0/24 Public ip - y.y.y.y
I need to implement PAT for ssh ---> At ip - y.y.y.y port - 1 should redirect to 192.168.2.1:22 At ip - y.y.y.y port - 2 should redirect to 192.168.2.2:22 At ip - y.y.y.y port - 3 should redirect to 192.168.2.3:22
please let me know how to resolve it..!