Error on network card


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Error on network card
# 1  
Old 12-23-2014
Error on network card

Hi

Please can you help me to understand what could be wrong based on what I have captured in the logs:
I have run
Code:
cat /var/log/syslog | grep -i warn

, and I got the following output
Code:
NetworkManager[7016]: <warn> Activation (eth3) failed.
Dec 23 10:58:25 cmoveldb02 NetworkManager[7016]: <warn> (eth3): DHCPv4 request timed out.
Dec 23 10:58:25 cmoveldb02 NetworkManager[7016]: <warn> Activation (eth3) failed.

the system is running
Code:
ubuntu 12.04

I have run
Code:
ifconfig -a

, and got the following:
Code:
 ifconfig -a
eth2      Link encap:Ethernet  HWaddr 00:23:8b:41:b4:9c
          inet addr:192.168.6.24  Bcast:192.168.6.31  Mask:255.255.255.224
          inet6 addr: fe80::223:8bff:fe41:b49c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:761426 errors:0 dropped:0 overruns:0 frame:0
          TX packets:774305 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:139384970 (139.3 MB)  TX bytes:109771872 (109.7 MB)
          Interrupt:16 Memory:fcde0000-fce00000

eth3      Link encap:Ethernet  HWaddr 00:23:8b:41:b4:9d
          inet6 addr: fe80::223:8bff:fe41:b49d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:346190 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:77978155 (77.9 MB)
          Interrupt:17 Memory:fcd80000-fcda0000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2325747 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2325747 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:348097678 (348.0 MB)  TX bytes:348097678 (348.0 MB)

# 2  
Old 12-23-2014
Hello fretagi,

You can check to see the status of a DCHP update by running this in a terminal:
Code:
sudo dhclient eth0 # assuming eth0 is your network adapter

That will try and get the network settings up and going and it will tell you what it's trying to do (so if it does make contact and then fails, you should see the result). If it doesn't make contact, you'll see it going on and on and on.

Thanks,
R. Singh

Last edited by rbatte1; 12-23-2014 at 12:04 PM.. Reason: Changed ICODE tags to just CODE tags
# 3  
Old 12-23-2014
I know that these may be a daft questions, but:-
  • What are you expecting?
  • Do you have cables in all the cards, connected to switches etc.?
  • Are your definition files set up (presuming it's /etc/sysconfig/network-scripts/ifcfg-eth3 in this case)
  • Should it/they be DHCP or STATIC addresses?
  • If DHCP, is there a server that can service the DHCP request?
I'm just trying to get a better picture of your needs to make sure we get you the best answers.


Thanks, in advance,
Robin

Last edited by rbatte1; 12-23-2014 at 12:36 PM.. Reason: Added another question
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Regarding Network Interface Card

Dear All , While taking backups in one Linux Server , we find one alert came with regard to Network Interface Card. Pl find the below alert. Network Interface Card performance for NIC:eth1 has exceeded Major threshold. Bytes sent and received per second (Average)= 105540.303101... (6 Replies)
Discussion started by: jegaraman
6 Replies

2. Solaris

How to identifying the network card ?

Hi Experts, Can we use some command from unix to find the available network interface? I did tried Its listing following, however how can I decide the which vender card is attached e.g. if its hme , bge or some thing else Thanks (7 Replies)
Discussion started by: kumarmani
7 Replies

3. UNIX for Dummies Questions & Answers

How can I tell which network card is which?

I have three network cards in my unix box. I need to figure out which card corresponds to an assigned IP address. If there some command in unix I can use to make an ethernet interface blink? Any advice would be appreciated. (6 Replies)
Discussion started by: mojoman
6 Replies

4. Solaris

[need help] error after configure network card at v890 sparc

hi experts, i have some problem with my server v890, i had config the network with ce0,ce1 and eri0 but after reboot the server have this error messages display : WARNING: ce0: fault detected external to device; service degraded WARNING: ce0: xcvr addr:0x01 - link down configuring IPv4... (2 Replies)
Discussion started by: bucci
2 Replies

5. UNIX for Advanced & Expert Users

network card problem

hi, everyone: alpha 600 au true64 Unix 4.0f my network cart is set "Auto-Negotiate".After operate system startup,the network will be disconnected by itself at sometime. I found some prompt in /usr/adm/messages. "tu0 :transmit FIFO underflow:threshold raised to :256 byteŁ¬link up... (1 Reply)
Discussion started by: q30
1 Replies

6. UNIX for Advanced & Expert Users

Network Card Help

I have been having trouble with my sis900 neytwork card in slacwkare linux. I tried to modprobe the sis900, it didnt give me any errors but it didnt load it. so I put in a realtek 8139 network card and tried it too. These are the errors i get with the two cards when trying to do insmod on either of... (3 Replies)
Discussion started by: The Fridgerator
3 Replies

7. IP Networking

Network Card with SGI

The Octane is driving me nuts . It was sitting on the network doing its job nicely and i had to pull the n/w cable out from the wall to pull it from the inside of the table and connected it again . The logs show this -- link down .... < when i pulled it out > link ok < when i connected > But... (0 Replies)
Discussion started by: DPAI
0 Replies

8. UNIX for Dummies Questions & Answers

Installing network card

1) i am trying to install realtek network card in caldrea linux, but i am not able to find the interface, 2)i download drivers for network card and i am not able to read the floopy in linux, pls help me out. (1 Reply)
Discussion started by: gops
1 Replies

9. Cybersecurity

network card physical reset error

Hi all I am facing some problem with network card i am using solaris8 and on sunultra10 .As it is my firewal machine i have got on backup harddisk for any emergency. In one hardidsk while installation only hme0 interface was configured and in the backup hard disk qfe0/hme0 both are... (0 Replies)
Discussion started by: Prafulla
0 Replies

10. IP Networking

network card

I have a UnixWare 2 server that has an ISA 3Com NIC that has just a BNC connector on it. I want to remove this and install an ISA 3Com NIC that has a BNC/RJ45 connector. What steps do I have to go through to successfully complete this? Thye are almost the exact same cards except for the... (1 Reply)
Discussion started by: cparks
1 Replies
Login or Register to Ask a Question