Machine/bender: Difference between revisions
Tag: visualeditor-switched |
Tag: visualeditor-switched |
||
Line 30: | Line 30: | ||
There is a traffic shaper, but it may have trouble shaping 6to4 traffic. | There is a traffic shaper, but it may have trouble shaping 6to4 traffic. | ||
Bender is globally accessible through public, static IPv4 | Bender is globally accessible through public, static IPv4 address. | ||
The virbr0 bridge is created by libvirt on startup with <code>/etc/libvirt/qemu/networks/default.xml</code>. | The virbr0 bridge is created by libvirt on startup with <code>/etc/libvirt/qemu/networks/default.xml</code>. | ||
Line 43: | Line 37: | ||
ip addr add 2002:5395:9edc:1::1/64 dev virbr0 | ip addr add 2002:5395:9edc:1::1/64 dev virbr0 | ||
To automatically configure network and on the | To automatically configure network and on the guests, Bender also runs radvd, the IPv6 Routing Advertisement | ||
daemon. The contents of <code>/etc/radvd.conf</code> are: | daemon. The contents of <code>/etc/radvd.conf</code> are: | ||
Line 64: | Line 58: | ||
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. | ||
== Hosted VMs == | == Hosted VMs == |