07-04-2011 11:07 PM - edited 03-11-2019 01:54 PM
Hello
Is it possible to configure a different subnet on the outside interface only for NAT
for example if the outside interface is 192.168.168.100.1, then can we have a subnet for doing static nats such as 192.168.101.1/28. Are there any additional statements we need to add to make this work?
Thanks
Solved! Go to Solution.
07-04-2011 11:17 PM
Yes, you can. NAT doesn't need to be in the same subnet as the outside interface subnet. As long as, there is route on the next hop device to point 192.168.101.0/28 subnet towards the outside interface (192.168.100.1).
Also, you would need to ensure that proxy arp is enabled on outside interface. By default, it is enabled.
Command to enable proxy arp:
no sysopt noproxyarp outside
07-04-2011 11:11 PM
This is running 8.3 code
07-04-2011 11:17 PM
Yes, you can. NAT doesn't need to be in the same subnet as the outside interface subnet. As long as, there is route on the next hop device to point 192.168.101.0/28 subnet towards the outside interface (192.168.100.1).
Also, you would need to ensure that proxy arp is enabled on outside interface. By default, it is enabled.
Command to enable proxy arp:
no sysopt noproxyarp outside
07-04-2011 11:23 PM
Thanks again Jennifer
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