Changes between Version 27 and Version 28 of ubuntu


Ignore:
Timestamp:
03/24/2023 10:15:34 PM (13 months ago)
Author:
Ryan Erbstoesser
Comment:

add dhcp statement & mention releases

Legend:

Unmodified
Added
Removed
Modified
  • ubuntu

    v27 v28  
    44= Ubuntu =
    55Gateworks 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
     7Gateworks always tries to use the LTS releases (Long Term Support).
     8 * Jammy Jellyfish 22.04
     9 * Focal Fossa 20.04
    610
    711In addition to the information on this page, you likely want to look at product family specific details on the following pages for your product:
     
    292296
    293297In general:
    294  * see {{{/etc/network/interfaces}}} for the default network interface configuration
    295  * see {{{/etc/dhcp/dhclient.conf}}} for the default DHCP client configuration
    296  * 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}}}:
    297301{{{#!bash
    298302sed -i 's/^timeout.*/timeout 10;/' /etc/dhcp/dhclient.conf
    299303}}}
     304
     305Note 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]
    300306
    301307[=#time]