I am not sure what is going on with the system DNS settings, but I cannot for the life of me figure out how to fix them. I have the a DHCP server which is giving out correct settings but for some reason homeseer seems to have 8.8.8.8 hard coded into it.
If I SSH into it, I get the following.
homeseer@HTPiHubG1:~ $ cat /etc/resolv.conf
# Generated by resolvconf
nameserver 8.8.8.8 <--I cannot figure out how to get rid of this.
domain nmXXXX.net <--this is correct
nameserver 10.4.X.X <--these are the correct dns servers
nameserver 10.4.X.X
nameserver 10.4.X.X
Obviously, 8.8.8.8 won't resolve my internal systems, so it would be great if I could fix this. Has anyone experienced this? Is this something hard coded into homeseer or am I missing something obvious. Google searches abound with how to ADD things to this file, but removing things seems to be less common.
If I SSH into it, I get the following.
homeseer@HTPiHubG1:~ $ cat /etc/resolv.conf
# Generated by resolvconf
nameserver 8.8.8.8 <--I cannot figure out how to get rid of this.
domain nmXXXX.net <--this is correct
nameserver 10.4.X.X <--these are the correct dns servers
nameserver 10.4.X.X
nameserver 10.4.X.X
Obviously, 8.8.8.8 won't resolve my internal systems, so it would be great if I could fix this. Has anyone experienced this? Is this something hard coded into homeseer or am I missing something obvious. Google searches abound with how to ADD things to this file, but removing things seems to be less common.
Comment