Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

NIC not running - Interrupt:169

  • 30-09-2008 10: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