Machine/bender: Difference between revisions
No edit summary Tag: visualeditor-switched |
No edit summary Tag: visualeditor-switched |
||
| Line 36: | Line 36: | ||
IPv6 configuration is being discussed with Sonic net admins. | IPv6 configuration is being discussed with Sonic net admins. | ||
The br0 bridge is created at startup and shared with the virtual machines hosted on Bender. It gives the VMs unfiltered access to the external network. There's no DHCP, all machines must define a static IP configuration, taking care not to stomp onto each other. | |||
There is also a virbr0 bridge created by libvirt on startup from <code>/etc/libvirt/qemu/networks/default.xml</code>. This is a NAT interface and is not meant for VMs directly serving on the Internet. | |||
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually. | Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually. | ||