I’m ostensibly temporarily hooked up post-move on CenturyLink DSL. It took an obscene amount of a day to make it work. I almost quit trying in part because of comparing this, via DHCP host configuration:
# ip -d route
default via 192.168.0.1 dev eth0
127.0.0.0/8 dev lo scope link
169.254.0.0/16 dev eth0 scope link
192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.5
# inxi Snxxx
System: Host: gx620 Kernel: 3.12.67-64-desktop i686 bits: 32 compiler: gcc v: 4.8.1 Desktop: KDE 4.11.5 tk: Qt 4.8.5
wm: kwin dm: KDM Distro: openSUSE 13.1 (Bottle)
Network: Device-1: Broadcom NetXtreme BCM5751 Gigabit Ethernet PCI Express vendor: Dell OptiPlex GX620 driver: tg3 v: 3.137
port: e8a0 bus ID: 02:00.0 chip ID: 14e4:1677
IF: eth0 state: up speed: 1000 Mbps duplex: full mac: 00:##:##:##:##:##
To this, via static IP host configuration:
# ip -d route
unicast default via 192.168.0.1 dev eth0 proto boot scope global
unicast 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.11
# inxi -Snxxx
System: Host: 00srv Kernel: 4.12.14-lp151.28.44-default x86_64 bits: 64 compiler: gcc v: 7.5.0 Console: tty 1 wm: kwin
dm: N/A Distro: openSUSE Leap 15.1
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Micro-Star MSI driver: r8169 v: 2.3LK-NAPI
port: e000 bus ID: 02:00.0 chip ID: 10ec:8168
IF: eth0 state: up speed: 1000 Mbps duplex: full mac: ##:##:##:##:##:##
I’ve never seen unicast before, or a two line route that is working for internet. What’s going on here, a difference between DHCP setup and static, a difference between openSUSE releases, a difference between (cable and DSL) providers, and/or something else?