Hey All,
My wired connection eth0 stopped working recently, but my wifi connection is
fine. I've spent a lot of time googling, trying to fix it. The problem seems to be that
dhclient isn't getting an IP address, but I don't know why. I don't think the
router is the problem, because all other devices on my network get an IP
address. Below is some background info.
My wired connection eth0 stopped working recently, but my wifi connection is
fine. I've spent a lot of time googling, trying to fix it. The problem seems to be that
dhclient isn't getting an IP address, but I don't know why. I don't think the
router is the problem, because all other devices on my network get an IP
address. Below is some background info.
Code:
drreid@NUC:~$ ifconfig eth0 eth0 Link encap:Ethernet HWaddr b8:ae:ed:76:6b:29 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:37433 errors:0 dropped:0 overruns:0 frame:0 TX packets:7792 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2699357 (2.6 MB) TX bytes:1277043 (1.2 MB) Interrupt:20 Memory:f7100000-f7120000
Code:
drreid@NUC:~$ nmcli dev list iface eth0 GENERAL.DEVICE: eth0 GENERAL.TYPE: 802-3-ethernet GENERAL.VENDOR: Intel Corporation GENERAL.PRODUCT: -- GENERAL.DRIVER: e1000e GENERAL.DRIVER-VERSION: 2.3.2-k GENERAL.FIRMWARE-VERSION: 0.2-4 GENERAL.HWADDR: B8:AE:ED:76:6B:29 GENERAL.STATE: 30 (disconnected) GENERAL.REASON: 0 (No reason given) GENERAL.UDI: /sys/devices/pci0000:00/0000:00:19.0/net/eth0 GENERAL.IP-IFACE: GENERAL.NM-MANAGED: yes GENERAL.AUTOCONNECT: yes GENERAL.FIRMWARE-MISSING: no GENERAL.CONNECTION: not connected CAPABILITIES.CARRIER-DETECT: yes CAPABILITIES.SPEED: 1000 Mb/s CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1} CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 32069a3c-5e2a-4aa0-990c-a072b9687be1 | Wired connection 1 WIRED-PROPERTIES.CARRIER: on
Code:
grep -i networkmanager /var/log/syslog | less Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Auto-activating connection 'Wired connection 1'. Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) starting connection 'Wired connection 1' Jan 20 14:16:49 NUC NetworkManager[5419]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... Jan 20 14:16:49 NUC NetworkManager[5419]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... Jan 20 14:16:49 NUC NetworkManager[5419]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) Jan 20 14:16:49 NUC NetworkManager[5419]: <info> dhclient started with pid 10532 Jan 20 14:16:49 NUC NetworkManager[5419]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. Jan 20 14:16:49 NUC NetworkManager[5419]: <info> (eth0): DHCPv4 state changed nbi -> preinit Jan 20 14:17:34 NUC NetworkManager[5419]: <warn> (eth0): DHCPv4 request timed out. Jan 20 14:17:34 NUC NetworkManager[5419]: <info> (eth0): canceled DHCP transaction, DHCP client pid 10532 Jan 20 14:17:34 NUC NetworkManager[5419]: <info> A
Comment