WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Debian domU on Gentoo dom0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Debian domU on Gentoo dom0
From: Andy Smith <andy@xxxxxxxxxxxxxx>
Date: Mon, 24 Sep 2007 18:18:49 +0000
Delivery-date: Mon, 24 Sep 2007 11:19:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <fd8fbb$pjl$1@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Openpgp: id=BF15490B; url=http://strugglers.net/~andy/pubkey.asc
References: <fd8fbb$pjl$1@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
Hi Jens,

On Mon, Sep 24, 2007 at 03:49:58PM +0200, Jens Kleikamp wrote:
> Debian domU /etc/network/interfaces (does not work)
> --------------------
> auto lo
> iface lo inet loopback
> 
> auto eth0
> iface eth0 inet static
> address 78.47.*.213
> broadcast 78.255.255.255
> netmask 255.255.255.255
> gateway 213.239.*.45
> --------------------

This network setup is completely wrong.  213.239.x.45 is not
reachable from 78.47.x.213, also your netmask and broadcast do not
match.

78.47.*.210 - 78.47.*.215 is not any kind of sensible IP allocation
I have ever heard of if you really mean that * can be anything.  If
you are just trying to obscure your IP addresses then DON'T - it
only makes debugging harder.

Assuming you mean that * is some fixed value then 78.47.1.210 ->
78.47.1.215 would probably correspond to an 8 IP allocation, or
/28.  That would make your network address 78.47.1.208, your
brodcast address 78.47.1.215, and your netmask 255.255.255.252.

Give dom0 an IP in 78.47.1.209 -> 78.47.1.214 inclusive, then your
domUs can use that as their default gateway.

Cheers,
Andy

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>