05-13-2011 08:00 AM - edited 03-11-2019 01:33 PM
hi, I only have one public address. Inside, I have one computer inside with ip add 192.168.1.100. When I was trying NAT command, it gave me the follow error. Does it mean that i can't use the ip on the outside interface?
ciscoasa(config)# object network homenet
ciscoasa(config-network-object)# host 192.168.1.100
ciscoasa(config-network-object)# nat (inside,outside) static X.X.43.172<======= this is the outside interface IP.
ERROR: Address X.X.43.172 overlaps with outside interface address.
ERROR: NAT Policy is not downloaded
thanks,
Solved! Go to Solution.
05-13-2011 08:31 AM
Hi here's your answer:
ciscoasa(config)# object network homenet
ciscoasa(config-network-object)# host 192.168.1.100
ciscoasa(config-network-object)# nat (inside,outside) dynamic interface
you cannot statically NAT to outside interface. This would stop all otyher services as well.
Thanks,
Varun
05-13-2011 08:31 AM
Hi here's your answer:
ciscoasa(config)# object network homenet
ciscoasa(config-network-object)# host 192.168.1.100
ciscoasa(config-network-object)# nat (inside,outside) dynamic interface
you cannot statically NAT to outside interface. This would stop all otyher services as well.
Thanks,
Varun
05-13-2011 08:36 AM
Here is the document for it :
P.S.- rate posts if helpful
Thanks,
Varun
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