On Wed, Aug 19, 2020 at 11:09 PM ToddAndMargo via users
<users@lists.fedoraproject.org> wrote:
>
> $ 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?

On this one. A NIC can be "UP" and unconfigured.

"nmcli c" acts on the network layer, like "ip a".

"nmcli d" acts on the data link layer, like "ip l".
_______________________________________________
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