cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
436
Views
0
Helpful
1
Replies

Port Forewarding

mg.insight
Level 1
Level 1

Could anyone tell me the correct command line to add a port range 16384 to 20384 in addition to my existing ports?

Currently I use the following:

ip nat inside source list 1 interface Dialer1 overload

ip nat inside source static tcp 192.168.2.1 80 interface Dialer1 80

ip nat inside source static tcp 192.168.2.1 25 interface Dialer1 25

ip nat inside source static tcp 192.168.2.1 443 interface Dialer1 443

ip nat inside source static tcp 192.168.2.1 444 interface Dialer1 444

ip nat inside source static tcp 192.168.2.1 4125 interface Dialer1 4125

Thanks

1 Reply 1

cdusio
Level 4
Level 4

I don't beleive you can do a port range on that. Checked documentation but can't find anything supporting it.

Chris