Changes between Version 13 and Version 14 of ubuntu


Ignore:
Timestamp:
01/31/2019 07:58:30 PM (5 years ago)
Author:
Tim Harvey
Comment:

added details on setting dhcp timeout in ubuntu

Legend:

Unmodified
Added
Removed
Modified
  • ubuntu

    v13 v14  
    258258 * see {{{/etc/network/interfaces}}} for the default network interface configuration
    259259 * see {{{/etc/dhcp/dhclient.conf}}} for the default DHCP client configuration
    260  * typically the Gateworks prebuilt root filesystems will configure networking to bring up {{{eth0}}} by default using {{{dhcp}}} for network configuration with a 10 second timeout.
    261 
     260 * typically the Gateworks prebuilt root filesystems will configure networking to bring up {{{eth0}}} by default using {{{dhcp}}} for network configuration with a 10 second timeout. This is done by setting 'timeout 10;' in {{{/etc/dhcp/dhclient.conf}}}:
     261{{{#!bash
     262sed -i 's/^timeout.*/timeout 10;/' /etc/dhcp/dhclient.conf
     263}}}
    262264
    263265[=#time]