Displaying 1 result from an estimated 1 matches for "eth0_dhcp".
2013 May 21
3
Centos 6.4: Possible bug in system-config-network-cmd
...hand links were maintained properly as needed; such a PITA that they got rid of the very nice GUI for this).
This all works great, EXCEPT that if the machine is booted a fixed-IP profile, the the DHCP ifcfg file also winds up in /etc/sysconfig/network-scripts. So, if I have in profiles/dhcp/ifcfg-eth0_dhcp (with a hardlink in devices/, of course):
TYPE=Ethernet
DEVICE=eth0
HWADDR=<MAC redacted>
BOOTPROTO=dhcp
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
and in profiles/fixed/ifcfg-eth0_fixed
GATEWAY=x.y.z.1
TYPE=Ethernet
DEVICE=eth0
HWADDR=<MAC redacted>
BOOTPROTO=none
NETMASK=255.255...