linux:configuration_reseau_debian8
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
linux:configuration_reseau_debian8 [2016/01/04 13:59] – 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' | Pense-bête en cas d' | ||
Ligne 5: | Ligne 7: | ||
É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.1451915954.txt.gz · Dernière modification : 2020/07/24 22:03 (modification externe)