Changes between Version 27 and Version 28 of ubuntu
- Timestamp:
- 03/24/2023 10:15:34 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ubuntu
v27 v28 4 4 = Ubuntu = 5 5 Gateworks supports the popular Ubuntu OS on Newport and Ventana products using an Ubuntu built root filesystem with a Gateworks kernel. In some cases you may be able to use an Ubuntu built kernel. 6 7 Gateworks always tries to use the LTS releases (Long Term Support). 8 * Jammy Jellyfish 22.04 9 * Focal Fossa 20.04 6 10 7 11 In addition to the information on this page, you likely want to look at product family specific details on the following pages for your product: … … 292 296 293 297 In general: 294 * see {{{/etc/network/interfaces}}} for the default network interface configuration295 * see {{{/etc/dhcp/dhclient.conf}}} for the default DHCP client configuration296 * 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}}}:298 * See {{{/etc/network/interfaces}}} for the default network interface configuration 299 * See {{{/etc/dhcp/dhclient.conf}}} for the default DHCP client configuration 300 * 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}}}: 297 301 {{{#!bash 298 302 sed -i 's/^timeout.*/timeout 10;/' /etc/dhcp/dhclient.conf 299 303 }}} 304 305 Note that DHCP only retries every 5 minutes to give an IP address per the man pages: [https://manpages.ubuntu.com/manpages/trusty/man5/dhclient.conf.5.html] 300 306 301 307 [=#time]