Le routeur n'est plus komaz mais odlyd

This commit is contained in:
Pierre-Elliott Bécue 2014-10-26 17:05:46 +01:00
parent b99600575d
commit 34876f3b55
3 changed files with 21 additions and 23 deletions

View file

@ -16,9 +16,7 @@ else:
if has("vlan-wifi"): if has("vlan-wifi"):
print wifiip(), wifihostname, hostname+".wifi" print wifiip(), wifihostname, hostname+".wifi"
@10.231.136.7 zbee.adm.crans.org zbee.adm zbee nfs.adm.crans.org nfs.adm nfs @10.231.136.7 zbee.adm.crans.org zbee.adm zbee nfs.adm.crans.org nfs.adm nfs
if(has("komaz")): if(has("odlyd")):
print "138.231.135.5 irts-ext.ens-cachan.fr irts"
print "138.231.135.6 komaz-ext"
print "138.231.136.9 sable.crans.org sable" print "138.231.136.9 sable.crans.org sable"
print "138.231.136.98 charybde.crans.org charybde" print "138.231.136.98 charybde.crans.org charybde"

View file

@ -213,14 +213,14 @@ service("openvpn-ovh",
pidf="openvpn.ovh", pidf="openvpn.ovh",
init="openvpn") init="openvpn")
service("openvpn-komaz", service("openvpn-odlyd",
pidf="openvpn.komaz", pidf="openvpn.odlyd",
init="openvpn") init="openvpn")
service("openvpn-freebox", service("openvpn-freebox",
pidf="openvpn.freebox", pidf="openvpn.freebox",
init="openvpn", init="openvpn",
extra=["depends on openvpn-komaz"]) extra=["depends on openvpn-odlyd"])
pg_version = '9.1' pg_version = '9.1'
service("pgsql-server", service("pgsql-server",

View file

@ -77,7 +77,7 @@ ip_vlan = {
'vlan-isolement':'10.52.0.10' 'vlan-isolement':'10.52.0.10'
}, },
'titanic' : {'vlan-ens' : '10.2.9.1' }, 'titanic' : {'vlan-ens' : '10.2.9.1' },
'komaz' : {'vlan-ens' : '10.2.9.4' }, 'odlyd' : {'vlan-ens' : '10.2.9.4' },
} }
def radinip(): def radinip():