[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



I configured the 2nd interface on one of our devices running 2.4.24 as
192.168.2.121 and there is no CAT-5 connected.

[cfowler at cfowler cfowler]$ ping 192.168.2.121
PING 192.168.2.121 (192.168.2.121) 56(84) bytes of data.
64 bytes from 192.168.2.121: icmp_seq=1 ttl=64 time=0.405 ms
64 bytes from 192.168.2.121: icmp_seq=2 ttl=64 time=0.163 ms
64 bytes from 192.168.2.121: icmp_seq=3 ttl=64 time=0.167 ms


I guess eth0 on 192.168.2.120 is responding for 192.168.2.121

On Mon, 2004-11-29 at 22:33, Stephan Uphoff wrote:
> On Mon, 2004-11-29 at 21:21, Bob Toxen wrote:
> > On Mon, Nov 29, 2004 at 08:56:03PM -0500, Stephan Uphoff wrote:
> > > On Mon, 2004-11-29 at 20:34, Christopher Fowler wrote:
> > > > I've tried this before with simple configuration of two nics simply
> > > > using ifconfig.  But I was never convinced that packets destined for 2.5
> > > > was not scooped up by the first nic on 2.4
> > 
> > > When I transitioned from cable to dsl I had such a setup.
> > > The problem was that BOTH nics would reply to broadcasted ARP request
> > > for either of the IPs with their own Ethernet address.
> > > This caused packets to arrive at the wrong interface where they were
> > > blocked by a firewall. (This was an old hacked up 2.2.16? kernel)
> > This is incorrect behavior.  This should not even have happened on a
> > correctly built 2.2.16 system.
> 
> I agree - this should not have happened.
> Hopefully someone fixed this by now.
> But since I personally had hacked up the kernel I am sure that it was
> correctly build and this is a generic 2.2.16? problem.
> 
> 
> > 
> > Bob
> > 
> > 
> > > > On Mon, 2004-11-29 at 20:27, Bob Toxen wrote:
> > > > > On Mon, Nov 29, 2004 at 07:49:43PM -0500, Christopher Fowler wrote:
> > > > > > Speaking of failover is it possible to install 2 NICS in Linux and put
> > > > > > them on the same subnet.  I.E. eth0 = 192.168.1.4 and eth1 = 192.168.1.5
> > > > > > then place those NICS under load balancing.  In this case both will have
> > > > > > the same DNS and same gateway.  All load balancing setups I've seen load
> > > > > > balance between multiple Internet connections.
> > > > > Sure.  No problem.  Of course, this is needed only if your total bandwidth
> > > > > requirements exceed that of a single NIC (either 100 Mbps duplex or 1 Gbps).
> > 
> > > > > Bob Toxen
> > > > > bob at verysecurelinux.com               [Please use for email to me]
&gt; &gt; &gt; &gt; &gt; <a  rel="nofollow" href="http://www.verysecurelinux.com";>http://www.verysecurelinux.com</a>        [Network&amp;Linux/Unix security consulting]
&gt; &gt; &gt; &gt; &gt; <a  rel="nofollow" href="http://www.realworldlinuxsecurity.com";>http://www.realworldlinuxsecurity.com</a> [My book:&quot;Real World Linux Security 2/e&quot;]
&gt; &gt; &gt; &gt; &gt; Quality Linux &amp; UNIX security and SysAdmin &amp; software consulting since 1990.
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &quot;Microsoft: Unsafe at any clock speed!&quot;
&gt; &gt; &gt; &gt; &gt;    -- Bob Toxen 10/03/2002
&gt; &gt; 
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; On Mon, 2004-11-29 at 19:40, Greg Freemyer wrote:
&gt; &gt; &gt; &gt; &gt; &gt; &gt; On Mon, 29 Nov 2004 09:51:34 -0500, James P. Kinney III
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;jkinney at localnetsolutions.com&gt; wrote:
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I am looking at setting up a small non-local redundant webserver. The
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; net access for each node is through different ISP's so each node has
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; different IP's. In fact, there is nothing in common between the two
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; different networks. They have no common router.
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; The main site is serverd by a T1 line that is susceptable to an outage
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; caused by falling trees. I would like to make the outage as short as
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; possible by making the backup site live as fast as possible. Right now,
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; other than editing the DNS listing and waiting for the change to
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; propogate, I have no other way to do this.
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Any suggestions?
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; --
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; James P. Kinney III          \Changing the mobile computing world/
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; If nothing else, you could try round-robin DNS.
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; That way roughly half of your dns quiries will go to each IP.
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Then set your client TTL low so your users are requesting a new DNS
&gt; &gt; &gt; &gt; &gt; &gt; &gt; entry fairly often.
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; If one of your sites fails,  there is a 50% chance your users will go
&gt; &gt; &gt; &gt; &gt; &gt; &gt; to the other site with their next DNS request.  (ie. if you have M$
&gt; &gt; &gt; &gt; &gt; &gt; &gt; users, they do a dns request at least once per reboot.)
&gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Greg
&gt; &gt; _______________________________________________
&gt; &gt; Ale mailing list
&gt; &gt; Ale at ale.org
&gt; &gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
&gt; &gt; 
&gt; &gt; 
&gt; 
&gt; _______________________________________________
&gt; Ale mailing list
&gt; Ale at ale.org
&gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<ul><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><a name="01146" href="msg01146.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> kaboom at gatech.edu (Chris Ricker)</li></ul></li>
</ul></li></ul>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="01064" href="msg01064.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> jkinney at localnetsolutions.com (James P. Kinney III)</li></ul></li>
<li><strong><a name="01106" href="msg01106.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> greg.freemyer at gmail.com (Greg Freemyer)</li></ul></li>
<li><strong><a name="01107" href="msg01107.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> cfowler at outpostsentinel.com (Christopher Fowler)</li></ul></li>
<li><strong><a name="01114" href="msg01114.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> bob at verysecurelinux.com (Bob Toxen)</li></ul></li>
<li><strong><a name="01115" href="msg01115.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> cfowler at outpostsentinel.com (Christopher Fowler)</li></ul></li>
<li><strong><a name="01120" href="msg01120.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> ups at tree.com (Stephan Uphoff)</li></ul></li>
<li><strong><a name="01125" href="msg01125.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> bob at verysecurelinux.com (Bob Toxen)</li></ul></li>
<li><strong><a name="01131" href="msg01131.html">[ale] failover planning</a></strong>
<ul><li><em>From:</em> ups at tree.com (Stephan Uphoff)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg01133.html">[ale] SCSI Tape Drive with SUSE 9.2</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg01135.html">[ale] vonage outage?</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg01131.html">[ale] failover planning</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg01146.html">[ale] failover planning</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#01134"><strong>Date</strong></a></li>
<li><a href="threads.html#01134"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>