cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
834
Views
3
Helpful
2
Replies

static command equivalent for router

tomjoudals
Level 1
Level 1

I need configure NAT for IOS router same like for PIX

PIX rule is following

static (inside,outside) 10.10.10.0 10.17.2220 netmask 255.255.55.0

so when user from outside is trying access to 10.10.10.x is NATed to inside 10.17.222.x

Thx

TJ

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

ip nat inside source static tcp 192.168.13.102 interface Dialer0

HTH and pleasa rate.

a.kiprawih
Level 7
Level 7

Assuming your Public IP range is 10.17.222.0/24, you can map the whole internal address to 10.17.222.0/24 to allow outsider to access internal segment on one-to-one basis:

ip nat inside source static 10.1.1.0 10.17.222.0

Make sure you assign FastEthetnet intf hosting internal segment and FastEthernet/Serial connecting to outside marked as ip nat inside & ip nat outside

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080093f2f.shtml

HTH

AK

Review Cisco Networking for a $25 gift card