[CLUE-Tech] trouble with FTP

jason at matchingmoms.com jason at matchingmoms.com
Sun Jan 28 12:37:39 MST 2001


I've attached some output from my session.  The first piece is a copy of my /etc/init.d/network file.  The second piece shows what happens when I execute an FTP command -- a delay of 60+ seconds before I get connected.  It's not a critical issue, but it is puzzling and annoying.

BTW, I'm logged in as root, and I'm using Debian/GNU 2.2.  There is no delay if i FTP localhost.

Thanks,
Jason Friedman

#/etc/init.d/network
IPADDR=192.168.0.200 
NETMASK=255.255.255.0
NETWORK=10.0.1.0
BROADCAST=10.1.1.255
GATEWAY=10.1.1.1

root /home/friejas 14:03:37>route -nv
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     192.168.0.200   255.255.255.0   UG    0      0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.168.1.2     0.0.0.0         UG    0      0        0 eth0

root /home/friejas 14:03:41>ftp 192.168.0.200
Connected to 192.168.0.200.
#
#delay of 60+ seconds here
#
220 jsf_host FTP server (Version wu-2.6.0(1) Fri Jun 23 08:07:11 CEST 2000) ready.
Name (192.168.0.200:friejas): friejas
331 Password required for friejas.
Password:
230 User friejas logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> exit
221-You have transferred 0 bytes in 0 files.
221-Total traffic for this session was 245 bytes in 0 transfers.
221-Thank you for using the FTP service on jsf_host.
221 Goodbye.
root /home/friejas 14:06:18>route add default gw 10.1.1.1      
SIOCADDRT: Network is unreachable
root /home/friejas 14:07:09>route add default gw 10.1.1.1 dev eth0
SIOCADDRT: Network is unreachable

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cluedenver.org/pipermail/clue-tech/attachments/20010128/8b388879/attachment.html


More information about the clue-tech mailing list