|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] network advice needed
On Friday 14 January 2005 14:15, Derrik Pates wrote:
> Andrew Theurer wrote:
> > Newbie Xen network advice needed. I'd like to do the following: Have
> > domain0 masqerade all other domains (on that system) through the physical
> > ethernet adapter in domain0. I'd like all of the other domains to have
> > an IP addresses in 192.168.0.0/24. Domain0 will also dhcp serve IP's to
> > the other domains. I want to do this, so I can dynamically create as
> > many domains as I need without worrying about IP address assignment
> > headaches.
>
> As each domain has its own independent interface(s), you'd either (a)
> have to assign each individual interface its own /30, and dish out a
> specific DHCP IP for each one, or bridge them all together, and treat it
> as one big network.
Yup, going to bridge it all together.
> > doamin0: has my physical network adapter with my static IP address, and
> > an ethernet bridge which has IP address of 192.168.0.1.
>
> Makes sense.
Thanks, new bridge config seems to work with no issues. I don't expect any
problems with iptables, dhcp, etc.
-Andrew Theurer
-------------------------------------------------------
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|