Displaying 2 results from an estimated 2 matches for "8778244b".
2013 Oct 28
1
bridged networking using VLAN : guest with 2 NIC
...lt;ip address='192.168.0.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.0.2' end='192.168.0.254' />
</dhcp>
</ip>
</network>
cat default.xml
<network>
<name>default</name>
<uuid>8778244b-1a0c-c15f-c348-26462a07a639</uuid>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0' />
<mac address='52:54:00:3E:19:B3'/>
<ip address='192.168.122.1' netmask='255.255.255.0'>
<dhcp>...
2013 Nov 05
0
libvirt networking using VLAN Tag basics
...affic
3) virtual network1 : I have default NAT 192.168.122.x DHCP feeding IP to
eth1
4) virtual network2 : I want to use 192.168.0.0 for eth0
my question is what would be my virtual network2 looks like :
following is default xml :
<network>
<name>default</name>
<uuid>8778244b-1a0c-c15f-c348-26462a07a639</uuid>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0' />
<mac address='52:54:00:3E:19:B3'/>
<ip address='192.168.122.1' netmask='255.255.255.0'>
<dhcp>...