Hi,
I've encountered one problem and do not know how to solve it. My nic config:
iface eno1 inet manual
iface eno1.20 inet manual
iface eno1.191 inet manual
auto vmbr20
iface vmbr20 inet static
address 172.18.16.250/16
gateway 172.18.16.254
bridge-ports eno1.20
bridge-stp off
bridge-fd 0
auto vmbr191
iface vmbr191 inet static
address 172.20.17.251/24
bridge-ports eno1.191
bridge-stp off
bridge-fd 0
I have a VM connected to vmbr191 bridge. This VM has two vnics. Both vnics has IPs from the same subnet. For the simplicity I test net connectivity from the proxmox itself. So:
ping -I 172.18.16.250 "first vnic's IP" - everything works just fine.
ping -I 172.18.16.250 "second vnic's IP" - request timeout
When I ping both IPs using 172.20.17.251 as a source - I have no problems at all.
So my question - what am I missing?
I've encountered one problem and do not know how to solve it. My nic config:
iface eno1 inet manual
iface eno1.20 inet manual
iface eno1.191 inet manual
auto vmbr20
iface vmbr20 inet static
address 172.18.16.250/16
gateway 172.18.16.254
bridge-ports eno1.20
bridge-stp off
bridge-fd 0
auto vmbr191
iface vmbr191 inet static
address 172.20.17.251/24
bridge-ports eno1.191
bridge-stp off
bridge-fd 0
I have a VM connected to vmbr191 bridge. This VM has two vnics. Both vnics has IPs from the same subnet. For the simplicity I test net connectivity from the proxmox itself. So:
ping -I 172.18.16.250 "first vnic's IP" - everything works just fine.
ping -I 172.18.16.250 "second vnic's IP" - request timeout
When I ping both IPs using 172.20.17.251 as a source - I have no problems at all.
So my question - what am I missing?