Doubt about virtnetwork https://www.softaculous.com/board/index.php?tid=15732 <![CDATA[Doubt about virtnetwork]]> https://www.softaculous.com/board/index.php?tid=15732&tpg=1#p47635
enp2s0 needs to be present as interface name in slave settings on panel.
Did you tried setting name as viifbr0 for your bridge ?
Then you will stop receiving virtnetwork message on create vps page.]]>
Thu, 24 Oct 2019 09:54:45 GMT https://www.softaculous.com/board/index.php?tid=15732&tpg=1#p47635
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=15732&tpg=0#p47407
I have a problem with bridge network on ubuntu 18.04.

I'm using netplan, I have configured the bridge successfully:

br0: flags=4163  mtu 1500
        inet myip  netmask 255.255.255.192  broadcast someip
        inet6 myip  prefixlen 64  scopeid 0x20
        ether hidden txqueuelen 1000  (Ethernet)
        RX packets 27382  bytes 5374960 (5.3 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8381  bytes 2177553 (2.1 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp2s0: flags=4163  mtu 1500
        inet myip  netmask 255.255.255.192  broadcast someip
        ether 28:92:4a:36:8f:0e  txqueuelen 1000  (Ethernet)
        RX packets 31969  bytes 8078978 (8.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8955  bytes 2267155 (2.2 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xfbee0000-fbf00000 

lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 15298  bytes 4480739 (4.4 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 15298  bytes 4480739 (4.4 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

The br0 is the Bridget. ( I think you know it, sorry I'm newbie with virtualization)

I can start the virtnetwork.service but I have no Bridges networks on it:

virtnetwork[11291]: Error: No ip address found.

My slave settings looks fine with the br0 name on it I also tried with enp2s0.

Everytime I run "service virtnetwork start" the service start but I have no network assigned to this.

The main problem is the bridge network is working normally on the dedicated server/Ubuntu 18.04.]]>
Mon, 30 Sep 2019 22:10:01 GMT https://www.softaculous.com/board/index.php?tid=15732&tpg=0#p47407