Skip to main content

Netzwerk

Die interne Netzwerkkarte wird folgendermaßen behandelt

root@haller:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface enp3s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.178.2/24
        gateway 192.168.178.1
        bridge-ports enp3s0
        bridge-stp off
        bridge-fd 0

iface wlx1cbfcea9c00e inet manual

iface wlp4s0 inet manual

source /etc/network/interfaces.d/*

Der Ordner ./interfaces.d/ ist leer