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

[Xen-users] IP address of virtual device

To: XEN Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] IP address of virtual device
From: Christian Knoke <chrisk@xxxxxxxxx>
Date: Tue, 18 Mar 2008 21:13:02 +0100
Delivery-date: Tue, 18 Mar 2008 12:59:20 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
Hello,

forgive me for the beginners questions - doc links are appreciated.

I'm setting up XEN 3.0.3 on Etch with network routing. When the DomU is
created, the IP of the Dom0 physical interface is copied to the virtual
device of the DomU.

But I want it to have it its own IP, in order to set up some routing and
firewalling in the Dom0.

xend-config.sxp:

  (network-script network-route)
  (vif-script     vif-route)

DomU config:

  vif = [ 'ip=192.168.15.40,vifname=eth1,mac=00:16:3e:06:7c:44' ]

doesn't do the trick, the ip is ignored.

I can correct this with ip addr ... commands, but I'd rather integrate it in
the conf files.

Christian

-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] IP address of virtual device, Christian Knoke <=