![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.security.firewalls archiveHow do I set up Cisco 1600 nat port range for pasv ftp?
From: <johnnynine@hotmail.com>
Date: Thu Aug 11 2005 - 20:12:02 CEST
I would like to set up my cisco 1600 to support PASV ftp for a
In other words I would like to forward packets incoming to ip
Internal FTP server: ip 192.168.0.2 ports 21, 5500-5700
I set up the NAT ftp control port 21 (which works fine) with:
ip nat inside source static tcp 192.168.0.2 21 1.2.3.4 21
But to support passive ftp (PASV) I need to also accept incoming
I would like to do something like the following, but the cisco router
ip nat inside source static tcp 192.168.0.2 5500-5700 1.2.3.4 5500-5700
The above line DOES NOT WORK as it is an invalid format, but I think it
Is there another way to do this? I'm not a cisco router expert so my
Thank you,
|