Client-5105: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Klonen= *debian-template klonen *net: LAN *name: client.it2xx.int **hostnamectl set-hostname client.it2xx.int =Installation= *apt install gnome thunderbird wi…“) |
|||
| Zeile 6: | Zeile 6: | ||
=Installation= | =Installation= | ||
*apt install gnome thunderbird wireshark | *apt install gnome thunderbird wireshark | ||
| + | =Nacharbeiten= | ||
| + | ;Das Markierte entfernen | ||
| + | *cat /etc/network/interfaces | ||
| + | # This file describes the network interfaces available on your system | ||
| + | # and how to activate them. For more information, see interfaces(5). | ||
| + | |||
| + | source /etc/network/interfaces.d/* | ||
| + | |||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | '''auto enp0s3''' | ||
| + | '''iface enp0s3 inet static''' | ||
Version vom 17. März 2026, 14:53 Uhr
Klonen
- debian-template klonen
- net: LAN
- name: client.it2xx.int
- hostnamectl set-hostname client.it2xx.int
Installation
- apt install gnome thunderbird wireshark
Nacharbeiten
- Das Markierte entfernen
- cat /etc/network/interfaces
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* auto lo iface lo inet loopback
auto enp0s3 iface enp0s3 inet static