[1056] in linux-net channel archive
Re: One Segment two class C addresses.
daemon@ATHENA.MIT.EDU (Raj Mathur)
Wed Sep 6 01:38:30 1995
Date: Sat, 2 Sep 95 06:51 IST(+0530)
From: raju@gratis.xgroup.ernet.in (Raj Mathur)
To: macleajb@EDnet.NS.CA
Cc: linux-net@vger.rutgers.edu
In-Reply-To: <m0soIek-00013LC@DrJES.EDnet.NS.CA> (macleajb@EDnet.NS.CA)
Reply-To: raju@xgroup.ernet.in
It's possible that your routes are timing out if you have routed or
gated running. Disabling it in the appropriate rc would do the trick.
I don't feel particularly competent to comment on having two Class C's
on the same Ethernet segment, but it doesn't sound right. Why not set
up one of the boxes with two Ethernet cards and IP_FORWARDING enabled?
-- Raju
--
Raj Mathur The X Group New Delhi India
PGP: Fingerprint: F2 D4 4A 21 27 B0 63 FF 15 97 9D AE 9D 40 BC B8
2.6.i Key: finger raju@arbornet.org
It is the mind that moves.
>>>>> "James" == James B MacLean <macleajb@EDnet.NS.CA> writes:
James> Hello to everyone, I am setting up a machine which uses one
James> class C address on its eth0 while I also have a second
James> Linux box using a different class C address on its eth0.
James> Both boxes use the same physical segment.
James> Attempting to get them to talk, I've tried many
James> routing layouts, first up always something like: route add
James> -net 198.166.54.0 netmask 255.255.255.0 eth0
James> for the box using 198.166.55.0 and the reverse : route add
James> -net 198.166.55.0 netmask 255.255.255.0 eth0
James> for the box using 198.166.54.0.
James> Starting imediately after these commands I can ping back
James> and forth no problem, but attempt to run a telnet or
James> something more will at some point very shortly thereafter
James> stop any access between the machines.