Hi everyone!
I need to do a very simple task, that in Linux would take 5 secs, but with a Cisco router I have no clue on how to do it.
I need to send all traffic from ports UDP 10000 to 20000 to an internal private IP.
up to now I use this cmds to do the port forwarding:
ip nat inside source static tcp 192.168.1.100 22 201.xxx.xxx.xxx 22
Now, how on earth do I specify something like this:
ip nat inside source static udp 192.168.1.100 10000-20000 201.xxx.xxx.xxx 10000-20000
Any ideas?
Thanks amigos!
PS: I have NAT working, ATM0 is the outside int and E0 is the inside interface. Using overloading.