[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] FTP probs on a Qube 2
- Subject: [cobalt-users] FTP probs on a Qube 2
- From: "Eric Lewis" <lewisdvm@xxxxxxxxxxxxx>
- Date: Fri Dec 14 10:41:40 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have a qube 2 set up as a DNS server on its own IP.
I also have access to it via the LAN as well.
Its not allowing FTP services normaly through its WAN IP, although the GUI
seems to indicate that the FTP server is running fine.
I can connect both via its WAN IP and LAN IP, but it won't allow allow
directory information to be built with the WAN IP
Here is the FTP transcript from WAN IP connection:
~ Connecting...
~ Connected to xxx.xx.xxx.xx, waiting for response...
< 220 ProFTPD 1.2.2rc1 Server (ProFTPD) [localhost]
> USER admin
< 331 Password required for admin.
> PASS *****
< 230 User admin logged in.
> REST 1
< 350 Restarting at 1. Send STORE or RETRIEVE to initiate transfer.
> REST 0
< 350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
> SYST
< 215 UNIX Type: L8
> PWD
< 257 "/home/users/admin" is current directory.
~ Login completed.
> PORT 192,168,1,100,10,73
< 200 PORT command successful.
> TYPE A
< 200 Type set to A.
> LIST
< 425 Can't build data connection: Connection refused
~ Could not retrieve directory listing for "/home/users/admin/"
and from LAN connection:
~ Connecting...
~ Connected to 192.168.1.105, waiting for response...
< 220 ProFTPD 1.2.2rc1 Server (ProFTPD) [ns1.xxxxxxx.com]
> USER admin
< 331 Password required for admin.
> PASS *****
< 230 User admin logged in.
> REST 1
< 350 Restarting at 1. Send STORE or RETRIEVE to initiate transfer.
> REST 0
< 350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer.
> SYST
< 215 UNIX Type: L8
> PWD
< 257 "/home/users/admin" is current directory.
~ Login completed.
> PORT 192,168,1,100,10,226
< 200 PORT command successful.
> TYPE A
< 200 Type set to A.
> LIST
< 150 Opening ASCII mode data connection for file list.
< 226 Transfer complete.
Any suggestions as to the problem?
This is the same DNS server which is a previous post entitled Raq3 and
Qube 2 Configuration issues
Thanks
Eric