Changes between Version 9 and Version 10 of ubuntu
- Timestamp:
- 11/06/2018 07:43:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ubuntu
v9 v10 274 274 275 275 [=#network] 276 = Network Configuration =276 == Network Configuration 277 277 There are various resources on the Internet dealing with Ubuntu network interface configuration which we don't intend to compete with here. 278 278 … … 281 281 * see {{{/etc/dhcp/dhclient.conf}}} for the default DHCP client configuration 282 282 * 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 287 Network Time can set your system time based on network time servers: 288 * bionic: 289 {{{#!bash 290 apt-get install chrony 291 }}} 292 * xenial: 293 {{{#!bash 294 apt-get install ntp 295 }}} 283 296 284 297