[SOLVED] changed bonding method now VMs network is broken.


Recommended Posts

Hey guys not sure why but ive changed the bridge method for eth0 to the following (see pic below) but since doing so it has broken the network on the VMs. previously the VMs were set to virbr0 but the VMs cannot find the network anymore, i've change it to br0 but still nogo, I dont have any other network options in the VM config. 

image.thumb.png.c3187e6babc0d418f86b4bc9f1f7f1d5.png

image.thumb.png.105fb1620678136f130b868ac9c1ae07.png

Edited by ToXIc
Link to comment

so here is my current network.cfg 
 

# Generated settings:
IFNAME[0]="br0"
DHCP_KEEPRESOLV="yes"
DNS_SERVER1="192.168.1.1"
DNS_SERVER2="8.8.4.4"
DHCP6_KEEPRESOLV="no"
BONDNAME[0]="bond0"
BONDNICS[0]="eth0 eth1 eth2 eth3"
BONDING_MODE[0]="6"
BONDING_MIIMON[0]="100"
BRNAME[0]="br0"
BRNICS[0]="bond0"
BRSTP[0]="no"
BRFD[0]="0"
PROTOCOL[0]="ipv4"
USE_DHCP[0]="no"
IPADDR[0]="192.168.1.69"
NETMASK[0]="255.255.255.0"
GATEWAY[0]="192.168.1.1"
USE_DHCP6[0]="yes"
IFNAME[1]="br4"
BRNAME[1]="br4"
BRSTP[1]="no"
BRFD[1]="0"
BRNICS[1]="eth4"
PROTOCOL[1]="ipv4"
USE_DHCP[1]="yes"
SYSNICS="2"

i looked at my old in but dont see any mention of virbr0 

Link to comment

Your diagnostics show virbr0 is present.

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:ad:12:42  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0-nic: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 52:54:00:ad:12:42  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Try to re-assign the interface in your VMs

  • Like 1
Link to comment

oh wow.. didnt see that. i wonder when i did the Unraid Nvidia  plugin and did the OS upgrade then OS swap to the Nvidia Plugin one if it reinstalled it? this is what i see now under network settings 
image.thumb.png.6801bf29e8595a8626901d3cff2e8536.png

 

before virbr0 wasnt there.. see above screenshot. now i need to change it to 192.168.1.0/24 because its not getting any traffic still. 


edit:  nope all good. it had the static setting in there from trouble shooting. changed to DHCP and its working we have web again!! 
thx 


 

Edited by ToXIc
Link to comment
  • JorgeB changed the title to [SOLVED] changed bonding method now VMs network is broken.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.