I need some assistance in configuring NAT on a Cisco 1720. Here's my basic setup:
int fa0
ip address 10.0.0.1 255.255.255.0
int s0
ip address 192.168.0.2 255.255.255.252
What I want to do is use the WAN IP address of S0 as the IP for the NAT POOL. How to do I accomplish this?
In the past I have used IP addresses other than what is on the S0 port, but to conserve IP addresses I'd like to start doing this.
Any thoughts?
int fa0
ip address 10.0.0.1 255.255.255.0
int s0
ip address 192.168.0.2 255.255.255.252
What I want to do is use the WAN IP address of S0 as the IP for the NAT POOL. How to do I accomplish this?
In the past I have used IP addresses other than what is on the S0 port, but to conserve IP addresses I'd like to start doing this.
Any thoughts?