User Tools

Site Tools


linux:install_ubuntu20.04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:install_ubuntu20.04 [2020/09/28 19:54] bstaffordlinux:install_ubuntu20.04 [2022/11/23 12:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Ubuntu 20.04 ====== ====== Ubuntu 20.04 ======
 +===== Check DNS =====
 +Check that your ''/etc/netplan/'' file includes IPv4 DNS in addition to IPv6
 ===== Post Setup ===== ===== Post Setup =====
 <code>sudo apt install traceroute net-tools</code> <code>sudo apt install traceroute net-tools</code>
Line 7: Line 9:
 Comment out the lines in ''/etc/update-motd.d/10-help-text'' to hid the documentation links. Comment out the lines in ''/etc/update-motd.d/10-help-text'' to hid the documentation links.
 <code>sudo vi /etc/update-motd.d/10-help-text</code> <code>sudo vi /etc/update-motd.d/10-help-text</code>
 +===== Disable IPv6 Privacy Extensions =====
 +Add the following to /etc/netplan/00-.... Remember you must specify an IPv6 gateway.
 +Remember, this must go just after the interface address.
 +<code>dhcp4: false
 +dhcp6: false
 +accept-ra: false</code>
linux/install_ubuntu20.04.1601322859.txt.gz · Last modified: (external edit)