EDIT: I think it's probably because pve uses all IPs for the webUI. How can I force it to use only wmbr0?
I've got an ethernet card on my server with two ports and one on the mobo
Two VMs and one interface for Proxmox webUI
172.18.50.136 -> webUI
172.18.50.140 -> VM
172.18.50.141 -> VM
When I try to login into the VMs through ssh password method, at first everything is normal,
but after a while I don't know why it is the pve who answers
And then gives me
I've already made linux bridges
This is the content of /etc/network/interfaces on pve
I've got an ethernet card on my server with two ports and one on the mobo
Two VMs and one interface for Proxmox webUI
172.18.50.136 -> webUI
172.18.50.140 -> VM
172.18.50.141 -> VM
When I try to login into the VMs through ssh password method, at first everything is normal,
but after a while I don't know why it is the pve who answers
The authenticity of host '172.18.50.141 (172.18.50.141)' can't be established.
ED25519 key fingerprint is SHA256:<sha-code>.
This host key is known by the following other names/addresses:
~/.ssh/known_hosts:4: 172.18.50.136
And then gives me
Permission denied
obviouslyI've already made linux bridges
This is the content of /etc/network/interfaces on pve
auto lo
iface lo inet loopback
iface enp4s0 inet manual
iface enp5s0f0 inet manual
iface enp5s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.18.50.136/24
gateway 172.18.50.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
iface wlo1 inet manual
auto vmbr1
iface vmbr1 inet static
address 172.18.50.140/24
bridge-ports enp5s0f0
bridge-stp off
bridge-fd 0
#server-if
auto vmbr2
iface vmbr2 inet static
address 172.18.50.141/24
bridge-ports enp5s0f1
bridge-stp off
bridge-fd 0
#storage-if
Attachments
Last edited: