Dear all,
Can you please explain what would happen if I implement 2 commands on external interface (providing that pool and route-maps are already defined as
ip nat pool mypool 192.168.10.1 192.168.10.1
access-list 1 permit 10.10.10.0 0.0.0.255
):
ip nat inside static 10.10.10.1 192.168.10.1
ip nat inside source list 1 pool mypool overload
Is it going to work - and if it is, how ?
Many thanks,
Alexander