[CLUE-Tech] Re: CLUE-Tech digest, Vol 1 #119 - 3 msgs

Randolph Cordell open2ningz at yahoo.com
Mon Jan 29 12:46:46 MST 2001


Jason,

The first thing I notice is that your IP address doesn't match your network
IP and neither match your gateway/broadcast addresses.  I would be surprised
if any network transmissions were successful at all.

Randy


--- clue-tech-request at clue.denver.co.us wrote:
> Send CLUE-Tech mailing list submissions to
> 	clue-tech at clue.denver.co.us
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://clue.denver.co.us/mailman/listinfo/clue-tech
> or, via email, send a message with subject or body 'help' to
> 	clue-tech-request at clue.denver.co.us
> 
> You can reach the person managing the list at
> 	clue-tech-admin at clue.denver.co.us
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of CLUE-Tech digest..."
> 
> 
> Today's Topics:
> 
>   1. trouble with FTP (jason at matchingmoms.com)
>   2. sendmail & apache:  opinions sought (jason at matchingmoms.com)
>   3. Re: trouble with FTP (grant)
> 
> --__--__--
> 
> Message: 1
> From: jason at matchingmoms.com
> Date: Sun, 28 Jan 2001 12:37:39 -0700
> To: clue-tech at clue.denver.co.us
> boundary="----=_NextPart_000_0015_01C08927.1A046780"
> Subject: [CLUE-Tech] trouble with FTP
> Reply-To: clue-tech at clue.denver.co.us
> 
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_0015_01C08927.1A046780
> Content-Type: text/plain;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> 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=3D192.168.0.200=20
> NETMASK=3D255.255.255.0
> NETWORK=3D10.0.1.0
> BROADCAST=3D10.1.1.255
> GATEWAY=3D10.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     =20
> SIOCADDRT: Network is unreachable
> root /home/friejas 14:07:09>route add default gw 10.1.1.1 dev eth0
> SIOCADDRT: Network is unreachable
> 
> 
> ------=_NextPart_000_0015_01C08927.1A046780
> Content-Type: text/html;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV>I've attached some output from my session.&nbsp; The first piece is =
> a copy=20
> of my /etc/init.d/network file.&nbsp; The second piece shows what =
> happens when I=20
> execute an FTP command -- a delay of 60+ seconds before I get =
> connected.&nbsp;=20
> 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=20
> delay if i FTP localhost.</DIV>
> <DIV>&nbsp;</DIV>
> <DIV>Thanks,</DIV>
> <DIV>Jason Friedman</DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3D"Courier New"=20
> size=3D2>#/etc/init.d/network<BR>IPADDR=3D192.168.0.200=20
> <BR>NETMASK=3D255.255.255.0<BR>NETWORK=3D10.0.1.0<BR>BROADCAST=3D10.1.1.2=
> 55<BR>GATEWAY=3D10.1.1.1</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT size=3D2><FONT face=3D"Courier New">root /home/friejas =
> 14:03:37&gt;route=20
> -nv<BR>Kernel IP routing table<BR>Destination&nbsp;&nbsp;&nbsp;&nbsp;=20
> Gateway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> Genmask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags Metric=20
> Ref&nbsp;&nbsp;&nbsp; Use Iface<BR>192.168.0.0&nbsp;&nbsp;&nbsp;&nbsp;=20
> 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=20
> eth0<BR>192.168.0.0&nbsp;&nbsp;&nbsp;&nbsp;=20
> 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> 255.255.255.0&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp;=20
> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0=20
> eth0<BR>0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> 192.168.1.2&nbsp;&nbsp;&nbsp;&nbsp;=20
> 0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
> UG&nbsp;&nbsp;&nbsp;=20
> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
> 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0=20
> eth0</FONT></FONT></DIV>
> <DIV><FONT size=3D2><FONT face=3D"Courier New"><BR>root /home/friejas=20
> 14:03:41&gt;ftp 192.168.0.200<BR>Connected to 192.168.0.200.<BR><FONT=20
> color=3D#ff0000></FONT><STRONG><EM><FONT face=3D"Courier =
> New">#<BR>#delay of 60+=20
> seconds here<BR>#<BR></FONT></EM></STRONG></FONT><FONT face=3D"Courier =
> New">220=20
> jsf_host FTP server (Version wu-2.6.0(1) Fri Jun 23 08:07:11 CEST 2000)=20
> ready.<BR>Name (192.168.0.200:friejas): friejas<BR>331 Password required =
> for=20
> friejas.<BR>Password:<BR>230 User friejas logged in.<BR>Remote system =
> type is=20
> UNIX.<BR>Using binary mode to transfer files.<BR>ftp&gt; exit<BR>221-You =
> have=20
> transferred 0 bytes in 0 files.<BR>221-Total traffic for this session =
> was 245=20
> bytes in 0 transfers.<BR>221-Thank you for using the FTP service on=20
> jsf_host.<BR>221 Goodbye.<BR>root /home/friejas 14:06:18&gt;route add =
> default gw=20
> 10.1.1.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>SIOCADDRT: Network is=20
> unreachable<BR>root /home/friejas 14:07:09&gt;route add default gw =
> 10.1.1.1 dev=20
> eth0<BR>SIOCADDRT: Network is =
> unreachable<BR></DIV></FONT></FONT></BODY></HTML>
> 
> ------=_NextPart_000_0015_01C08927.1A046780--
> 
> 
> --__--__--
> 
> Message: 2
> From: jason at matchingmoms.com
> Date: Sun, 28 Jan 2001 12:42:12 -0700
> To: clue-tech at clue.denver.co.us
> boundary="----=_NextPart_000_001E_01C08927.BC8F1F40"
> Subject: [CLUE-Tech] sendmail & apache:  opinions sought
> Reply-To: clue-tech at clue.denver.co.us
> 
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_001E_01C08927.BC8F1F40
> Content-Type: text/plain;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> I am asking for two cents:  what are the best books on Sendmail & Apache =
> for use in a Linux environment?
> 
> Thanks,
> Jason Friedman
> 
> ------=_NextPart_000_001E_01C08927.BC8F1F40
> Content-Type: text/html;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

