On 8/8/23 11:58, Felix Miata wrote:
Samuel Sieb composed on 2023-08-07 16:13 (UTC-0700):

Wolfgang Pfeiffer wrote:

  From what I know: the passwords might also be in
/etc/sysconfig/network-scripts/keys-*

ifcfg files are deprecated now.  Any recently made connections are
stored in the nmconnection format.  And the keys-* files are part of the
ifcfg system.

Can you say if that format equates to, or is it similar to, the format
systemd-networkd uses?

# cat /etc/systemd/network/eth0.network
[Match]
PermanentMACAddress=00:00:00:00:00:00

[Network]
Address=192.xxx.xxx.xxx/24
DNS=192.xxx.xxx.yyy 1.1.1.1 1.0.0.1
Gateway=192.xxx.xxx.yyy
IPv6AcceptRA=no
LinkLocalAddressing=no

It's similar only in the structure ("ini" file format), but not the content.

# ls -Gg /etc/sysconfig/network-scripts/*eth*
-rw-r--r-- 1   267 Sep  9  2013 /etc/sysconfig/network-scripts/ifcfg-eth0
-rwxr-xr-x 1  6560 May  4 20:00 /etc/sysconfig/network-scripts/ifdown-eth
-rwxr-xr-x 1 14192 May  4 20:00 /etc/sysconfig/network-scripts/ifup-eth

I think there's a Change for the next release to automatically convert those to the new format.
_______________________________________________
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to