Hi,
How can you enable the options extendable & no-payload using this syntax:
ip nat inside source static udp <IP1> <PORT1> interface <INTERFACE> <PORT2>
The only way to do it is to use the syntax with the IP of the interface:
ip nat inside source static udp <IP1> <PORT1> <INTERFACE-IP> <PORT2> extendable no-payload
The problem is that the interface is using a dynamic IP (DHCP) with leases which makes this syntax unsusable...
Any idea welcome...
Thanks.