I have a need to use another class C subnet for outbound NAT purposes, but this new range isn't bound to the outside interface. Is this possible?
Outside interface IP: 1.1.1.1/24
Inside interfac ip: 10.1.1.x/24
New block: 192.168.1.0/24
New inside hosts needing nat on new range: 10.14.1.x/24
So basically I want to use a range of ip's not bound to and interface to use as the PAT'd address when the packet leaves the ASA. What would this config look like?
Thx