Displaying 1 result from an estimated 1 matches for "mybr0".
Did you mean:
mybr
2012 Sep 20
0
libvirt network without dns ?
...ng/expecting to run my own dns and
dhcp servers, possibly a specific server bound only to that interface (as
dnsmasq does). I just wanted libvirt to create the bridge and setup NAT
(and automatically bring the network and any configured guests on it up on
boot).
Heres what I did.
$ BRIDGE="mybr0"; IP="192.168.123.1";
$ cat > $BRIDGE.xml <<EOF
<network>
<name>$BRIDGE</name>
<forward mode='nat'/>
<bridge name='$BRIDGE' stp='off' delay='0' />
<ip address='$IP' netmask='255.255.255.0...