Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171679

Cannot reach vm's port from host

$
0
0
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 /etc/network/interfacesanything 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

Viewing all articles
Browse latest Browse all 171679

Trending Articles