I’m now working on my second unconnectable desktop. Both connected by cable only, no wi-fi. Both connect from Ubuntu. On this one I have the good fortune to have a working Leap 15.2 to compare with.
15.2 connects using NetworkManager.
:~> ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=14.1 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=114 time=12.8 ms
^C
— 8.8.8.8 ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 12.892/13.501/14.110/0.609 ms
and the connections information is…
Hardware Address D8:97:5A:72:A0:98
Driver r8169
IPV4
IP Address 192.168.44.101
Broadcast Address 192.168.44.255
Subnet Mask 255.255.255.0
Default Route 192.168.44.1
Primary DNS 208.67.222.222
Secondary DNS 208.67.220.220
Tertiary DNS 8.8.8.8
IPV6
IP Address fe80:73b:7e78:f116:2836/64
So now I exit 15.2 and boot 15.3 with NetworkManager also running. It does not connect.
:~> ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.2.1 icmp_seq=1 Destination Host Unreachable
From 192.168.2.1 icmp_seq=2 Destination Host Unreachable
^C
— 8.8.8.8 ping statistics —
2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1001ms
…and this time the connections information is…
Hardware Address D8:97:5A:72:A0:98
Driver r8169
IPV4
IP Address 192.168.2.61
Broadcast Address 192.168.2.255
Subnet Mask 255.255.255.0
Default Route 192.168.2.1
Primary DNS 192.168.2.1
IPV6
IP Address fe80::ba97:5aff:fe72:a098/64
Same box, same motherboard, same cable, same software. What am I doing wrong?