The option to assign a static nat, for protocol ESP, to an ip address is not availalbe. It only permits to an interface. Is there a way around this?
I.E.
ip nat inside source static esp 192.x.x.x interface FastEthernet4
I want multiple nats on this particular interface to different IPs.
I.E.
ip nat inside source static esp 192.x.x.1 12.x.x.1
ip nat inside source static esp 192.x.x.2 12.x.x.2
Is this possible?
I.E.
ip nat inside source static esp 192.x.x.x interface FastEthernet4
I want multiple nats on this particular interface to different IPs.
I.E.
ip nat inside source static esp 192.x.x.1 12.x.x.1
ip nat inside source static esp 192.x.x.2 12.x.x.2
Is this possible?