<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ubuntu Proliant DL360 network issues in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876269#M84313</link>
    <description>Strange thing you are experiencing there. I am afraid I do not have a good answer for that.&lt;BR /&gt;&lt;BR /&gt;A question on the side: Why would you want to run Ubuntu on a server - I find it to be more of a desktop OS? I tried it, but found that I would constantly have to install extra packages fo my server needs. &lt;BR /&gt;&lt;BR /&gt;Maybe an idea to try Debian since you are working in that direction (Ubuntu is a Debian derivative). Also, Slackware or Redhat Enterprise which is more server oriented. Or perhaps Fedora Core or Suse which are more "everything for everyone" distributions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Oct 2006 05:18:57 GMT</pubDate>
    <dc:creator>Karsten Breivik_1</dc:creator>
    <dc:date>2006-10-09T05:18:57Z</dc:date>
    <item>
      <title>Ubuntu Proliant DL360 network issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876267#M84311</link>
      <description>&lt;!--!*#--&gt;I installed Xubuntu (6.06) on a brand spanking new DL 360 and am having strange network card issues.  The OS recognizes the Broadcom 5740 cards that came installed and accessing the network works fine.  The problem I am running into is that client computers not connected to the same switch as the HP's can't access them (ping/ssh/http).  If I ping the client from the server, then I get access for a limited time.  &lt;BR /&gt;&lt;BR /&gt;I have tried several switches (Cisco, Netgear,..), and different ports on the same switch with the same result.  The problem appears to be that the clients aren't being added to the arp cache if they sit outside the switch.  Xubuntu on non HP servers plugged into the same switch don't suffer from this issue.  Neither do Windows or AIX boxes.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Sun, 08 Oct 2006 00:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876267#M84311</guid>
      <dc:creator>Carl O'Day</dc:creator>
      <dc:date>2006-10-08T00:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu Proliant DL360 network issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876268#M84312</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The first thing that needs to be done is check with networking and see if there is any mac address blocking. Our networking department started doing switch based mac address filtering and I never got the memo. This lead to several needless OS installs.&lt;BR /&gt;&lt;BR /&gt;After this is confirmed, try a laptop or other server on the same ip address and switch ports. If the problem occurs only on those switch ports go back and beat up networking some more.&lt;BR /&gt;&lt;BR /&gt;IF not, then patch ubuntu it has a bug.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 08 Oct 2006 04:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876268#M84312</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-08T04:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu Proliant DL360 network issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876269#M84313</link>
      <description>Strange thing you are experiencing there. I am afraid I do not have a good answer for that.&lt;BR /&gt;&lt;BR /&gt;A question on the side: Why would you want to run Ubuntu on a server - I find it to be more of a desktop OS? I tried it, but found that I would constantly have to install extra packages fo my server needs. &lt;BR /&gt;&lt;BR /&gt;Maybe an idea to try Debian since you are working in that direction (Ubuntu is a Debian derivative). Also, Slackware or Redhat Enterprise which is more server oriented. Or perhaps Fedora Core or Suse which are more "everything for everyone" distributions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Oct 2006 05:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876269#M84313</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2006-10-09T05:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu Proliant DL360 network issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876270#M84314</link>
      <description>Broadcome 5740's, or 5704's?  Anyway, to see whether the problem is IP and above or data-link (ethernet) and below you might install linkloop:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://freshmeat.net/projects/linkloop/" target="_blank"&gt;http://freshmeat.net/projects/linkloop/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which can do a "link-level" ping between two systems.  If the other system isn't HP-UX you will need to be running the linkloop server on it.&lt;BR /&gt;&lt;BR /&gt;While you are at it, it would be good to check the output of dmesg.  Some other things to try to see what might be happening:&lt;BR /&gt;&lt;BR /&gt;*) from the _console_ try unloading and reloading the driver (IIRC that will be tg3) with modprobe - modprobe -r tg3; modprobe tg3 - you may need to re-ifconfig after that.  &lt;BR /&gt;&lt;BR /&gt;*) some sort of ethtool command to cause the NIC to reset&lt;BR /&gt;&lt;BR /&gt;*) disconnecting and reconnecting the cable(s)</description>
      <pubDate>Mon, 09 Oct 2006 11:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ubuntu-proliant-dl360-network-issues/m-p/3876270#M84314</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-10-09T11:52:16Z</dc:date>
    </item>
  </channel>
</rss>

