#sets up the eth0 device #loads the device at boot ONBOOT="yes" #sets static networking #NETWORKING="static" #IP="192.168.0.1" #NETMASK="255.255.255.0" #BROADCAST="192.168.0.255" #sets dhcp networking # -k kills the dhcp-cache at system shutdown # -z will not NETWORKING="dhcp" DHCP_PROG="/sbin/dhcpcd" #timeout after 10 seconds #DHCP_START="-t 10" DHCP_STOP="-z" #Default Gateway Options #GATEWAY="192.168.0.100" #GATEWAY_IF="eth0"