Networking Forums

Networking Forums > Computer Networking > Linux Networking > [RH9]Network stops after some time

Reply
Thread Tools Display Modes

[RH9]Network stops after some time

 
 
Robert
Guest
Posts: n/a

 
      09-27-2003, 11:19 AM
Hi,

My network keeps stopping after some time, around a
day or something. I'll have to walk to my server and do
something to get it working again. I've disabled apmd
and didn't compile apm into the kernel. My cable between
those computers is ok so i don't have a clue on what it
could be. It worked for about 60 days until after some
time my little brother resetted the server. I don't really
want to reinstall Red Hat 9 if i don't to but if nobody
knows a solution...

I'm using my server for different purposes, it runs a dhcp
server, a ftp server, a http server, a ssh server and a mysql
server.

It is also used for masquerading on two interfaces.
eth0 = connected to ethernet adsl modem
eth1 (192.168.0.1) = connected to my pc (192.168.0.2)
eth2 (192.168.1.2) = connected to my parents pc (192.168.1.2)

I don't know if the connection fails to all network interfaces
but i don't think so. I'll try my parents computer
for some time to see if it fails there too.

I hope anyone can help me,
Thanks in advance,

Robert
 
Reply With Quote
 
 
 
 
Robert
Guest
Posts: n/a

 
      09-27-2003, 12:03 PM
Robert wrote:

> Hi,
>
> My network keeps stopping after some time, around a
> day or something. I'll have to walk to my server and do
> something to get it working again. I've disabled apmd
> and didn't compile apm into the kernel. My cable between
> those computers is ok so i don't have a clue on what it
> could be. It worked for about 60 days until after some
> time my little brother resetted the server. I don't really
> want to reinstall Red Hat 9 if i don't to but if nobody
> knows a solution...
>
> I'm using my server for different purposes, it runs a dhcp
> server, a ftp server, a http server, a ssh server and a mysql
> server.
>
> It is also used for masquerading on two interfaces.
> eth0 = connected to ethernet adsl modem
> eth1 (192.168.0.1) = connected to my pc (192.168.0.2)
> eth2 (192.168.1.2) = connected to my parents pc (192.168.1.2)
>
> I don't know if the connection fails to all network interfaces
> but i don't think so. I'll try my parents computer
> for some time to see if it fails there too.
>
> I hope anyone can help me,
> Thanks in advance,
>
> Robert


I just had time to test if it only occurs with eth1 because
it happened again and the result is that it only happens
with eth1, the original settings for this card in
redhat-config-network aren't changed. The network reactivates
as soon as i ping my computer from the server, plz help.

Thanks in advance,

Robert
 
Reply With Quote
 
Horst Knobloch
Guest
Posts: n/a

 
      09-27-2003, 01:00 PM
Robert <(E-Mail Removed)> wrote:

> Robert wrote:

[network stops sporadically]
>> My network keeps stopping after some time, around a
>> day or something. I'll have to walk to my server and do
>> something to get it working again. I've disabled apmd
>> and didn't compile apm into the kernel. My cable between
>> those computers is ok so i don't have a clue on what it
>> could be. It worked for about 60 days until after some
>> time my little brother resetted the server. I don't really
>> want to reinstall Red Hat 9 if i don't to but if nobody
>> knows a solution...
>>
>> I'm using my server for different purposes, it runs a dhcp
>> server, a ftp server, a http server, a ssh server and a mysql
>> server.
>>
>> It is also used for masquerading on two interfaces.
>> eth0 = connected to ethernet adsl modem
>> eth1 (192.168.0.1) = connected to my pc (192.168.0.2)
>> eth2 (192.168.1.2) = connected to my parents pc (192.168.1.2)
>>
>> I don't know if the connection fails to all network interfaces
>> but i don't think so. I'll try my parents computer
>> for some time to see if it fails there too.


Make more clear what "connection fails" mean. Is this
"only" the masqueraded Interface connection or also
*any* attempt to communicate with the server?


> I just had time to test if it only occurs with eth1 because
> it happened again and the result is that it only happens
> with eth1, the original settings for this card in
> redhat-config-network aren't changed. The network reactivates
> as soon as i ping my computer from the server, plz help.


Check Link/Activity-LEDs and error counters viewed by
ifconfig on both ends of the ethernet link.

Try to reproduce the error without waiting so long:

- Check whether the problem is ARP related. Clear ARP
cache on your PC and then try to ping the server.
- Move interface eth0 on your PC down and up again.
Does the interface get operational again?

Check log file whether your DHCP-Server works properly.
If in doubt disable DHCP for eth1 on server and eth0
on your PC, and use static configuration.

Check other log files on server and your PC whether
there are suspicous entries around the time of failure.

Exchange eth1 and eth2 NICs and watch whether the error
sticks with the NIC. (I got strange errors with a NIC
which sporadically failed; it still indicated with LEDs
and error counters that everything is fine, though).

