Changes between Version 9 and Version 10 of ubuntu


Ignore:
Timestamp:
11/06/2018 07:43:51 PM (6 years ago)
Author:
Tim Harvey
Comment:

added section on network time protocol configuration

Legend:

Unmodified
Added
Removed
Modified
  • ubuntu

    v9 v10  
    274274
    275275[=#network]
    276 = Network Configuration =
     276== Network Configuration
    277277There are various resources on the Internet dealing with Ubuntu network interface configuration which we don't intend to compete with here.
    278278
     
    281281 * see {{{/etc/dhcp/dhclient.conf}}} for the default DHCP client configuration
    282282 * 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.
     283
     284
     285[=#time]
     286== Network Time Configuration
     287Network Time can set your system time based on network time servers:
     288 * bionic:
     289{{{#!bash
     290apt-get install chrony
     291}}}
     292 * xenial:
     293{{{#!bash
     294apt-get install ntp
     295}}}
    283296
    284297