After the last update connection problem
- Login o registrati per inviare commenti
Hi to everyone!
After the last update done today (18th April) at 00.50 (Italian local time) on my desk pc with Trisquel Mini 10 I cannot to connect to the internet.
This is the output of the command ""sudo apt update && sudo apt upgrade"". See picture, please. Fortunately I use Trisquel 9 mini (32bit)
Seems like the update changed /etc/systemd/resolved.conf default from DNSSEC=no to DNSSEC=allow-downgrade.
You might like uncomment DNSSEC and set it back to
DNSSEC=no
As some ISP are not DNSSEC capable, or you might like to add a third party DNS Public Server, then restart systemd-resolved
sudo systemctl restart systemd-resolved.service
Or reboot.
Is this change specific to Nabia? I am writing this message from a laptop using Aramo, every line in /etc/systemd/resolved.conf is commented out.
Yeah, just nabia got updated on this regard.
How can I uncomment DNSSEC? The file is read only.
You need administrative privileges, as granted by sudo:
$ sudo pluma /etc/systemd/resolved.conf
Here I put Pluma, MATE's text editor. Replace it with your favorite text editor.
Ark74, Magic Banana
Thank you very much for the help, I have solved. Have a nice day!
- Login o registrati per inviare commenti