Linux-Networking Digest #206, Volume #11 Wed, 19 May 99 21:13:45 EDT
Contents:
Re: Eth0 and ppp0 on gw works. routing not working ("Curt")
intranet setup problem ([EMAIL PROTECTED])
Missing /etc/rc.d/rc.modules file? (Todd Graham)
Re: Suse 6.0 networking problem Help please ("Srecko Soric")
Re: PCI Modem - lost cause? ("John Hardin")
System cracked! Recovery help? ("James Kimble")
Re: deleting old version of netscape (James Lee)
Re: tulip device driver (Andy Ford 314-664-3809)
Re: IBM Token-Ring (Chris Beggy)
Re: Stop FTP users from browsing computer. (Duncan Simpson)
Re: how to log traffic on a linux router (Lew Pitcher)
Re: How to avoid down router? ([EMAIL PROTECTED])
----------------------------------------------------------------------------
Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Eth0 and ppp0 on gw works. routing not working
Date: Wed, 19 May 1999 18:17:02 -0500
netcfg
is a part of RH5.2
<[EMAIL PROTECTED]> wrote in message news:7hv9ro$ll8$[EMAIL PROTECTED]...
> Curt,
>
> Thanks for the reply.
> I tried what you said, but it didn't seem to work (I did one thing at
> a time, testing each one in case I hit the "golden key", but no luck).
>
> What is the name of the X network configurator? I use KDE and have
> a base RedHat installation (although I have upgraded most of the
> s/ware and the kernel from the original RH 5.2 installation). I
> can't see a program that seems to do the trick and "man -k" searches
> didn't yield anything either.
>
> Thanks once again for your help.
>
> Brad
>
>
> In article <HPp03.1482$[EMAIL PROTECTED]>,
> "Curt" <[EMAIL PROTECTED]> wrote:
> >
> > <[EMAIL PROTECTED]> wrote in message
> news:7hsodn$s9n$[EMAIL PROTECTED]...
> > > Can anyone help? I am certain that this has a simple, easy solution.
> > >
> > > I have two machines:
> > > dev2 (192.168.1.3)
> > > main (192.168.1.1 and 158.152.71.154)
> > >
> > > "main" has a dialup connection to the 'net.
> > > "dev2" is connected to "main" via ethernet.
> > >
> > > "main" and "dev2" can talk to each other (ping, telnet, etc).
> > > "main" can access the net "and it being used for this posting).
> > > "dev2" can't access the 'net via "main".
> > >
> > > Obviously, I want it to!
> > >
> > > I want "main" to actroute add -net 192.168.1.0 netmask as the router
> for
> > > the 192.168.1.* network (eth0).
> > > All these machines should be able to use "main" to hope onto the
> 'net.
> > >
> > > Main's eth0 config looks like this:
> > >
> > > route add -host 158.152.71.154 dev lo
> >
> > Shouldn't this be ppp0 instead of lo?
> >
> > Also make sure you have IP forwarding on.
> > #echo 1 > /proc/sys/net/ipv4/ip_forward
> >
> > > ifconfig eth0 192.168.1.1 netmask 255.255.255.255
> > > route add -net 192.168.1.0 netmask 255.255.255.0 eth0
> > > route add default gw 158.152.71.154 dev eth0
> > >
> > > Dev2's config is as follows:
> > > ifconfig eth0 192.168.1.3 netmask 255.255.255.255
> > > route add -host main dev eth0
> >
> > Shouldn't you have a route to the local network?
> > #route add -net 192.168.1.0 dev eth0
> >
> > I would suggest using network configurator under X, I think you'll
> find it
> > simpler to use
> > than doing everything by hand.
> >
> > > route add default gw main dev eth0
> > >
> > > Main's output from "route" when it is dialled up is the following:
> > >
> > > kieser.demon.co * 255.255.255.255 UH 0 0
> > > 0 lo
> > > demon-du.demon. * 255.255.255.255 UH 0 0
> > > 0 ppp0
> > > 192.168.1.0 * 255.255.255.0 U 0 0
> > > 0 eth0
> > > loopback * 255.0.0.0 U 0 0
> > > 0 lo
> > > default demon-du.demon. 0.0.0.0 UG 0 0
> > > 0 ppp0
> > >
> > > Dev2's output from "route" is the following:
> > >
> > > main * 255.255.255.255 UH 0 0
> > > 3 eth0
> > > 127.0.0.0 * 255.0.0.0 U 0 0
> > > 0 lo
> > > default main 0.0.0.0 UG 0 0
> > > 7 eth0
> > >
> > > Can anyone see what is wrong here?
> > >
> > > Please bear in mind that I will be adding more machines to the
> ethernet
> > > network later.
> > >
> > > Thanks,
> > >
> > > Brad
> > >
> > >
> > > --== Sent via Deja.com http://www.deja.com/ ==--
> > > ---Share what you know. Learn what you don't.---
> >
> >
>
>
> --== Sent via Deja.com http://www.deja.com/ ==--
> ---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED]
Subject: intranet setup problem
Date: Wed, 19 May 1999 23:34:54 GMT
I'm trying to set up a Linux box as an intranet
server. I'm running SuSE 5.1 and Apache. Following
the intranet setup Howto, when I type in
% httpd $
I get the message:
% bind: Address already in use
% httpd: Could not bind to port 80
Does this sound like a problem with the Ethernet
card setup, or a Linux configuration problem. Any
suggestions would be greatly appreciated.
Thanks in advance,
Jay Oram
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: Todd Graham <[EMAIL PROTECTED]>
Subject: Missing /etc/rc.d/rc.modules file?
Date: Wed, 19 May 1999 23:33:08 GMT
I'm trying to configure an Intel EtherExpress PRO/10+ on RH 5.1 and I
was hoping to use the /etc/rc.d/rc.modules file to uncomment the driver
to begin the process but the file does not exits? Any suggestions on
how to obtain/create this file?
Thanks in advance!
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: "Srecko Soric" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware
Subject: Re: Suse 6.0 networking problem Help please
Date: Wed, 19 May 1999 13:18:42 +0100
I had a simolar problem.
configure your NC with yast with no options for the nc
restart your network.
The options (default value i think it was "OPTIONS=0" didn�t work)
mike schrieb in Nachricht <[EMAIL PROTECTED]>...
>See if I understand this correctly, If I change the system bios, then
>that change will affect each operating system I currently have on my
>multiboot. But doesn't this affect the pnp capabilities for each device?
>
>Mike
>
>ddresden wrote:
>>
>> A start
>>
>> In the ifconfig text you are showing no RX or TX packets - a dead line.
Your
>> card is starting without errors and setting speed to 10mb. I'd first
assume
>> the card is OK. I assume you are correct about the router A.B.C address
and
>> your A.B.C address being the same and the same subnet mask 255.255.255.0.
If
>> so are the lights blinking on the back of your NIC and if the router has
a
>> LAN activity light is it blinking or on when your system starts.
>> 1. No activity lights - try new cable first
>> 2. Still no activity lights - try changing your system bios to ISA
instead
>> of PNP for IRQ 9. Did that reflect on startup in ifconfig. Still no
>> activity - change NICS
>>
>> mike wrote in message <[EMAIL PROTECTED]>...
>> >Hi
>> >
>> >Thank for taking the time to read this, maybe you can help
>> >
>> >
>> >My problem is seeing the rest of the network world. I can ping my own
>> >address but can't ping the router address or beyond. There are no error
>> >message printed to screen. so It probably is working to how I
>> >configured it but I don't know how I've configured it incorrectly.
>> >
>> >
>> >
>> >I've include most of files and outputs listed at back of book. I've
>> >tried to follow the Linux NET-3-HOWTO info when the original setup
>> >didn't work.
>> >
>> >Things that are a little different than out of the box.
>> >
>> >1 - I'm using a matrox millenium g200 card and decided to try XiG
>> >xserver. It works and the default window flavor seems to be KDE. Yast
>> >appears to work but changes did seem to stick on reboot, ooorrrrr, I
>> >didn't do something to get changes to 'stay'.
>> >
>> >2 - so i started using command line configuration commands such as
>> >ifconfig and route -add.
>> >
>> >still no success.
>> >
>> >so basically my network info for my workstation is as follows
>> >host A.B.C.H
>> >ISP router A.B.C.1
>> >mask 255.255.255.0
>> >domain S.W.home.com
>> >
>> >eth0 card is 3com 905 10/100 # one of my concerns is that the card is
>> >set correctly for 10Mb use
>> >
>> >This machine is a amd k2-6 333 cpu with a lilo boot that has a win 95
>> >option. I'm sending email from the win95 ios and network connectivity
>> >works.
>> >
>> >So either I've set some switch on that shouldn't be. I noticed in
>> >.config that many things are activated that I have even addressed, maybe
>> >there is a conflict.
>> >
>> >My goal for this machine is to use as a workstation. If this helps.
>> >
>> >Please tell me what else you need to trouble shoot the problem.
>> >
>> >ifconfig shows
>> >
>> >lo Link encap:Local Loopback
>> > inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
>> > UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
>> > RX packets:4 errors:0 dropped:0 overruns:0 frame:0
>> > TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
>> > collisions:0
>> >eth0 Link encap:Ethernet HWaddr 00:60:97:1B:D9:AF
>> >inet addr:A.B.C.H Bcast:A.B.225.255 Mask:255.255.255.0 UP
>> >BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>> > collisions:0
>> > Interrupt:9 Base address:0xd800
>> >
>> >
>> >route -n shows
>> >
>> >Kernel IP routing table
>> >Destination Gateway Genmask Flags Metric Ref Use
>> >Iface
>> >
>> >A.B.C.0 0.0.0.0 255.255.255.0 U 0 0 1
>> >eth0
>> >127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 1
>> >lo
>> >0.0.0.0 A.B.C.1 0.0.0.0 UG 0 0 1
>> >eth0
>> >
>> >netstat shows ( I'm not sure the columns are aligned correctly)
>> >
>> >Active Internet connections (w/o servers)
>> >Proto Recv-Q Send-Q Local Address Foreign Address
>> >State
>> >Active UNIX domain sockets (w/o servers)
>> >Proto RefCnt Flags Type State I-Node Path
>> >unix 2 [ ] STREAM 3520 /dev/log
>> >
>> >unix 2 [ ] STREAM CONNECTED 3519
>> >unix 2 [ ] STREAM 3484 /dev/log
>> >unix 2 [ ] STREAM CONNECTED 3483
>> >unix 2 [ ] STREAM 3386 /dev/log
>> >unix 2 [ ] STREAM CONNECTED 3385
>> >unix 1 [ ] STREAM 3301
>> >unix 2 [ ] STREAM 3220 /dev/log
>> >unix 2 [ ] STREAM CONNECTED 3219
>> >Active IPX sockets
>> >Proto Recv-Q Send-Q Local Address Foreign
>> >Address State
>> >Activate AX.25 sockets
>> >Dest Source Device State Vr/Vs Send-Q Recv-Q
>> >Activate NET/ROM sockets
>> >User Dest Source Device State Vr/Vs Send-Q
>> >Recv-Q
>> >
>> >
>> >tail of messages from last boot up
>> >
>> > Apr 30 09:45:00 C492548-A /USR/SBIN/CRON[411]: (root) CMD ( test -x
>> >/usr/lib/cron/run-crons && /usr/lib/cron/run-crons )
>> >Apr 30 09:45:27 C492548-A init: Switching to runlevel: 6
>> >Apr 30 09:45:35 C492548-A kernel: Kernel logging (proc) stopped.
>> >Apr 30 09:45:35 C492548-A kernel: Kernel log daemon terminating.
>> >Apr 30 09:45:36 C492548-A exiting on signal 15
>> >Apr 30 09:46:30 C492548-A syslogd 1.3-3: restart.
>> >Apr 30 09:46:31 C492548-A kernel: klogd 1.3-3, log source = /proc/kmsg
>> >started.
>> >Apr 30 09:46:31 C492548-A kernel: Inspecting /boot/System.map
>> >Apr 30 09:46:31 C492548-A kernel: Loaded 5086 symbols from
>> >/boot/System.map.
>> >Apr 30 09:46:31 C492548-A kernel: Symbols match kernel version 2.0.36.
>> >Apr 30 09:46:31 C492548-A kernel: Loaded 4 symbols from 2 modules.
>> >Apr 30 09:46:31 C492548-A kernel: sysctl: ip forwarding off
>> >Apr 30 09:46:31 C492548-A kernel: 3c59x.c:v0.99H 11/17/98 Donald Becker
>> >http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
>> >Apr 30 09:46:31 C492548-A kernel: eth0: 3Com 3c905 Boomerang 100baseTx
>> >at 0xd800, 00:60:97:1b:d9:af, IRQ 9
>> >Apr 30 09:46:31 C492548-A kernel: 8K word-wide RAM 3:5 Rx:Tx split,
>> >autoselect/MII interface.
>> >Apr 30 09:46:31 C492548-A kernel: Media override to transceiver type 0
>> >(10baseT).
>> >Apr 30 09:46:31 C492548-A kernel: Enabling bus-master transmits and
>> >whole-frame receives.
>> >Apr 30 09:46:35 C492548-A lpd[129]: restarted
>> >Apr 30 09:46:37 C492548-A /usr/sbin/cron[143]: (CRON) STARTUP (fork ok)
>> >Apr 30 09:46:56 C492548-A login[145]: ROOT LOGIN on `tty1'
------------------------------
From: "John Hardin" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: PCI Modem - lost cause?
Date: Wed, 19 May 1999 17:19:39 -0700
David A. Rogers wrote in message ...
>On Wed, 19 May 1999 09:50:51 -0700, Roberto Leibman
><[EMAIL PROTECTED]> speaketh saying:
>>
>>I have to disagree with this, as the constraint in computing power moves
>>around, from i/o bound to processor bound to memory bound to disk bound
to
>>bandwith bound, the "right" partitioning philosophy changes as well. I
think
>>we are at a time where we most people have a lot of extra capacity in
their
>>CPU's (most of the time anyway), it makes engineering sense to download
some
>>of the processing chore to the less stressed CPU, particularly if this
can
>>bring the price of the peripherals down.
>
>I don't buy it. I've got a 133 and I want all of those cycles
>being used for their intended purpose. Even if I had a 450, I don't want
some
>rube-goldberg peripheral slowing it down.
Agreed, particularly with a timing-sensitive peripheral such as a modem. If
the CPU is busy doing something else when the WinModem needs attention,
data will be lost - so the WinModem driver runs at a high priority,
impacting *all* other services.
No, thanks.
--
John Hardin KA7OHZ [EMAIL PROTECTED]
pgpk -a finger://gonzo.wolfenet.com/jhardin PGP key ID: 0x41EA94F5
PGP key fingerprint: A3 0C 5B C2 EF 0D 2C E5 E9 BF C8 33 A7 A9 CE 76
=======================================================================
In the Lion
the Mighty Lion
the Zebra sleeps tonight...
Dee de-ee-ee-ee-ee de de de we um umma way!
------------------------------
From: "James Kimble" <[EMAIL PROTECTED]>
Subject: System cracked! Recovery help?
Date: Wed, 19 May 1999 07:46:03 -0400
I had a break in over the weekend. When I tried to reboot
everything started out normally, then gave the message "can't
load console" (or something similar) and freezes.
I booted from a floppy into single user mode. I used mknod to
create the /dev/hda# files. Then I mounted the dev's to a dir.
There's nothing in the dir though. Is this the right way to check
a drive? If not how do I get to what data is left on my drives?
Any help would be appreciated, thanks,
[EMAIL PROTECTED]
------------------------------
From: James Lee <[EMAIL PROTECTED]>
Crossposted-To: linux.help,linux.redhat.ppp,linux.redhat.misc
Subject: Re: deleting old version of netscape
Date: 19 May 1999 06:48:16 -0500
Jim Thompson <[EMAIL PROTECTED]> wrote:
: James Smith wrote:
:> how do i delete netscape 4.07 now that i have 4.51 installed?
If it is tarballs, maybe how about delete everything related to
netscape and then reinstall 4.51?
If rpms or deb, use the respective package managers.
: rm /<homedir>/.netscape
: then cp /usr/lib/netscape /<homedir>/.netscape
the ~/.netscape directory is created when you run netscape for the first
time or if it does not exist. No need to physically copy over.
------------------------------
From: [EMAIL PROTECTED] (Andy Ford 314-664-3809)
Subject: Re: tulip device driver
Date: Wed, 19 May 1999 18:16:08 -0500
On Wed, 19 May 1999 05:55:26 GMT, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>Eeek.
>
>Just upgraded to kernel 2.2.5, running RH5.2
>
>I have 2 nic cards -- a 3Com 3c509 10/100 which works beautifully (for
>my cushy dsl connection) and a Linksys 10/100E which uses the DECTulip
>device driver for my LAN/firewall.
>The linksys is not working. No messages when the kernel boots, just
>doesn't configure the darn thing. Using ifconfig is useless, merely
>reports the following:
>
>/sbin/ifconfig eth1 192.168.2.1
>SIOCSIFADDR: Operation not supported by device
>eth1: unknown interface: Operation not supported by device
>
>I've compiled and recompiled my kernel, the damn driver is there. It
>just ain't workin. Anyone got any suggestions?
>
I had this problem on one machine with the tulip driver when I had it
compiled directly in the kernel. It started working when I used it as a
module. I also had trouble on a dual-boot with Win95. The tulip would never\
work after a warm boot from Windows.
Yours
Andy
------------------------------
Date: Wed, 19 May 1999 17:19:07 -0400
From: Chris Beggy <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: IBM Token-Ring
Richard van Denzel wrote:
>
>
> How did you do that? I've tried RH5.2 but there was no support for my
> SCSI card (to which my disks and CD are connected). It's the
> "standard" IBM PS/2 SCSI.
> B.t.w. my system is the Model 95 XP 486.
>
Check out:
ftp://ftp.dgmicro.com/pub/linuxmca/
Chris
------------------------------
From: [EMAIL PROTECTED] (Duncan Simpson)
Crossposted-To: comp.os.linux.help,comp.os.linux.questions
Subject: Re: Stop FTP users from browsing computer.
Date: 19 May 1999 11:57:14 GMT
In <[EMAIL PROTECTED]> Matt Kressel <[EMAIL PROTECTED]> writes:
>Look into the command "chroot" which will prevent FTP users from seeing
>anything else. There is a FAQ on this somehwere. Just search the net
>for "chroot ftp"
Even better consult wu-ftpds documentation about guest ftp
access. While you are about it make sure you have a *very* recent
version, without the realpath buffer overrun support included (root
exploit avialable). All vesion of RH 5.x and most other distibutions
are vulnerable unless you have installed their fixes (or got the latest
source, checked realpath.c is fixed, and replaced the binary).
I can confirm guest ftp access works as advertised and keeps those
users inside whatever playpen you decided was appropiate. (In
particular my playpen stops people from fetching /etc/inetd.conf and
therefore from knowledge of which ports offer real services instead
of connecting them to klaxon).
Duncan (-:
--
Duncan (-:
"software industry, the: unique industry where selling substandard goods is
legal and you can charge extra for fixing the problems."
------------------------------
From: [EMAIL PROTECTED] (Lew Pitcher)
Subject: Re: how to log traffic on a linux router
Reply-To: [EMAIL PROTECTED]
Date: Wed, 19 May 1999 11:53:44 GMT
On 18 May 1999 20:36:35 GMT, [EMAIL PROTECTED] (urgrue) wrote:
>i need to figure out a way to have my linux router keep track of bytes
>sent/received to three separate networks (all connected to the internet via the
>router). currently i've got ipfwadm doing it, but unfortunately it doesnt quite
>offer the versatility i need.
>basically i need something that can monitor how much traffic goes in and out of
>each separate network. it would also be highly preferable if we could keep
>track of what addresses on the internet they are accessing.
ipfwadm (Linux 2.0) or ipchains (Linux 2.2) will give you that detail of accounting.
>thanks
>[EMAIL PROTECTED]
>
Lew Pitcher
System Consultant, Integration Solutions Architecture
Toronto Dominion Bank
([EMAIL PROTECTED])
(Opinions expressed are my own, not my employer's.)
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: [EMAIL PROTECTED]
Subject: Re: How to avoid down router?
Date: Thu, 20 May 1999 00:09:51 GMT
In article <[EMAIL PROTECTED]>,
Roger Rouse <[EMAIL PROTECTED]> wrote:
> My ISP has nothing to do with Sprint.
-- [Your traceroute output from a previous post] --
1 207.225.190.254 (207.225.190.254) 25.591 ms 18.83 ms 20.535 ms
2 premiumB6.phnx.uswest.net (209.180.138.6) 20.268 ms 19.28 ms 25.765
ms
3 206.80.192.219 (206.80.192.219) 20.885 ms 22.12 ms 18.763 ms
4 sl-gw12-ana-1-1-1.sprintlink.net (144.228.207.205) 26.411 ms 28.484
ms 28.641 ms
[...]
--
Sprint is one of your ISP's peering partners, as is evidenced from the
fact that there is a direct link between one of your ISP's routers
[namely, 206.80.192.219 - owned by USWest] and one of Sprint's routers
[namely, 144.228.207.205]. This means that they have an agreement with
Sprint to carry some of their traffic. They either pay for this
outright, or trade for it in exchange for other services.
> This downed router is screwing me over and I have no options!
Yes, such is life.
> It's extremely frustrating.
Indeed. Be glad you're not one of the engineers who have to *fix* such
problems.
> I do belive the purpose of having routers is to
> avoid downed connections right?
No. The purpose of routers is to provide connectivity between different
networks. They make up the foundation of the "Internet", which is a
network-of-networks, connected by machines which used to be called
"gateways" but which are now called "routers". One of the features of
most routing protocols [which define software used by routers to
determine where packets go] is the ability to change routes based on
which connections are live. Avoiding downed connections is a _feature_
of routers, not their purpose. Some routers have only one upstream
connection [their "default route"], and so they do not possess this
feature.
> I cannot believe that there is only one way
> for me to get from point A to point B.
How many ways there are for you to get from point A to point B depends
on how the intervening machines are hooked up. There is almost always
only one way to get to your default gateway [unless you have more than
one NIC, and are multi-homed]. Your default gateway is connected to at
least one other upstream router, which is also connected to at least one
more router, and so forth. If each router upstream from you is
connected to only one other router, and point B is a host on the network
connected to one of those routers, there will be only one path. Even if
some of the routers have more than one upstream path, there may still
only be one way to get from A to B. It all depends on what routes are
being announced.
> There must be other routes.
Usually, but not always.
> I should be able to access these routes especially since I'm
> paying for it.
You are not "paying for it". You are paying for connectivity to your
ISP's routers, nothing more. Your ISP has seperate agreements with
other providers, like Sprint, probably UUNet, and others. *They* pay
these companies [or provide like service] to carry your traffic outside
their network. In turn, each of these companies may have peering
arrangements with yet more providers, and *they* foot the bill for that
part of the journey. The internet is more like a network of toll-roads,
except you only have to pay the first toll yourself -- all the others
are paid by the owner of the previous toll-road. Quite a bit of bang
for your buck, you should be happy. Setting up a direct connection
between, say, San Francisco and Italy would cost you quite a bit more
than your usual rate from your ISP.
> Other people's machines should not be allowed to grab my
> packets and throw them into the bit bucket!!!
It's not the fault of the downed router, it's the fault of the *prior*
router that your packets get lost. Routers do not "grab" packets, they
are sent to each router by the one before it. Which router to send your
packets to is decided by the current router, and so you should be angry
about the "last hop" router, not the downed one. Routers fail, it's a
fact of life. What causes problems is when the *other* routers still
try to send traffic to the downed machine, because they've failed to
update their own routing tables correctly.
> That is unacceptable.
Simply saying something is "unacceptable" doesn't make it any less true.
> Who at Sprint is responsible for this router?
I have no idea. I'm sure Sprint has a 24-hour staff whose sole purpose
it is to monitor such things.
> How do I contact them?
That would most likely be pointless. Like I said, routers fail all the
time. Almost every aspect of their proper functioning is completely
automated, since keeping track of [possibly] several million different
available routes, all of which are changing on a very frequent basis, is
a task only a computer could accomplish in a reasonable amount of time.
By the time you notice that your connection is down, I assure you some
poor engineer somewhere has already been paged and is working on the
problem. Sometimes there really *is* only one way to get to point B
[because of a route bottleneck somewhere, for example if the destination
machine is deep inside a private network], and there isn't anything that
can be done except fix the downed router [in those cases it's okay to be
pissed at the down machine :)]. If the box has completely failed [fried
power supply or whatnot], it will need to be replaced, or the network
rewired. Both of those things can take some time.
My advice is to wait patiently, or get up from your computer and go for
a walk. If you find that too difficult, and feel the urge to do
*something*, start a log of which machines fail at what times and for
how long. Or take up knitting. Or something.
--
-Bill Clark
Systems Architect
ISP Channel
http://locale.ispchannel.com/
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************