Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

NIC not running - Interrupt:169

  • 30-09-2008 11:34PM
    #1
    Closed Accounts Posts: 1


    Dear all,
    i having some trouble with my new DHCP server.
    i'm using dell blade M1000 as the machine.
    first of all, i install my server with CentOS 5.2 with 2 NIC (eth0 and eth1).
    for a while my system running well and so the DHCP.
    but some how when i try to restart the dhcp (/etc/init.d/dhcpd restart) and restart the network (/etc/init.d/network restart) eth0 in down.
    i try to up (ifup eth0) it again but failed.

    here is my eth0 config :
    DEVICE=eth0
    BOOTPROTO=none
    BROADCAST=10.200.0.255
    HWADDR=00:1E:4F:33:A8:F5
    IPADDR=10.200.0.3
    IPV6INIT=yes
    IPV6_AUTOCONF=yes
    NETMASK=255.255.255.0
    NETWORK=10.200.0.0
    ONBOOT=yes
    TYPE=Ethernet
    PEERDNS=yes
    USERCTL=no

    and also here the message that i get from /var/log/message:
    [root@dhcp ~]# tail -f /var/log/messages
    Oct 1 02:21:49 dhcp avahi-daemon[7101]: Joining mDNS multicast group on interface eth1.IPv6 with address fe80::21e:4fff:fe33:a8f7.
    Oct 1 02:21:49 dhcp avahi-daemon[7101]: Registering new address record for fe80::21e:4fff:fe33:a8f7 on eth1.
    Oct 1 02:23:33 dhcp avahi-daemon[7101]: Interface eth0.IPv4 no longer relevant for mDNS.
    Oct 1 02:23:33 dhcp avahi-daemon[7101]: Leaving mDNS multicast group on interface eth0.IPv4 with address 10.200.0.3.
    Oct 1 02:23:33 dhcp avahi-daemon[7101]: Withdrawing address record for 10.200.0.3 on eth0.
    Oct 1 02:24:59 dhcp kernel: bnx2: eth0: using MSI
    Oct 1 02:24:59 dhcp avahi-daemon[7101]: New relevant interface eth0.IPv4 for mDNS.
    Oct 1 02:24:59 dhcp avahi-daemon[7101]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.200.0.3.
    Oct 1 02:25:00 dhcp kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Oct 1 02:25:00 dhcp avahi-daemon[7101]: Registering new address record for 10.200.0.3 on eth0.


    from my point of view, the eth0 totaly down.
    even when i see led from the NIC is not blinking.

    anybody can help me??
    please help... :(


Advertisement