04-10-2003 08:20 AM - edited 03-09-2019 02:51 AM
Hi,
I have a problem with my pix. I have my pix with outside ip "213.36.80.163", i have a pc in the lan with an ftp server with ip "10.0.1.1". I want redirect internet ftp traffic to my local pc.
I have tried this solution :
- static (outside,inside) tcp 10.0.1.1 21 213.36.80.163 21
But that not work.
If someone have an idea ... :)
Thx u in advance
Kenshin
04-10-2003 01:02 PM
static command makes only a route wich you can use later.
after static command, you must have a ACL or a conduit.
http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_configuration_examples_list.html
Hope that helps
mc
04-10-2003 10:33 PM
Thx u very much
i'll tried with an access-list
Kenshin
04-13-2003 12:48 PM
HI.
- static (outside,inside) tcp 10.0.1.1 21 213.36.80.163 21
You should reverse the order:
static (inside,outside) tcp 213.36.80.163 21 10.0.1.1 21
And add ACL as mentioned.
Look here - Using nat, global, static, conduit, and access-list Commands and Port Redirection on PIX:
http://www.cisco.com/warp/public/707/28.html
Yizhar
04-13-2003 10:30 PM
thx you for your answer, I'll look the url
Kenshin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide