ifconfig.eth0 293 B

1234567891011121314
  1. |ONBOOT="yes"
  2. IFACE="eth0"
  3. SERVICE="dhclient"
  4. DHCP_START=""
  5. DHCP_STOP=""
  6. # Set PRINTIP="yes" to have the script print
  7. # the DHCP assigned IP address
  8. PRINTIP="no"
  9. # Set PRINTALL="yes" to print the DHCP assigned values for
  10. # IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
  11. PRINTALL="no"|