proxmox cat /etc/network/interfaces

📅 2022-04-11T14:06:02.066Z
👁️ 234 katselukertaa
🔓 Julkinen


root@joulukuusi:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
	address 192.168.10.109/24
	gateway 192.168.10.1
	bridge-ports enp6s0
	bridge-stp off
	bridge-fd 0
root@joulukuusi:~#