06-11-2008 03:12 AM - edited 03-11-2019 05:57 AM
My network...
LAN B - 192.168.10.0 --> Server VPN OPENSWAN --> INTERNET --> ROUTER 2800 --> LAN A - 192.168.20.0
Need to do a DNAT that LAN A be able to connect on a specific port with a host at LAN B using the cisco router ip.
All info abou DNAT i could find was about PIX, any clues on IOS?
tks!!
Any ideias?
Solved! Go to Solution.
06-11-2008 04:38 AM
On the 2800 router
ip nat inside source static 192.168.10.10 2001 195.76.11.1 25
where 195.76.11.1 is the 2800 router interface and port 2001 is the port you want.
Jon
06-11-2008 04:38 AM
On the 2800 router
ip nat inside source static 192.168.10.10 2001 195.76.11.1 25
where 195.76.11.1 is the 2800 router interface and port 2001 is the port you want.
Jon
06-11-2008 04:43 AM
do i need to set
int fast 0/1
ip nat outsite
int fast 0/0
ip nat inside?
tks!
06-11-2008 04:52 AM
Oops sorry, yes you need to do that.
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide