linux:configuration_reseau_debian8
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
linux:configuration_reseau_debian8 [2015/06/11 21:39] – créée gdureuil | linux:configuration_reseau_debian8 [2020/07/24 22:03] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Configuration réseau Debian 8 ====== | ====== Configuration réseau Debian 8 ====== | ||
+ | |||
+ | ===== Mémo ===== | ||
+ | |||
+ | Pense-bête en cas d' | ||
Éditer la configuration réseau. | Éditer la configuration réseau. | ||
- | | + | <sxh bash;> |
+ | nano / | ||
+ | </ | ||
Configuration d'une interface. | Configuration d'une interface. | ||
- | | + | <sxh text; Title: / |
- | iface eth0 inet static | + | allow-hotplug eth0 |
- | address | + | iface eth0 inet static |
- | netmask | + | address |
- | gateway | + | netmask |
- | network | + | gateway |
- | broadcast | + | network |
+ | broadcast | ||
+ | </ | ||
Éditer le fichier pour DNS. | Éditer le fichier pour DNS. | ||
- | | + | <sxh bash;> |
+ | nano / | ||
+ | </ | ||
Contenu du fichier. | Contenu du fichier. | ||
- | | + | <sxh text; Title: / |
- | nameserver 8.8.4.4 | + | nameserver 8.8.8.8 |
+ | nameserver 8.8.4.4 | ||
+ | </ |
linux/configuration_reseau_debian8.1434058771.txt.gz · Dernière modification : 2020/07/24 22:03 (modification externe)