My Librem 13 v2 has an issue where /etc/resolv.conf is being populated with fake nameservers (always the same ones). I can change /etc/resolv.conf to point to my actual network gateway but at some later time, network manager overwrites it and I loose all networking outside of my LAN.
I know that directly writing to /etc/resolv.conf will be overwritten by network manager, but until I find a more permanent solution, this has been my workaround.
Points to note:
- /etc/resolv.conf is a symlink to /etc/resolvconf/run/resolv.conf
- No VPN is running
Network manager thinks my /etc/resolv.conf should be:
nameserver 192.168.237.1 nameserver 192.168.237.2 nameserver 192.168.237.3 search hsd1.co.comcast.net
I have no idea where 192.168.237* is coming from. Network manager must be drunk.
My /etc/resolv.conf should be:
nameserver 192.168.1.1 search hsd1.co.comcast.net