On 2020-08-19 14:09, ToddAndMargo via users wrote:
On 2020-08-17 02:38, ToddAndMargo via users wrote:
Hi All,
What am I doing wrong here? nmcli says eno2 is disconnected but is working as if it was connected.
eno2 is my (only) Internet connection.
$ nmcli device status | grep -i eno2 eno2 ethernet disconnected --
$ ping -c 1 -I eno2 8.8.8.8 PING 8.8.8.8 (8.8.8.8) from 192.168.250.135 eno2: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=12.0 ms
Huh? I am confused.
Many thanks, -T
oh and it gets even screwier:
$ ifconfig | grep eno2 eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
$ /usr/bin/nmcli connection down eno2 Connection 'eno2' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/6)
$ nmcli device | grep eno2 eno2 ethernet disconnected --
$ ping -c 1 8.8.8.8 ping: connect: Network is unreachable
$ ifconfig | grep eno2 eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
"UP" ??? On what planet?
I just created:
ifconfig reports network status incorrectly https://bugzilla.redhat.com/show_bug.cgi?id=1870370