34969a0d203aaeae017c76e8f8f7eba35bb86d34
Guides/Installation-serveur.md
... | ... | @@ -91,7 +91,7 @@ iface eth0 inet static |
91 | 91 | broadcast 172.22.3.255 # Optionnal |
92 | 92 | gateway 172.22.3.254 # Optionnal, especially if another network is configured |
93 | 93 | # dns-* options are implemented by the resolvconf package, if installed |
94 | - dns-nameservers 172.22.2.230 |
|
94 | + dns-nameservers 172.22.2.229 |
|
95 | 95 | dns-search adm.resel.fr |
96 | 96 | up ip route add 172.23.2.0/23 via 172.22.3.254 dev eth0 # Route vers Rennes |
97 | 97 | ``` |