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?


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to