Skip to main content

developerWorks >  Linux  >  Forums  >  Linux tech support forum  >  developerWorks

IBM x3550 7978 Ubuntu NIC issues    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 11 - Pages: 1 - Last Post: Oct 30, 2009 3:34 PM Last Post By: martynch
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
IBM x3550 7978 Ubuntu NIC issues
Posted: Sep 11, 2009 03:37:35 PM
 
Click to report abuse...   Click to reply to this thread Reply
Hi All, first time poster on here and first time user of IBM servers.

I'm having a few problems with the interface card on my server, I have installed Ubuntu 8.04 and also tried 9.04 but having the same problem, install goes well and discovers that I have two Ethernet adapters (install thinks its two) which are eth0 and eth1, I get asked which one I would like as the primary card and I select eth0.

Install goes well and finishes with no problems, I very LAN connectivity by using ping, so as it stands I have eth0 with an IP address of 192.168.3.242.

Now I want to add an IP address to eth1 so I issue the command
'ifconfig eth1 192.168.3.240'
'ifconfig eth1 netmask 255.255.255.0'
'ifconfig eth1 up'

Which at this point I can ping 192.168.3.240, problem is I have not inserted the Ethernet cable, and when I do insert it eth0 drops.

Has anybody come across this issue before and if so I would I go about resolving.

Many thanks for reading and if you need more information I will happily provide

Martyn
Ian Shields

Posts: 920
Registered: Sep 25, 2002 04:16:07 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Sep 15, 2009 10:08:30 AM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
If you're using Network Manager, then I think that's the expected behavior. See the thread on internet connection sharing on the Ubuntu site which describes related issues.

Ian Shields
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 14, 2009 08:15:37 AM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
Still having the same problem, can anybody help at all?

Thanks
Ian Shields

Posts: 920
Registered: Sep 25, 2002 04:16:07 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 14, 2009 08:37:15 AM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
Did you try stopping Network Manager?

Ian Shields
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 14, 2009 09:54:04 AM   in response to: Ian Shields in response to: Ian Shields's post
 
Click to report abuse...   Click to reply to this thread Reply
Network Manager, is that in GUI mode only?

Thanks for the reply
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 15, 2009 07:10:45 AM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
I think that NM is only whilst in GUI, I have no GUI at all.

Thanks
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 20, 2009 06:00:23 PM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
Please, can anybody help at all?
Ian Shields

Posts: 920
Registered: Sep 25, 2002 04:16:07 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 20, 2009 07:16:14 PM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
Network manager isn't intended for servers, but runs as a daemon, so possibly could be installed and running. What do you get from running
dpkg -l network-manager

Ian Shields
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 30, 2009 06:04:27 AM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
Thanks for the reply Ian

dpkg -l network-manager
No packages found matching network-manager

This is a strange one
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 30, 2009 06:13:42 AM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
Just loaded Webmin and looked at the networks side of things and have this.

Name TYPE Address NETMASK STATUS
eth0 Ethernet 192.168.3.243 255.255.255.0 Up
Ethernet fe80::214:5eff:fe17:3970 64 Up

eth1 Ethernet 192.168.3.140 255.255.255.0 Up
Loopback ::1 128 Up
lo Loopback 127.0.0.1 255.0.0.0 Up

As you can see on eth1 looks different to eth0, there is no MAC address and also an added loopback.
Ian Shields

Posts: 920
Registered: Sep 25, 2002 04:16:07 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 30, 2009 09:41:20 AM   in response to: martynch in response to: martynch's post
 
Click to report abuse...   Click to reply to this thread Reply
eth0 is up and has both ipv4 and ipv6 (fe80::214:5eff:fe17:3970) addresses.
eth1 is up and has an assigned IPv4 address and a default IPV6 address (::1).
lo is your local loopback address (127.0.0.1)
There are no MAC addresses displayed.

Looks like you have both interfaces up. What symptom makes one appear down?

Ian Shields
martynch

Posts: 8
Registered: Sep 11, 2009 03:24:11 PM
Re: IBM x3550 7978 Ubuntu NIC issues
Posted: Oct 30, 2009 03:34:59 PM   in response to: Ian Shields in response to: Ian Shields's post
 
Click to report abuse...   Click to reply to this thread Reply
When I remove the cable from eth1 I can still ping its IP address, even though its shows its interface going down.

At the minute the only cable that is plugged in is eth0 and I can ping both addresses.

Cheers Ian
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums