- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- My NIC is not running, please help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 06:49 AM
03-15-2006 06:49 AM
I have just installed CentOS 4.2 on my DL 145 G2 but my network is not functioning.
The installaion was just fine, without any problems, and the NIC is recognized by the OS, and is up( ifconfig)but it is not running.. The logs don´t accuse anything. How can i solve this
Thanks in advance
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 07:21 AM
03-15-2006 07:21 AM
Re: My NIC is not running, please help
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 12:28 PM
03-15-2006 12:28 PM
Re: My NIC is not running, please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 07:31 PM
03-15-2006 07:31 PM
Re: My NIC is not running, please help
You are telling that, "it is not running". Could you please be clear in this sentence.
By which we can get some idea.
Because, if you say "it is not running", it may be physical network connectivity issue also.
rgds,
subbu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 09:29 PM
03-15-2006 09:29 PM
Re: My NIC is not running, please help
Check you configuration under /etc/sysconfig/network-scripts which will either be ifcfg-eth0 or ifcfg-eth1.
Regards,
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 10:06 PM
03-15-2006 10:06 PM
Re: My NIC is not running, please help
Have you plugged the cable to the right NIC??
If yes do and lsmod and see if the NIC modules are loaded or not.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 10:39 PM
03-15-2006 10:39 PM
Re: My NIC is not running, please help
Sorry for my late response, but I was in trouble to get a usb drive working with th OS
so I can carry the informations you asked.
ifconfig -a:
eth0 Link encap:Ethernet HWaddr 00:14:C2:3A:CB:8B
inet addr:172.17.80.29 Bcast:172.17.80.255 Mask:255.255.255.0
inet6 addr: fe80::214:c2ff:fe3a:cb8b/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:209
eth1 Link encap:Ethernet HWaddr 00:14:C2:3A:CB:8A
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:217
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:4034 errors:0 dropped:0 overruns:0 frame:0
TX packets:4034 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1452036 (1.3 MiB) TX bytes:1452036 (1.3 MiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
dmesg | grep eth:
divert_blk for non-ethernet device lo
divert: allocating divert_blk for eth0
eth0: Tigon3 [partno(BCM95721) rev 4101 PHY(5750)] (PCIX:100MHz:32-bit) 10/100/1000BaseT Ethernet 00:14:c2:3a:cb:8b
eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
divert: allocating divert_blk for eth1
eth1: Tigon3 [partno(BCM95721) rev 4101 PHY(5750)] (PCIX:100MHz:32-bit) 10/100/1000BaseT Ethernet 00:14:c2:3a:cb:8a
eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] Split[0] WireSpeed[1] TSOcap[1]
divert: not allocating divert_blk for non-ethernet device sit0
eth0: no IPv6 routers present
eth0: no IPv6 routers present
lsmod:
Module Size Used by
usb_storage 73353 1
vfat 17729 1
fat 53985 1 vfat
parport_pc 29569 0
lp 15281 0
parport 47437 2 parport_pc,lp
autofs4 29129 0
i2c_dev 14145 0
i2c_core 27841 1 i2c_dev
sunrpc 200633 1
ds 20681 0
yenta_socket 22209 0
pcmcia_core 69585 2 ds,yenta_socket
md5 4801 1
ipv6 292001 8
dm_mirror 32129 0
dm_mod 68009 1 dm_mirror
button 8161 0
battery 10313 0
ac 5833 0
ohci_hcd 26193 0
ehci_hcd 36677 0
tg3 104133 0
ext3 139729 8
jbd 86897 1 ext3
sata_nv 11077 0
libata 54665 1 sata_nv
mptscsih 48697 0
mptbase 65145 1 mptscsih
sd_mod 19265 12
scsi_mod 150577 4 usb_storage,libata,mptscsih,sd_mod
The NIC eth0 (the only used) is connect to a Cisco switch wich is workin fine with other
server connected to it.
Thanks in advance.
David Almada
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 01:37 AM
03-16-2006 01:37 AM
Re: My NIC is not running, please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 03:01 AM
03-16-2006 03:01 AM
Re: My NIC is not running, please help
Yes I am using vlan but i have checked the port,I have other server in the same vlan working fine and I also have tested without using vlans.
netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
172.17.80.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 172.17.80.1 0.0.0.0 UG 0 0 0 eth0
I can´t ping anything( as the interface is not running), but the interface on the switch is on and i have output packets but nothing on input.
Running tcpdump on the interface I can´t see notthing(as the interface is not running).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 03:18 AM
03-16-2006 03:18 AM
Re: My NIC is not running, please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 03:19 AM
03-16-2006 03:19 AM
Re: My NIC is not running, please help
Check your link status with ethtool. Check yoru adapter and port speed configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:06 AM
03-16-2006 06:06 AM
Re: My NIC is not running, please help
ethtool eth0:
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: Unknown! (65535)
Duplex: Unknown! (255)
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Current message level: 0x000000ff (255)
Link detected: no
ethtool -i eth0:
driver: tg3
version: 3.27-rh
firmware-version:
bus-info: 0000:02:00.0
The port of the switch is in full-duplex 100 Mbits/s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:18 AM
03-16-2006 06:18 AM
SolutionAlso, you cannot really assume that the order of eth0 eth1 etc will remain fixed as things are changed in the system - new bits or new cards or whatnot can mean that what was once eth0 is not eth1 etc. So, if ethtool shows there is no cable connected to the interface, you might try ethtool against the other interface and see if the cable is connected there...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:59 AM
03-16-2006 06:59 AM
Re: My NIC is not running, please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 08:12 AM
03-16-2006 08:12 AM
Re: My NIC is not running, please help
Anyway thank y'all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 08:27 AM
03-16-2006 08:27 AM