September 15, 201510 yr I am new with VM's on unRAID so please bare with me, but I tried searching and all I could find was to change in the xml from virbr0 to br0 and it will pick up my ip range (10.10 etc). When I change this it crashes when I try to start the VM. From This: <interface type='bridge'> <mac address='52:54:00:79:6e:0e'/> <source bridge='virbr0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> To This: <interface type='bridge'> <mac address='52:54:00:79:6e:0e'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface>
September 15, 201510 yr I am new with VM's on unRAID so please bare with me, but I tried searching and all I could find was to change in the xml from virbr0 to br0 and it will pick up my ip range (10.10 etc). When I change this it crashes when I try to start the VM. From This: <interface type='bridge'> <mac address='52:54:00:79:6e:0e'/> <source bridge='virbr0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> To This: <interface type='bridge'> <mac address='52:54:00:79:6e:0e'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> Under tools -> network settings, look for bridge. Is it enabled?
September 15, 201510 yr Author Under tools -> network settings, look for bridge. Is it enabled? thanks, that did it, I noticed quickly the first time a thing that said Bridge: Yes, didnt notice Setup Bridge: No.
Archived
This topic is now archived and is closed to further replies.