[domU] ajout de nat64
Pour réaliser des tests de nat64
This commit is contained in:
parent
0ac2080c40
commit
408301b74a
4 changed files with 22 additions and 0 deletions
|
@ -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
15
Cfg/etc/xen/nat64/nat64
Normal 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'),
|
||||
]
|
|
@ -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 -->
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue