Client-5105: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
 
  auto lo
 
  auto lo
 
  iface lo inet loopback
 
  iface lo inet loopback
 
+
 
  '''auto enp0s3'''
 
  '''auto enp0s3'''
 
  '''iface enp0s3 inet static'''
 
  '''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