Associate
Hi Guys,
Let me start out by saying that I'm not an expert with Linux....I know what I need to get by. But I've been scratching my head with this one for a few days.
I can't connect to FTP externally. Locally it works fine.
I'm running CentOS 6.4 64 Bit.
I've tried multiple ftp servers (vsftpd and pureftp)
I have also tried disabling both iptables and ip6tables to no effect.
nmap shows the port as open also.
Any suggestions would be greatly appreciated, and if you need any further info just ask
Intra~
Let me start out by saying that I'm not an expert with Linux....I know what I need to get by. But I've been scratching my head with this one for a few days.
I can't connect to FTP externally. Locally it works fine.
I'm running CentOS 6.4 64 Bit.
I've tried multiple ftp servers (vsftpd and pureftp)
I have also tried disabling both iptables and ip6tables to no effect.
nmap shows the port as open also.
Code:
Starting Nmap 5.51 ( http://nmap.org ) at 2014-01-17 19:24 CET
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000013s latency).
Not shown: 996 closed ports
PORT STATE SERVICE
21/tcp open ftp
25/tcp open smtp
80/tcp open http
3306/tcp open mysql
Code:
[root@CentOS-64-64-minimal pure-ftpd]# ftp localhost 21
Connected to localhost (127.0.0.1).
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 19:27. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Name (localhost:root): faststone
331 User faststone OK. Password required
Password:
230 OK. Current directory is /
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
Any suggestions would be greatly appreciated, and if you need any further info just ask
Intra~
Last edited: