Changes between Version 3 and Version 4 of ubuntu
- Timestamp:
- 02/12/2018 11:39:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ubuntu
v3 v4 213 213 - [https://major.io/2015/08/21/understanding-systemds-predictable-network-device-names/ Good Blog article about Predictive Interface Names] 214 214 - net/core/dev.c:dev_change_name - changes name of device by passing strings like "eth%d" 215 216 217 [=#network] 218 = Network Configuration = 219 There are various resources on the Internet dealing with Ubuntu network interface configuration which we don't intend to compete with here. 220 221 In general: 222 * see {{{/etc/network/interfaces}}} for the default network interface configuration 223 * see {{{/etc/dhcp/dhclient.conf}}} for the default DHCP client configuration 224 * 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.