Networking Forums

Networking Forums > Computer Networking > Linux Networking > Local Network Over 200ft cable network disappearing

Reply
Thread Tools Display Modes

Local Network Over 200ft cable network disappearing

 
 
Seanigan
Guest
Posts: n/a

 
      06-02-2005, 11:12 PM
I created a local network between two machines that were connected via
a 200ft cable.

I used the following on the machines to set it up:

Machine 1:

/sbin/ifconfig eth0 192.168.1.1 netmask 255.255.255.0

Machine 2:

/sbin/ifconfig eth0 192.168.1.2 netmask 255.255.255.0

When I start a ping from machien 1 to machine 2 it works for a while
and then all of a sudden the host is no longer reachable

When I go over to machine 2 the ip address has been lost

Is this normal? Should I have a background process which checks ifdown
and if the network is down it attempts to reestablish?

I am trying to get some useful network latency statistics out of this
whole exercise.

Thanks,

Ryan Burgess.

 
Reply With Quote
 
 
 
 
=?iso-8859-1?B?/vOh/y3e9SH9IG1A8Q==?=
Guest
Posts: n/a

 
      06-02-2005, 11:50 PM
do a
ifconfig -a
both before and after that problem occured.

poly-p man

 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      06-03-2005, 01:47 AM
Seanigan wrote:

> Is this normal? Should I have a background process which checks ifdown
> and if the network is down it attempts to reestablish?
>
> I am trying to get some useful network latency statistics out of this
> whole exercise.


First thing to check is the cable. Make sure it's properly wired, with
correct pairing maintained. Since you're going directly from one computer
to another, you'll probably need a cross over cable. Look up EIA/TIA 568.
Use 568A on one end and 568B on the other, to make a crossover. With a
properly constructed cable, you should be good for up to 100 M (328 feet).

 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      06-03-2005, 07:17 PM
In article <(E-Mail Removed) .com>,
Seanigan wrote:

>I created a local network between two machines that were connected via
>a 200ft cable.


Distribution? Release? What else is running on the systems?

>When I start a ping from machien 1 to machine 2 it works for a while
>and then all of a sudden the host is no longer reachable
>
>When I go over to machine 2 the ip address has been lost


Why?

>Is this normal?


No, but then you are not providing enough information. For example,
what do the "network" configurations scripts/files contain? Have you
got a DHCP client or some such crap?

>Should I have a background process which checks ifdown
>and if the network is down it attempts to reestablish?


Not enough information. Assuming you are not running to wonderful
helper programs, when you bring the network up manually, it should
stay up.

Old guy

 
Reply With Quote
 
Seanigan
Guest
Posts: n/a

 
      06-08-2005, 03:35 PM
Right now I am configuring with netconfig so that the ip addresses are
static local
192.168.0.1 and 192.168.0.2
with a netmask of 255.255.255.0

This is running on Redhat 8

There is nothing else running

 
Reply With Quote
 
Seanigan
Guest
Posts: n/a

 
      06-08-2005, 03:49 PM
Ok, I think I found the issue

dhclient was actually still running and that appears to have been
buggering things up.

 
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
Network cable unpluged - Local area Connection is now connected problem Pvest Windows Networking 10 12-13-2009 06:14 AM
Frequent "Local Area Connection- A Network Cable is Unplugged" error liu Network Routers 4 03-20-2007 07:47 PM
Local area connection, a network cable is unplugged shrek Wireless Networks 3 05-09-2006 06:31 PM
"Local area connection. A network cable is unplugged" bmancinelli Wireless Networks 2 03-10-2005 11:07 AM
Local Area Connection Network Cable Unplugged yanman Wireless Internet 7 01-24-2005 04:13 AM



1 2 3 4 5 6 7 8 9 10 11