Anpassen des Debian Templates

Aus Xinux Wiki
Version vom 28. März 2026, 08:48 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „==Hostname== *hostnamectl hostname '''NS''' ==Netzwerk== *vim /etc/network/interfaces # This file describes the network interfaces available on your system…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Hostname

  • hostnamectl hostname NS

Netzwerk

  • vim /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/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto enp0s3
iface enp0s3 inet static 
 address IP/CIDR
 gateway GW

Namerserver

  • vim /etc/resolv.conf
nameserver NS
search DOM

Hosts

  • vim /etc/hosts
127.0.0.1	localhost
127.0.1.1	FQDN NS

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

Reboot

  • systemctl reboot