I have two FTP servers on my home network. I added static NAT statements like so...
router(config)#ip nat inside source static tcp x.x.x.x 21 int di1 21
router(config)#ip nat inside source static tcp y.y.y.y 2121 int di1 2121
I set my UNIX to port 21 and my Windows Server 2003 to port 2121...I can connect to UNIX FTP via port 21 from both inside and outside the network, but I can only connect to the Windows FTP from inside the network, via 2121 (not from the internet). Both NAT statements show up in the config (like, if I put in two NAT statements, both with the same port, then only the last statement shows up, meaning that there can only be one static NAT statement per port). Any suggestions, or is this even possible? Thanks.
Burt
router(config)#ip nat inside source static tcp x.x.x.x 21 int di1 21
router(config)#ip nat inside source static tcp y.y.y.y 2121 int di1 2121
I set my UNIX to port 21 and my Windows Server 2003 to port 2121...I can connect to UNIX FTP via port 21 from both inside and outside the network, but I can only connect to the Windows FTP from inside the network, via 2121 (not from the internet). Both NAT statements show up in the config (like, if I put in two NAT statements, both with the same port, then only the last statement shows up, meaning that there can only be one static NAT statement per port). Any suggestions, or is this even possible? Thanks.
Burt