Hi,
I have a cisco 1811,
I want to have different nat rules based on the external ip trying to reach my public ip.
example:
ip nat inside source static 10.10.10.1 70.42.21.23
If the external src ip is 99.99.99.99
and
ip nat inside source static 10.10.10.2 70.42.21.23
if the external src ip is 100.100.100.100
It is possible ?
Thanks !