On Thu, May 7, 2020 at 12:21 AM Samuel Sieb <sam...@sieb.net> wrote:
> On 5/6/20 3:10 PM, John M. Harris Jr wrote:
>> On Wednesday, May 6, 2020 2:50:27 PM MST Samuel Sieb wrote:
>>>
>>> Are you using NetworkManager or something else?
>>> What do you mean they aren't being read? What is happening or not
>>> happening?
>>
>> I'm using NetworkManager. The interface is present, with the
>> correct name, but didn't get an IP address assigned.
>
> My ethernet port is called enp0s25, change the following command as
> necessary. Run "nmcli c show enp0s25" to see what NetworkManager
> knows about the connection. See if there's anything missing.

You can't assume that the NIC and the connction have the same name.
And there's no way to run "nmcli c s" against a NIC name.

But, if you have one NIC,
nmcli c s path 1
or
nmcli c s apath 1
should list the connection's properties. ("path" is the DBus
connection path and "apath" is the DBus active connection path.)
_______________________________________________
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