On VM start I am seeing an additional bridge being created. It is causing errors and can't track down the source.
New proxmox user with a straightforward setup, I thought. No ovs installed just simple install as possible. Only odd thing this is for learning on a laptop so I have a USB ethernet adapter. Googled and gpted with no luck. Thanks for any advice.
lsusb:
Bus 004 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
interfaces
auto enxf8e43b8f6b9d
iface enxf8e43b8f6b9d inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.19/24
gateway 192.168.1.1
bridge-ports enxf8e43b8f6b9d
bridge-stp off
bridge-fd 0
after VM start clicked and the below error I now have 2 bridges.
bridge name bridge id STP enabled interfaces
fwbr100i0 8000.000000000000 no
vmbr0 8000.f8e43b8f6b9d no enxf8e43b8f6b9d
can't add ovs port 'fwln100o0' - command '/usr/bin/ovs-vsctl -- add-port enxf8e43b8f6b9d fwln100o0 -- set Interface fwln100o0 'mtu_request=1500' -- set Interface fwln100o0 'type=internal'' failed: open3: exec of /usr/bin/ovs-vsctl -- add-port enxf8e43b8f6b9d fwln100o0 -- set Interface fwln100o0 mtu_request=1500 -- set Interface fwln100o0 type=internal failed: No such file or directory at /usr/share/perl5/PVE/Tools.pm line 494.
kvm: -netdev type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on: network script /var/lib/qemu-server/pve-bridge failed with status 512
TASK ERROR: start failed: QEMU exited with code 1
New proxmox user with a straightforward setup, I thought. No ovs installed just simple install as possible. Only odd thing this is for learning on a laptop so I have a USB ethernet adapter. Googled and gpted with no luck. Thanks for any advice.
lsusb:
Bus 004 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
interfaces
auto enxf8e43b8f6b9d
iface enxf8e43b8f6b9d inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.19/24
gateway 192.168.1.1
bridge-ports enxf8e43b8f6b9d
bridge-stp off
bridge-fd 0
after VM start clicked and the below error I now have 2 bridges.
bridge name bridge id STP enabled interfaces
fwbr100i0 8000.000000000000 no
vmbr0 8000.f8e43b8f6b9d no enxf8e43b8f6b9d
can't add ovs port 'fwln100o0' - command '/usr/bin/ovs-vsctl -- add-port enxf8e43b8f6b9d fwln100o0 -- set Interface fwln100o0 'mtu_request=1500' -- set Interface fwln100o0 'type=internal'' failed: open3: exec of /usr/bin/ovs-vsctl -- add-port enxf8e43b8f6b9d fwln100o0 -- set Interface fwln100o0 mtu_request=1500 -- set Interface fwln100o0 type=internal failed: No such file or directory at /usr/share/perl5/PVE/Tools.pm line 494.
kvm: -netdev type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on: network script /var/lib/qemu-server/pve-bridge failed with status 512
TASK ERROR: start failed: QEMU exited with code 1