Use this script to update your machine to use the internal LIS DNS.
#!/bin/sh DEVICENAME=$1 sudo nmcli con modify $DEVICENAME ipv4.dns "172.19.28.11 172.19.28.12" sudo systemctl restart NetworkManager
You can find DEVICENAME with $ nmcli con
$ nmcli con