Software >> OS >> Unix >> Linux >> Networking >> How to configure for dynamic IP using DHCP
Oracle Linux 6 # cat /etc/sysconfig/network-scripts/ifcfg-eth0 Other parameters we can add if necessary to override the nameserver settings from DHCP, PEERDNS=no DHCP_HOSTNAME=hostname ( need to also add HOSTNAME=hostname in /etc/sysconfig/network )
[1] (oracle linux) http://www.oracle-base.com/articles/linux/linux-network-configuration.php
|