Changes between Version 3 and Version 4 of ubuntu


Ignore:
Timestamp:
02/12/2018 11:39:13 PM (6 years ago)
Author:
Tim Harvey
Comment:

added network configuration details

Legend:

Unmodified
Added
Removed
Modified
  • ubuntu

    v3 v4  
    213213- [https://major.io/2015/08/21/understanding-systemds-predictable-network-device-names/ Good Blog article about Predictive Interface Names]
    214214- net/core/dev.c:dev_change_name - changes name of device by passing strings like "eth%d"
     215
     216
     217[=#network]
     218= Network Configuration =
     219There are various resources on the Internet dealing with Ubuntu network interface configuration which we don't intend to compete with here.
     220
     221In 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.