HI all,
I'm trying to configure my proxmox following example1 from the wiki (https://pve.proxmox.com/wiki/Open_vSwitch) but it's not working and I need some help to solve this.
First, if think the wiki contains an error in this part, in example 1, it mentionned
but I think it must be
[/FONT][/COLOR]
otherwise I don't understand the link with tag=1 on eth0
This is my interface file
with this configuration, I can not have Internet Access.
Thanks for help,
Regards,
Yannick
I'm trying to configure my proxmox following example1 from the wiki (https://pve.proxmox.com/wiki/Open_vSwitch) but it's not working and I need some help to solve this.
First, if think the wiki contains an error in this part, in example 1, it mentionned
Code:
[COLOR=#000000][FONT=monospace]ovs_options tag=55
but I think it must be
[/FONT][/COLOR]
Code:
[COLOR=#000000][FONT=monospace]ovs_options tag=1[/FONT][/COLOR]
otherwise I don't understand the link with tag=1 on eth0
This is my interface file
Code:
# network interface settingsallow-vmbr0 vlan1
iface vlan1 inet static
address PUBLIC_IP
netmask PUBIC_MASK
gateway PUBLIC_GW
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=1
ovs_extra set interface ${IFACE} external-ids:iface-id=$(hostname -s)-${IFACE}-vif
auto lo
iface lo inet loopback
allow-vmbr0 eth0
iface eth0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
ovs_options tag=1
ovs_options vlan_mode=native-untagged
iface eth2 inet manual
iface eth3 inet manual
auto eth1
iface eth1 inet dhcp
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports eth0 vlan1
with this configuration, I can not have Internet Access.
Thanks for help,
Regards,
Yannick