What I am trying to do is create a simple NAT firewall between a managed switch on the outside of my main firewall and my management server on the inside. I have VLANed the switch so that I have a single port management VLAN with the IP 192.168.1.148. For obvious reasons I don't want to connect...
Just getting back to this now.
KiscoKid; I tried your idea but it didn't work so I did a bit more digging and found this document.. http://www.cisco.com/warp/public/556/8.html
So now I have...
interface Ethernet0
ip address 192.168.253.148 255.255.255.0
ip nat inside
interface Ethernet1...
Thanks KiscoKid.
This does help.
The reason for the NAT is I was hoping I could make ports 161 and 23 on the E0 interface of the router transparently appear as their counterparts on the 192.168.1.148 host.
I also now realize that the reverse will also have to specify a host on the inside to...
I'm not sure if this is even possible...
Platform Cisco 1605 IOS 12.0(5)T
E0: 192.168.253.148 (inside)
E1: 192.168.1.1 (outside)
I need to be able to forward ports tcp/23 and udp/161 from any source inside to a single host outside (192.168.1.148) and
udp/161 only from the same outside host to...
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.