Hello, pve on a bookworm, i want to route vm's port 22(10.0.0.108) to host port 2022, it always not work. it' s my
Read more
/etc/network/interfaces
anything is wrong?
Code:
auto lo
iface lo inet loopback
# auto enp6s0
iface enp6s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.102/24
gateway 192.168.0.1
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.1/24
netmask 255.255.255.0...
Read more