Announcement

Collapse
No announcement yet.

HS4-Pi + Google DNS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HS4-Pi + Google DNS

    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.

    #2
    Okay, I found it. Somehow it had gotten put into the resolve header file. Removing it from the file using the command below and rebooting solved the issue.

    sudo vi /etc/resolv.conf.head

    Comment


      #3
      Glad you were able to resolve. It is not something that commonly occurs.

      Comment

      Working...
      X