Cal modificar les línies on apareix:
interface=eth0 interface=eth1 no-dhcp-interface=eth0 no-dhcp-interface=eth1
Deixar l'arxiu amb aquestes línies:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 127.0.0.1 search intracentre
Deixar l'arxiu així:
### # Maquinària de l'escola ### 127.0.0.1 localhost 127.0.1.1 Router-1 192.168.0.4 polaris.intracentre polaris 192.168.0.4 dns.intracentre dns 192.168.0.2 taranis.intracentre taranis 192.168.0.2 ceipturodeguiera.xtec.cat ceipturodeguiera 192.168.0.6 proxy.intracentre proxy 192.168.0.7 altair.intracentre altair 192.168.0.8 sirius.intracentre sirius 192.168.0.9 antares.intracentre antares 192.168.0.10 aldebaran.intracentre aldebaran 192.168.0.100 argo1.intracentre argo1 192.168.0.100 servidor.intracentre servidor # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
/etc/init.d/networking restart /etc/init.d/dnsmasq restart
si el sistema ha començat correctament i hi ha resolució de noms, podem executar la commanda nslookup xtec.cat i rebrem una resposta similar a aquesta:
root@POLARIS:~# nslookup xtec.cat Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: xtec.cat Address: 213.176.163.147
Menú Anterior | Pas següent: Servidor PROXY | Implementació de LINUX/UBUNTU