<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for everyone's reply.&nbsp; I figured it out!&nbsp; Whoo!&nbsp; I can finally
sleep. :)<br>
<br>
For the curious...<br>
<br>
A vanilla Ubuntu 7.10 Server install does not include NetworkManager or
avahi, nor does it restrict any access via IP tables.&nbsp; But it does
install IPv6, but that was half the problem.&nbsp; To disable IPv6, simply
add the following to the end of the file "/etc/modprobe.d/blacklist",
then reboot:<br>
<div class="moz-signature"><span
 style="color: rgb(0, 0, 0); font-family: san-serif,helvetica,arial; font-size: 12px;"><br>
&nbsp;&nbsp;&nbsp; install ipv6 /bin/true<br>
<br>
That fixed the problem in one of my servers.<br>
<br>
The other server took a while to fix because it has an Asus A8N-SLI
Deluxe motherboard that does not like D-Link gigabit cards.&nbsp; Lucky for
me I have a stash of Linksys gigabit cards that work just fine.&nbsp; It
also didn't help having bad wiring and cables.&nbsp; You'd think trying 3
different patch cables was sufficient, but I guess not.&nbsp; I didn't have
to touch any routes or ARP address mappings.&nbsp; Just remember, just
because you can see a NIC, get it's MAC address, assign it an IP, ping
it, doesn't mean that NIC actually works properly.<br>
<br>
As far as the whole primary NIC thing is concerned, from what I can
tell, when you install Ubuntu, it asks which NIC you want to be
primary.&nbsp; All this does is adds the entry for the NIC in the
/etc/network/interfaces.&nbsp; After installation, I don't think there is a
concept of a primary NIC.<br>
<br>
To change which NIC is eth0, eth1, etc, versions before 7.10 used the
file /etc/iftab, but 7.10 uses "udev".&nbsp; The ethX are tied to the MAC
addresses defined in the /etc/udev/rules.d/70-persistent-net.rules file.<br>
<br>
-Chris<br>
</span></div>
<br>
<br>
Florin Iucha wrote:
<blockquote id="mid_20080322151039_GA3247_iris_iucha_org"
 cite="mid:20080322151039.GA3247@iris.iucha.org" type="cite">
  <pre wrap="">On Fri, Mar 21, 2008 at 10:53:24PM -0500, Chris Barber wrote:
[snip]
  </pre>
  <blockquote id="StationeryCiteGenerated_1" type="cite">
    <pre wrap="">The problem is eth1 for some reason is whack on both machines.  I can't 
ping my public gateway or the other server over its public interface.
    </pre>
  </blockquote>
  <pre wrap=""><!---->[snip]
  </pre>
  <blockquote id="StationeryCiteGenerated_2" type="cite">
    <pre wrap="">Does Ubuntu/Debian identify one of the cards as the "primary" 
somewhere?  How/where does it tie a particular NIC to ethX?  Does 
anybody have any suggestions that I could try?

I appreciate any help.  Thanks!
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Chris,

Try disabling the 'magic' services: 'NetworkManager', 'avahi'.  Maybe
even 'hal' and 'dbus'.  Ubuntu is trying to be overly protective of
newbies with desktops - and it works, if you have one NIC with a
dynamic IP address.  When you go out of the norm, it's better to take
the matter into your own hands.

Cheers,
florin

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
<a class="moz-txt-link-abbreviated" href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a>
  </pre>
</blockquote>
</body>
</html>