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] Secure Xen neworking help (route, ebtables, private network)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Secure Xen neworking help (route, ebtables, private network)
From: Alexander Zherdev <azherdev@xxxxxxxxx>
Date: Sun, 24 Oct 2010 00:50:55 -0700 (PDT)
Delivery-date: Mon, 25 Oct 2010 09:15:18 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1287906655; bh=uaSxUUN/5D1QRiOnKyTRWkjJDeg78zFmENOYywzFIu0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=aCHjuflwLgfyLz1lTb17HLoIqpTxdrCNWACeIJSgC1x3zNGhpEVSh9EVsu9vcoUoqq9N+2kzQWJE3G31nC5joJv+YCoyk7faXkTByntOHGcqYHWE14jWQ1/m5Z+g9ARoZogiQOjiERL9Tkt4uOtRIgI8NBtHlbdIrart8ExmvOc=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=25vHjr4377gYzzg5nNuTjEdr1l79TKYr/uarXEyyifyOwu0NbyvpjRIKDqwYixfv/6af2SPr9bYfzRoppAdrr4jSyCT/UshKx3igDo50taAFv9grrBFsQu418QyG0Rg3thY6whGEJaiaa4aEG6MI2oZUOpzSzOYCXZ6bzLo/A7E=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I need some help to configure a secure network on my Xen server. I have been looking online and it seems a I need a routed network. But I am having a terrible time implementing it.

My setup:

Xen 3.4.2
CentOS 5.5 Dom0
1 NIC (eth0)
 All guests will be HVM

What I want to do is something similar to a firewall and port forwarding.

e.g.

DomU.1 has DHCP address of 10.0.0.50 (DHCP matches MAC to assign same address and simplifies in creating templates)
DomU.2 has DHCP address of 10.0.0.60 (DHCP matches MAC to assign same address and simplifies in creating templates)
etc.

Dom0 eht0 has public IP of 92.82.72.100 that forwards port 22 + 80 + 443 to 10.0.0.50
Dom0 eht0 has public IP of 92.82.72.101 that forwards port 21 + 22 + 80 + 443 to 10.0.0.60
etc.

I also need to prevent a DomU from: a) stealing other IPs and b) communicating with other private systems unless Dom0 sais ok.
Right now, I do not need to have DomU on different physical servers sharing same network - what open vswitch provides - that's phase 2. But of course if it provides what I need above easily, then I'm for it.

What do I need? I know how to accomplish most of it using real hardware with firewalls, vlans, etc.

I am fairly new to Xen so please, if possible, provide examples.
 
Alexander Zherdev
azherdev@xxxxxxxxx

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Secure Xen neworking help (route, ebtables, private network), Alexander Zherdev <=