diff --git a/dns_resolver.md b/dns_resolver.md index 3f0a7a9f..7298f577 100644 --- a/dns_resolver.md +++ b/dns_resolver.md @@ -18,7 +18,11 @@ request subnet-mask, broadcast-address, time-offset, routers, netbios-name-servers, netbios-scope, interface-mtu, rfc3442-classless-static-routes, ntp-servers; ``` -Apply this modification by rebooting the server. +Apply this modification by rebooting the DNS server: + +```bash +service dnsmasq restart +``` (TODO: It's possible to restart a service to take into account the modification -DHCP?-, but didn't work for me). -It's possible to do same modification in all machine in local network by replacing *127.0.0.1* by IP server. \ No newline at end of file +It's possible to do same modification in all machine in local network by replacing *127.0.0.1* by IP server. diff --git a/dns_resolver_fr.md b/dns_resolver_fr.md index 905b46ee..d396a1a0 100644 --- a/dns_resolver_fr.md +++ b/dns_resolver_fr.md @@ -20,7 +20,11 @@ request subnet-mask, broadcast-address, time-offset, routers, rfc3442-classless-static-routes, ntp-servers; ``` -Afin de prendre en compte la modification, redémarrer le serveur. +Afin de prendre en compte la modification, redémarrer le serveur DNS : + +```bash +service dnsmasq restart +``` (TODO : il doit être possible de reconfigurer à chaud, mais ça n’a pas fonctionné). Il est possible de faire la même modification sur toutes vos machines du réseau local en remplaçant 127.0.0.1 par l’IP de votre serveur.