If the error does not stick with the NIC, swapp cables
also between eth1 and eth2. However I don't think that
this will cause the error but it doesn't hurt to check
it.

When you get the failure, use tcpdump to sniff eth1 on
server and eth0 on your PC simultaneously. Then try
to ping from your PC the server, after this ping from
the server your PC.

If everything fails, you could use a wrong-around and
start on the server a periodically ping job pinging
your PC. Yuck, Yuck!


HTH

Ciao, Horst
--
»When pings go wrong (It hurts me too)« E.Clapton/E.James/P.Tscharn
 
Reply With Quote
 
Robert
Guest
Posts: n/a

 
      09-27-2003, 01:59 PM

"Horst Knobloch" <(E-Mail Removed)> schreef in bericht
news:bl41le$i1e$(E-Mail Removed)...
> Robert <(E-Mail Removed)> wrote:
>
> > Robert wrote:

> [network stops sporadically]
> >> My network keeps stopping after some time, around a
> >> day or something. I'll have to walk to my server and do
> >> something to get it working again. I've disabled apmd
> >> and didn't compile apm into the kernel. My cable between
> >> those computers is ok so i don't have a clue on what it
> >> could be. It worked for about 60 days until after some
> >> time my little brother resetted the server. I don't really
> >> want to reinstall Red Hat 9 if i don't to but if nobody
> >> knows a solution...
> >>
> >> I'm using my server for different purposes, it runs a dhcp
> >> server, a ftp server, a http server, a ssh server and a mysql
> >> server.
> >>
> >> It is also used for masquerading on two interfaces.
> >> eth0 = connected to ethernet adsl modem
> >> eth1 (192.168.0.1) = connected to my pc (192.168.0.2)
> >> eth2 (192.168.1.2) = connected to my parents pc (192.168.1.2)
> >>
> >> I don't know if the connection fails to all network interfaces
> >> but i don't think so. I'll try my parents computer
> >> for some time to see if it fails there too.

>
> Make more clear what "connection fails" mean. Is this
> "only" the masqueraded Interface connection or also
> *any* attempt to communicate with the server?
>

It is any attempt to communicate with the server, like when you down ifdown
eth1
>
> > I just had time to test if it only occurs with eth1 because
> > it happened again and the result is that it only happens
> > with eth1, the original settings for this card in
> > redhat-config-network aren't changed. The network reactivates
> > as soon as i ping my computer from the server, plz help.

>
> Check Link/Activity-LEDs and error counters viewed by
> ifconfig on both ends of the ethernet link.

ifconfig doesn't give any errors on the server side. Gotta try on client
soon
>
> Try to reproduce the error without waiting so long:
>
> - Check whether the problem is ARP related. Clear ARP
> cache on your PC and then try to ping the server.
> - Move interface eth0 on your PC down and up again.
> Does the interface get operational again?
>

I'll try that later
> Check log file whether your DHCP-Server works properly.
> If in doubt disable DHCP for eth1 on server and eth0
> on your PC, and use static configuration.
>

DHCP works fine, tested it in vmware and my computer has a static address.
Both fail btw when it occurs.
> Check other log files on server and your PC whether
> there are suspicous entries around the time of failure.
>

Didn't find anything in /var/log/messages

> Exchange eth1 and eth2 NICs and watch whether the error
> sticks with the NIC. (I got strange errors with a NIC
> which sporadically failed; it still indicated with LEDs
> and error counters that everything is fine, though).
>

I'll try this
> If the error does not stick with the NIC, swapp cables
> also between eth1 and eth2. However I don't think that
> this will cause the error but it doesn't hurt to check
> it.
>

I'll try this too
> When you get the failure, use tcpdump to sniff eth1 on
> server and eth0 on your PC simultaneously. Then try
> to ping from your PC the server, after this ping from
> the server your PC.

I'll try this too

> If everything fails, you could use a wrong-around and
> start on the server a periodically ping job pinging
> your PC. Yuck, Yuck!

I'm doing that now otherwise i have to walk up the stairs everytime i check
for reply's

> HTH
>
> Ciao, Horst
> --
> »When pings go wrong (It hurts me too)« E.Clapton/E.James/P.Tscharn





 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shares on server stops working at certain time every day itare Windows Networking 3 08-03-2010 06:29 PM
Wireless internet stops working every time windows updates Mark Broadband Hardware 1 02-28-2009 04:13 PM
Network stops working SoundMan Windows Networking 6 09-20-2007 01:46 AM
Wirless router stops functioning properly after period of time streaming korijn@gmail.com Wireless Internet 5 12-24-2006 02:54 PM
Converge network time with Internet time sluice Windows Networking 8 10-28-2005 06:49 PM



1 2 3 4 5 6 7 8 9 10 11