SQL2KDBA69
Programmer
I have one public ip address example 172.2.2.2. i want to set up NAT to translate all ip address on my network of 192.168.0.0\24 to public address of 172.2.2.2. I only can do it with a static translation of
ip nat inside source statis 192.168.0.1 172.2.2.2
this works but only for the computer with 192.168.0.1
please help thanks
ip nat inside source statis 192.168.0.1 172.2.2.2
this works but only for the computer with 192.168.0.1
please help thanks