12-05-2006 03:21 AM - edited 03-11-2019 02:04 AM
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
12-05-2006 04:31 AM
ip nat inside source static tcp 192.168.13.102 interface Dialer0
HTH and pleasa rate.
12-05-2006 04:51 AM
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
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