Cubic Custom ISO Ubuntu 18.04 DNS Fix

By July 7, 2018Linux
[raw] mkdir -p /etc/run/systemd/resolve
ln -sr /etc/run/systemd/resolve/resolv.conf /etc/run/systemd/resolve/stub-resolv.conf
[/raw]

Now add a nameserver to stub-resolv.conf

[raw] nameserver 1.1.1.1
nameserver 1.0.0.1
[/raw]

Leave a Reply