Hello,
Is there any way I can set range of port in static NAT
I want open UDP port 5000-6006 to one IP inside.
exp:
This command open only tcp 1720
'ip nat inside source static tcp 10.80.150.10 1720 80.89.47.102 1720 extendable'
Thanks for your help.