Received: from clsppop1.clsp.uswest.net (clsppop1.clsp.uswest.net [207.109.160.1])
	by clue.denver.co.us (8.9.3/8.9.3) with SMTP id DAA14199
	for <clue-tech at clue.denver.co.us>; Sat, 27 Jan 2001 03:29:54 -0700
Received: (qmail 43337 invoked by alias); 27 Jan 2001 09:31:28 -0000
Delivered-To: fixup-clue-tech at clue.denver.co.us@fixme
Received: (qmail 43321 invoked by uid 0); 27 Jan 2001 09:31:27 -0000
Received: from unknown (HELO nellie) (63.230.70.108)
  by clsppop1.clsp.uswest.net with SMTP; 27 Jan 2001 09:31:27 -0000
Message-ID: <011601c08844$36fd56a0$6c46e63f at mytechsolutions.com>
From: "Jopa" <jopa at beetfoundation.com>
To: <clue-tech at clue.denver.co.us>
References: <200101261900.MAA13457 at clue.denver.co.us>
Date: Sat, 27 Jan 2001 02:33:32 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Subject: [CLUE-Tech] Good high bandwidth solution?
Sender: clue-tech-admin at clue.denver.co.us
Errors-To: clue-tech-admin at clue.denver.co.us
X-BeenThere: clue-tech at clue.denver.co.us
X-Mailman-Version: 2.0beta2
Precedence: bulk
Reply-To: clue-tech at clue.denver.co.us
List-Id: CLUE technical discussions, questions and answers. <clue-tech.clue.denver.co.us>

Hi all,

I need to put a linux box on a very good connection (around 35G/mo),
anywhere is fine.
Does anyone have any tips on a reliable linux friendly pipe to the backbone.

TIA,
Jopa
~~~~~`




More information about the clue-tech mailing list