Hello all,
The ip address in vlan eg:
this is some kind the SVI address ? i don't understand why use that, vlan working in L2 so what is the purpose of it? Someone can explain me ?
Below i attach my most actual config:
Ok, eno1 is physical interface, that is ok.
vmbr0 bridge is virtual switch.
But what is purpose for eno1.10? this is some virtual port ?
After starting the virtual machine, a proxmox create some tap interface with id of the vm, so how connect this tap interface to particular vPort( for example eno1.10)? Do I understand it correctly?
Last one, why i have UNKNOWN state for interface (the machine is working properly):
The ip address in vlan eg:
Code:
allow-vmbr0 vlan1
iface vlan1 inet static
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=1
address 10.50.10.44
netmask 255.255.255.0
gateway 10.50.10.1
ovs_mtu 1500
this is some kind the SVI address ? i don't understand why use that, vlan working in L2 so what is the purpose of it? Someone can explain me ?
Below i attach my most actual config:
Ok, eno1 is physical interface, that is ok.
vmbr0 bridge is virtual switch.
But what is purpose for eno1.10? this is some virtual port ?
After starting the virtual machine, a proxmox create some tap interface with id of the vm, so how connect this tap interface to particular vPort( for example eno1.10)? Do I understand it correctly?
Last one, why i have UNKNOWN state for interface (the machine is working properly):
Last edited: