Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save jansanchez/81f1d59057d01e73de89 to your computer and use it in GitHub Desktop.

Select an option

Save jansanchez/81f1d59057d01e73de89 to your computer and use it in GitHub Desktop.
Server: /etc/resolv.conf

Verificar que se encuentre el prefijo DNS dentro del siguiente archivo

sudo vim /etc/nsswitch.conf

Ingresamos a /etc/resolv.conf

sudo vim /etc/resolv.conf
domain mastermetric.net
search mastermetric.net
nameserver 127.0.0.1

Reiniciando el servicio bind

sudo /etc/init.d/bind9 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment