From: Mike Wray <mike.wray@hpl.hp.com>
To: Matt Ayres <matta@tektonic.net>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: vif-bridge is driving me nuts
Date: Wed, 05 Jan 2005 11:43:11 +0000 [thread overview]
Message-ID: <41DBD2CF.9020509@hpl.hp.com> (raw)
In-Reply-To: <1104897167.13440.26.camel@wopr.tektonic.net>
Matt Ayres wrote:
> Hi,
>
> I'm having a few problems with vif-bridge...
>
> 1) I wanted to change the bridge interface names to be more user
> friendly and be named after the domain name, not the id.
Unfortunately you will have trouble with this. The names of network
interfaces are limited to 15 characters - and domain names are not.
>
> I figured making this change in /etc/xen/scripts/vif-bridge would do it:
>
> # Add/remove vif to/from bridge.
> #brctl ${brcmd} ${bridge} ${vif}
> #ifconfig ${vif} $OP
> brctl ${brcmd} ${bridge} ${domain}
> ifconfig ${domain} $OP
>
> I tried running it by hand and it says the interface doesn't exist. My
> question is... where/when is the tunnel device created? This is mostly
> a cosmetic change compared to the second problem, which is a
> functionality problem..
>
> 2) In the example usage it shows the last parameter as ip= with a list
> of subnets. How do I pass this ip information to vif-bridge from the
> domains configuration file? I'd really like to use the functionality it
> has to limit which domain will be forwarded IP's (to prevent IP
> stealing), but for the life of my I can't figure it out... it definitely
> does NOT pass the ip variable from the config file as that is already
> set.
>
> I'm wondering where vif-script is executed by xend.. I did a grep over
> xend itself along with the entire /usr/lib/python/xen directory and only
> found a single reference to vif-script and that is where it loads in
> from the config file. Perhaps just knowing more about how xend deals
> with vif-script will help me along here.
>
Mike
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
prev parent reply other threads:[~2005-01-05 11:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-05 3:52 vif-bridge is driving me nuts Matt Ayres
2005-01-05 5:08 ` Matt Ayres
2005-01-05 18:02 ` Matt Ayres
2005-01-06 14:51 ` Mike Wray
2005-01-06 18:25 ` Matt Ayres
2005-01-05 11:43 ` Mike Wray [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41DBD2CF.9020509@hpl.hp.com \
--to=mike.wray@hpl.hp.com \
--cc=matta@tektonic.net \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.