OK, one last question before I go live with the changes.
say for example I had:
int f0/0.2
ip add 10.1.1.1 255.255.255.252
int f0/0.4
ip add 192.168.1.254 255.255.255.0
could i just add
int f0/0.2
ip nat outside
int f0/0.4
ip nat inside
ip nat source inside static 192.168.1.20 172.16.32.1...
Lets say for example, I did:
int f0/0
ip add 192.168.1.1 255.255.255.0
ip nat outside
no shut
int f0/1
ip add 172.16.12.232 255.255.255.0
ip nat inside
no shut
ip nat source inside static 172.16.12.232 192.168.1.232
--
this should work alright? (notice the same inside ip as f0/1)
noSanity2k
Alright, here is the scoop. I have got 1 of my servers on an ip address that is not routed to my 1760. I want to have my 1760 listen on that IP address, and use NAT to translate it to one of the ip addresses routed in my pool. This has to be static however. How would I go about doing this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.