|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] hidden eth1, how to use in DomU?
You can use the eth1 in dom0 as eth0 in domU thru
bridging. create another bridge called xen-br1 in dom0
without giving any IP (either manually or put this in
the /etc/xen/scripts/network). bring up and associate
the eth1 in dom0 with this bridge. again do not give
any IP to eth1. in the startup config file for the
domU where you wanna use eth1, put a line
vif = [ 'bridge=xen-br1' ]
to associate the new bridge with the vif of this
virtual (domU). That should do the trick.
If you need the scripts, send me an email ill fire it
to you.
Thanks
JIT
--- Denny Schierz <cuall@xxxxxx> wrote:
> hi,
>
> i need eth1 for an adsl connection via rp-pppoe
> (pppd). I was able to
> hide eth1 in Dom0, but how i use this device in
> DomU? Do i have to load
> the 8139too modul, to have eth1 in DomU?
>
> cu denny
>
> --
> Sicherheit verständlich http://www.sides.de
> GnuPG Key
>
http://pgp.upb.de:11371/pks/lookup?op=get&search=0xAB7D3FE0
>
> > _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|