I have a bad problem with ftp. When I try to login to my webserver out on the net from my linux box on my lan, it hangs. I get:
Code:
[adam@gondor adam]$ ftp 212.227.119.104
Connected to 212.227.119.104 (212.227.119.104).
220 FTP Server ready.
Name (212.227.119.104:adam): myusername
421 Login Timeout (30 seconds): closing control connection.
Login failed.
No control connection for command: Permission denied
ftp>
Basically it hangs after I enter the user name.
Strangely, it works from my windows box on the same LAN.
My LAN is configured so:
gateway box eth0 IP: 192.168.1.254
linux box IP: 192.168.1.253
win box IP: 192.168.1.252
The linux box and the win box point to the gateway IP as a gateway. The gateway has iptables and a modem on eth1 with DHCP setup.
Any clues where or what or why? Thanks!!!