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] Xen Networking Setup

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Xen Networking Setup
From: "Samir Faci" <samir.list@xxxxxxxxx>
Date: Thu, 23 Aug 2007 16:18:30 -0500
Delivery-date: Thu, 23 Aug 2007 14:19:37 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=bDazhj7Gjr7XRXyTQNwYoRiYAK62ePYFpTEc8ZLsGfTLvpUg8PWMTABTOWwgMXDQwXl49iV4drTft1Mpf0ulF9rMAuLIoDGopvA5e3Bffk5wTVYXBEHx+W5/cRiR6nm8sBAGx/52meCmmHVjqGXpZT58KfjWb/1JCv+zVJlQgiQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=faOuU5utQTLLFoz4oLnIJTS0AXld+9so8p9MgnUVVWxrmQ98VKrsGk5Z31TC+ZnvZ99ztIOXk2fmhM5tXlsGohshyC0EyHWTkLbxk14PXr0Jd2AnS4RlhjVzJ7d0BvxgihBxdQYSnpA55gP5kCOUMB31mOWMtzpq1w8hEhXbmf8=
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
Hi all


Ideally, I'd like to have two networks, one virtual for all my xen machine and one physical.. (ie. eth0/eth1 have those IPs).

I believe I need use the:

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

my vm.cfg has a line that sets the IP:

vif = [' ip=10.0.0.1']

the virtual machine is set to have an IP of 10.0.0.1 and I have forwarding enabled from 10.0.0.0/24 to 192.168.1.200 which is my external IP

I was tyring to follow this wiki guide:  for the 2way routed network, but I just can't seem to make it work.

vif0.0 takes on the IP of 192.168.1.200 along with eth0 and I can't ping or do anything from my Virtual machine

any help would be appreciated.

--
Samir


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen Networking Setup, Samir Faci <=