For some strange reason Ubuntu / Systemd do not want to update resolv.conf for one of my interfaces. But works fine for the others. So the systemd-resolved only works for the two first interfaces. The last responds SERVFAIL to all requests, since resolv.conf is generated empty.
I am not using dnsmasq or resolvconf.
Enable wired only:
nameserver 192.168.1.21 search barnabas.dk
Enable wireless only nameserver 192.168.1.21 search barnabas.dk
Enable Mobile broadband only:
Should be 95.209.200.69 95.209.200.70
The interface to the mobile broadband is configured just fine and if I manually update the resolv.conf with the needed nameserver entry all is well.
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 17.04 Release: 17.04 Codename: zesty
Why do systemd-resolved refuse to update for the last interface?
Thanks.