PDA

View Full Version : configure vsftp for public IP


satishap
2008-08-30, 08:15 AM CDT
Dear All,

We have installed and configured vsftp server in Fedora 8.0 server which has two NIC one for internal network( 192.168.0.0) and one which is directly connected to internet having public ip x.x.x.x .Now the vsftp is working fine for internal network. but how do I configure it so that I can access it anywhere from outside using my public IP x.x.x.x.

Anyone please help me

Thanks

briantan
2008-08-30, 08:38 AM CDT
# nmap -p ftp x.x.x.x
PORT STATE SERVICE
21/tcp open ftp

# /sbin/iptables -L INPUT |grep ftp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp

Check if your ISP is blocking ftp port.

marcrblevins
2008-08-30, 12:04 PM CDT
You can try www.grc.com Sheids Up! to see which ports are open/closed from outside.