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 | ||
wiki:linux:networking [2022/11/17 14:33] – DEROUET Valentin | wiki:linux:networking [2022/11/21 14:01] (Version actuelle) – DEROUET Valentin | ||
---|---|---|---|
Ligne 5: | Ligne 5: | ||
{{ : | {{ : | ||
- | Cette petite fiche concerne la gestion d'une carte réseau via CLI sur un windows server installé sans GUI. | + | Cette petite fiche concerne la gestion d'une carte réseau via CLI sur un Debian. |
## Paramétrage d'une carte réseau | ## Paramétrage d'une carte réseau | ||
Ligne 22: | Ligne 22: | ||
< | < | ||
allow-hotplug ens192 | allow-hotplug ens192 | ||
+ | auto ens192 | ||
iface ens192 inet static | iface ens192 inet static | ||
address 10.192.43.10/ | address 10.192.43.10/ | ||
gateway 10.192.43.1 | gateway 10.192.43.1 | ||
dns-nameservers 10.192.43.101 | dns-nameservers 10.192.43.101 | ||
+ | </ | ||
+ | |||
+ | * Rédemarrer le service networking | ||
+ | |||
+ | < | ||
+ | systemctl restart networking | ||
+ | </ | ||
+ | |||
+ | * Mettre la carte réseau UP | ||
+ | |||
+ | *Monter l' | ||
+ | |||
+ | < | ||
+ | ifup ens192 | ||
</ | </ | ||