I'm looking for some help on how to do NAT on a Cisco 1720 so that every device on my ethernet segment can have a private IP address, yet NAT themselves to the public IP address on the Serial0 port:
interface Serial0
ip address 207.64.26.2 255.255.255.252
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
Also, would it be better to unnumber the IP address of Serial0 -> FA0, or even create a loopback? I'm just trying to find the best method.
-Rainman
interface Serial0
ip address 207.64.26.2 255.255.255.252
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
Also, would it be better to unnumber the IP address of Serial0 -> FA0, or even create a loopback? I'm just trying to find the best method.
-Rainman