ONBOOT=yes


SERVICE=dhclient
# Don't wait for DHCP:
DHCP_START="-q -nw"  # <Add additional start parameters here>
DHCP_STOP="-q -r"  # <Add additional stop parameters here>

# Set PRINTIP="yes" to have the script print
# the DHCP assigned IP address
PRINTIP=no

# Set PRINTALL="yes" to print the DHCP assigned values for
# IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
PRINTALL=yes


#SERVICE=ipv4-static
IP=192.168.0.9
GATEWAY=192.168.0.1
PREFIX=24
BROADCAST=192.168.0.255
