HI all, I had installed Fedora 30 and /etc/network-scripts/ is empty, there are no ifcfg-eth* files.
In Fedora 29, I had set eth0 to be a dhclient interface by editing /etc/sysconfig/network-scripts/ifcfg-eth0 (or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1) and setting BOOTPROTO=dhcp ... ONBOOT=yes
How can I achieve similar outcome in Fedora 30 ?
Regards, Kevin
On 5/22/19 10:20 AM, Kevin Wilson wrote:
HI all, I had installed Fedora 30 and /etc/network-scripts/ is empty, there are no ifcfg-eth* files.
In Fedora 29, I had set eth0 to be a dhclient interface by editing /etc/sysconfig/network-scripts/ifcfg-eth0 (or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1) and setting BOOTPROTO=dhcp ... ONBOOT=yes
How can I achieve similar outcome in Fedora 30 ?
Regards, Kevin
Hi Kevin,
If not already installed, try running
network-manager-applet
It will appear in one of your task bars (Xfce it is in the upper right of Panel 0).
And setting it from there. It "should" (watch the weasel word) update network-scripts.
# dnf install network-manager-apple
HTH, -T
On 5/22/19 10:20 AM, Kevin Wilson wrote:
HI all, I had installed Fedora 30 and /etc/network-scripts/ is empty, there are no ifcfg-eth* files.
In Fedora 29, I had set eth0 to be a dhclient interface by editing /etc/sysconfig/network-scripts/ifcfg-eth0 (or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1) and setting BOOTPROTO=dhcp ... ONBOOT=yes
How can I achieve similar outcome in Fedora 30 ?
Is the network interface working? NetworkManager doesn't necessarily need any files in there.
On Wed, May 22, 2019 at 7:20 PM Kevin Wilson wkevils@gmail.com wrote:
I had installed Fedora 30 and /etc/network-scripts/ is empty, there are no ifcfg-eth* files.
In Fedora 29, I had set eth0 to be a dhclient interface by editing /etc/sysconfig/network-scripts/ifcfg-eth0 (or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1) and setting BOOTPROTO=dhcp ... ONBOOT=yes
How can I achieve similar outcome in Fedora 30 ?
You can do the same on F30.