echo "Adjust your /etc/sysconfig/ifconfig.<network_cards_name> with following information:

ONBOOT=\"yes\"
SERVICE=\"dhclient\"
DHCP_START=""
DHCP_STOP=""

# 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=\"no\""
