|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Bridge rules
On Sun, Jun 13, 2010 at 9:35 PM, Jonathan Tripathy <jonnyt@xxxxxxxxxxx> wrote:
> Hi Everyone,
>
> I've been reading this blog entry:
> http://www.standingonthebrink.com/index.php/ipv6-ipv4-and-arp-on-xen-for-vps/
>
> Does anyone know how to get the above system working without recompiling
> xen?
Did you ask the author?
> Basically what I want to do is add some filter rules when the guest vif
> comes up once the vm starts. Of course, since the vif name changes every
> time the VM starts, these rules can't be hardcoded,
You can make the vif use the same name. Something like
vif = [
'mac=00:16:3E:98:E2:8C, vifname=ubuntu-eth0',
]
It works for PV domUs, as well as HVM domUs with PV drivers.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|