Notre routeur 2621XM fonctionnant sous IOS 12.4 peut aussi faire office de serveur DNS pour notre petit réseau local.

philb@core2:~$ cat /etc/resolv.conf
# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
domain philb.net
nameserver 192.168.100.62
# /etc/resolv.conf.tail can replace this line
philb@core2:~$ ping core2.philb.local
ping: unknown host core2.philb.local
philb@core2:~$

Voyons comment configurer un serveur DNS pour la zone philb.local sur notre routeur…
continuer la lecture…