[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
Try sniffing the traffic with ethereal or tcpdump, though you make a
good case.


> 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; &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; &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; &gt; Quality Linux &amp; UNIX security and SysAdmin &amp; software consulting since 1990.
&gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &quot;Microsoft: Unsafe at any clock speed!&quot;
&gt; &gt; &gt; &gt; &gt; &gt;    -- Bob Toxen 10/03/2002
&gt; &gt; &gt; 
&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; &gt; On Mon, 29 Nov 2004 09:51:34 -0500, James P. Kinney III
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &lt;jkinney at localnetsolutions.com&gt; wrote:
&gt; &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; &gt; net access for each node is through different ISP's so each node has
&gt; &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; &gt; different networks. They have no common router.
&gt; &gt; &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; &gt; caused by falling trees. I would like to make the outage as short as
&gt; &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; &gt; other than editing the DNS listing and waiting for the change to
&gt; &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; &gt; &gt; Any suggestions?
&gt; &gt; &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; &gt; &gt; If nothing else, you could try round-robin DNS.
&gt; &gt; &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; &gt; &gt; Then set your client TTL low so your users are requesting a new DNS
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; entry fairly often.
&gt; &gt; &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; &gt; to the other site with their next DNS request.  (ie. if you have M$
&gt; &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; &gt; &gt; Greg


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00005.html">[ale] OT- sorta  - DNS</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00007.html">[ale] Yuck</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00055.html">[ale] Introduction</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00023.html">[ale] failover planning</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00006"><strong>Date</strong></a></li>
<li><a href="threads.html#00006"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

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