|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] CentOS 6 domU on Debian 6 dom0 not working
Am 08.09.2011 um 12:39 schrieb Rudi Ahlers:
> On Thu, Sep 8, 2011 at 12:18 PM, Christian Motschke
> <christian@xxxxxxxxxxx> wrote:
>> Am 08.09.2011 um 12:10 schrieb Rudi Ahlers:
>>
>>> On Thu, Sep 8, 2011 at 11:44 AM, Christian Motschke
>>> <christian@xxxxxxxxxxx> wrote:
>>>>
>>>>>
>>>> I create the bridges in the Dom0 at boot. Put the following in your
>>>> /etc/network/interfaces
>>>>
>>>> auto br0
>>>> iface br0 inet static
>>>> address 192.168.42.10
>>>> netmask 255.255.255.0
>>>> network 192.168.42.0
>>>> broadcast 192.168.42.255
>>>> gateway 192.168.42.1
>>>> bridge_ports eth0
>>>> bridge_stp off
>>>> bridge_maxwait 5
>
>
>
>
> thanx,
>
> How do you actually get the bridge up? Do I need to reboot the
> server, or is there another way?
>
>
/etc/init.d/networking restart
BTW, I use ifrename (apt-get install ifrename) to rename the real network
interfaces. Because when you try different kernel, sometimes eth0 is eth1 and
vice versa.
That is the content of my /etc/iftab file:
(use your real mac addresses)
san1 mac 00:11:11:11:11:11
dmz mac 00:22:22:22:22:22
san2 mac 00:33:33:33:33:33
You then use the new interface name in the bridge_ports argument.
> --
> Kind Regards
> Rudi Ahlers
> SoftDux
>
> Website: http://www.SoftDux.com
> Technical Blog: http://Blog.SoftDux.com
> Office: 087 805 9573
> Cell: 082 554 7532
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|