[domU] ajout de nat64

Pour réaliser des tests de nat64
This commit is contained in:
Daniel STAN 2013-02-12 15:56:48 +01:00
parent 0ac2080c40
commit 408301b74a
4 changed files with 22 additions and 0 deletions

View file

@ -30,5 +30,6 @@
<Path name="/etc/xen/routeur"/>
<Path name="/etc/xen/puppet"/>
<Path name="/etc/xen/bob"/>
<Path name="/etc/xen/nat64"/>
</Group>
</Base>

15
Cfg/etc/xen/nat64/nat64 Normal file
View file

@ -0,0 +1,15 @@
# -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_squeeze.py")
name = "nat64"
memory = 512
disk = [ vol(name, "slash", "xvda"),
vol(name, "swap", "xvdb") ]
vif = [
pub('02:6e:61:74:36:01'),
adm('02:6e:61:74:36:02'),
]

View file

@ -44,6 +44,7 @@
<Client name="puppet.adm.crans.org" profile="puppet" pingable="Y"/>
<Client name="thot.adm.crans.org" profile="thot" pingable="Y"/>
<Client name="eap.adm.crans.org" profile="eap" pingable="Y"/>
<Client name="nat64.adm.crans.org" profile="nat64" pingable="Y"/>
<Client name="listes.adm.crans.org" profile="listes" pingable="Y"/>
<!-- Containers OpenVZ -->

View file

@ -104,6 +104,11 @@
<Group name="crans-squeeze-domu"/>
</Group>
<Group name="nat64"
profile="true">
<Group name="crans-squeeze-domu"/>
</Group>
<Group name="log"
profile="true">
<Group name="non-vlan-adherent"/>