Displaying 3 results from an estimated 3 matches for "1d82".
Did you mean:
182
2013 Dec 14
3
Re: assign static external IP to container
...fd 9
bridge_maxage 12
bridge_stp off
host$ virsh net-list
Name State Autostart
- -----------------------------------------
default active yes
host$ virsh net-dumpxml default
<network>
<name>default</name>
<uuid>e6d3f97a-5870-8ee7-1d82-64b3434f138b</uuid>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0' />
<ip address='192.168.122.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.122.2' end='192.168.12...
2013 Dec 16
0
Re: assign static external IP to container
...host$ virsh net-list
> Name State Autostart
> - -----------------------------------------
> default active yes
>
> host$ virsh net-dumpxml default
> <network>
> <name>default</name>
> <uuid>e6d3f97a-5870-8ee7-1d82-64b3434f138b</uuid>
> <forward mode='nat'/>
> <bridge name='virbr0' stp='on' delay='0' />
> <ip address='192.168.122.1' netmask='255.255.255.0'>
> <dhcp>
> <range start='192.168.122.2...
2013 Dec 13
3
Re: assign static external IP to container
Gao feng @ 12/11/2013 01:49 AM:
> I have a machine running libvirt lxc,
> on this machine(host), the network configure looks like this
> eth0 is the physical nic, virbr0 is the bridge libvirt created, and vnet0
> is the veth device created for libvirt lxc container. you can see, the eth0
> is a port of virbr0, and the ip is assigned on virbr0.
>
> [snip]
>
> And in