<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I've attached some output from my session.&nbsp; The first piece is a copy 
of my /etc/init.d/network file.&nbsp; The second piece shows what happens when I 
execute an FTP command -- a delay of 60+ seconds before I get connected.&nbsp; 
It's not a critical issue, but it is puzzling and annoying.</DIV>
<DIV>&nbsp;</DIV>
<DIV>BTW, I'm logged in as root, and I'm using Debian/GNU 2.2.&nbsp; There is no 
delay if i FTP localhost.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>Jason Friedman</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Courier New" 
size=2>#/etc/init.d/network<BR>IPADDR=192.168.0.200 
<BR>NETMASK=255.255.255.0<BR>NETWORK=10.0.1.0<BR>BROADCAST=10.1.1.255<BR>GATEWAY=10.1.1.1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2><FONT face="Courier New">root /home/friejas 14:03:37&gt;route 
-nv<BR>Kernel IP routing table<BR>Destination&nbsp;&nbsp;&nbsp;&nbsp; 
Gateway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Genmask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags Metric 
Ref&nbsp;&nbsp;&nbsp; Use Iface<BR>192.168.0.0&nbsp;&nbsp;&nbsp;&nbsp; 
192.168.0.200&nbsp;&nbsp; 255.255.255.0&nbsp;&nbsp; UG&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 
eth0<BR>192.168.0.0&nbsp;&nbsp;&nbsp;&nbsp; 
0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
255.255.255.0&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 
eth0<BR>0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
192.168.1.2&nbsp;&nbsp;&nbsp;&nbsp; 
0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UG&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 
eth0</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face="Courier New"><BR>root /home/friejas 
14:03:41&gt;ftp 192.168.0.200<BR>Connected to 192.168.0.200.<BR><FONT 
color=#ff0000></FONT><STRONG><EM><FONT face="Courier New">#<BR>#delay of 60+ 
seconds here<BR>#<BR></FONT></EM></STRONG></FONT><FONT face="Courier New">220 
jsf_host FTP server (Version wu-2.6.0(1) Fri Jun 23 08:07:11 CEST 2000) 
ready.<BR>Name (192.168.0.200:friejas): friejas<BR>331 Password required for 
friejas.<BR>Password:<BR>230 User friejas logged in.<BR>Remote system type is 
UNIX.<BR>Using binary mode to transfer files.<BR>ftp&gt; exit<BR>221-You have 
transferred 0 bytes in 0 files.<BR>221-Total traffic for this session was 245 
bytes in 0 transfers.<BR>221-Thank you for using the FTP service on 
jsf_host.<BR>221 Goodbye.<BR>root /home/friejas 14:06:18&gt;route add default gw 
10.1.1.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>SIOCADDRT: Network is 
unreachable<BR>root /home/friejas 14:07:09&gt;route add default gw 10.1.1.1 dev 
eth0<BR>SIOCADDRT: Network is unreachable<BR></DIV></FONT></FONT></BODY></HTML>