Network Connectivity Issues - No Internet
by juju from LinuxQuestions.org on (#55WJD)
Greetings,
I'm having Internet connectivity issues with my Slackware 14.2 desktop machine.
My ISP decided to do a system update yesterday. This caused problems for both my wifi and my connected network. I'm running this Win 10 laptop and my Slackbox off of my Google Nest router. These 2 machines are connected by ethernet cables to a switch, which is connected to the router. The Win machine works fine (obviously) and the wifi is up and running too.
I can't get my Slackware machine connected for some reason though. Networking is not my thing, so I'm in the dark here.
It was working just fine, until my ISP did its update.
I have run the following commands:
Quote:
I'm stumped. Any help would be appreciated.


I'm having Internet connectivity issues with my Slackware 14.2 desktop machine.
My ISP decided to do a system update yesterday. This caused problems for both my wifi and my connected network. I'm running this Win 10 laptop and my Slackbox off of my Google Nest router. These 2 machines are connected by ethernet cables to a switch, which is connected to the router. The Win machine works fine (obviously) and the wifi is up and running too.
I can't get my Slackware machine connected for some reason though. Networking is not my thing, so I'm in the dark here.
It was working just fine, until my ISP did its update.
I have run the following commands:
Quote:
% lspci | grep Eth 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V (rev 31) % ifconfig -a eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 70:4d:7b:62:e2:2c txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 16 memory 0xdf200000-df220000 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1 (Local Loopback) RX packets 6492 bytes 506920 (495.0 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 6492 bytes 506920 (495.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 % dhcpcd eth0 eth0: adding address fe80::b0ef:152e:db7c:a940 if_addaddress6: Permission denied eth0: waiting for carrier (waited 30 seconds) timed out dhcpcd exited % ping 8.8.8.8 connect: Network is unreachable # Relevant portion of my rc.inet1.conf file # Config information for eth0: IPADDR[0]="" NETMASK[0]="" USE_DHCP[0]="yes" DHCP_HOSTNAME[0]="" # Config information for eth1: IPADDR[1]="" NETMASK[1]="" USE_DHCP[1]="" DHCP_HOSTNAME[1]="" # Config information for eth2: IPADDR[2]="" NETMASK[2]="" USE_DHCP[2]="" DHCP_HOSTNAME[2]="" # Config information for eth3: IPADDR[3]="" NETMASK[3]="" USE_DHCP[3]="" DHCP_HOSTNAME[3]="" # Default gateway IP address: GATEWAY="" # Change this to "yes" for debugging output to stdout. Unfortunately, # /sbin/hotplug seems to disable stdout so you'll only see debugging output # when rc.inet1 is called directly. DEBUG_ETH_UP="no" |