NETWORKING=yes HOSTNAME=mymachine.mycompany.com GATEWAY=255.255.255.0
2Edit the configuration file for the connection you want to configure, either
BOOTPROTO=static BROADCAST=192.168.1.255 IPADDR= 192.168.1.100 NETMASK=255.255.255.0 NETWORK= 192.168.1.0 ONBOOT=yes TYPE=Ethernet
HWADDR=XX:XX:XX:XX:XX:XX GATEWAY=192.168.1.1
3Restart network services using the following command:
/etc/init.d/network restart
Post Installation Tasks
43