cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4560
Views
0
Helpful
3
Replies

Cisco IOS + DNAT

juscelinoj
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

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

View solution in original post

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

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

do i need to set

int fast 0/1

ip nat outsite

int fast 0/0

ip nat inside?

tks!

Oops sorry, yes you need to do that.

Jon

Review Cisco Networking for a $25 gift card