Le routeur n'est plus komaz mais odlyd
This commit is contained in:
parent
b99600575d
commit
34876f3b55
3 changed files with 21 additions and 23 deletions
|
@ -16,9 +16,7 @@ else:
|
|||
if has("vlan-wifi"):
|
||||
print wifiip(), wifihostname, hostname+".wifi"
|
||||
@10.231.136.7 zbee.adm.crans.org zbee.adm zbee nfs.adm.crans.org nfs.adm nfs
|
||||
if(has("komaz")):
|
||||
print "138.231.135.5 irts-ext.ens-cachan.fr irts"
|
||||
print "138.231.135.6 komaz-ext"
|
||||
if(has("odlyd")):
|
||||
print "138.231.136.9 sable.crans.org sable"
|
||||
print "138.231.136.98 charybde.crans.org charybde"
|
||||
|
||||
|
|
|
@ -213,14 +213,14 @@ service("openvpn-ovh",
|
|||
pidf="openvpn.ovh",
|
||||
init="openvpn")
|
||||
|
||||
service("openvpn-komaz",
|
||||
pidf="openvpn.komaz",
|
||||
service("openvpn-odlyd",
|
||||
pidf="openvpn.odlyd",
|
||||
init="openvpn")
|
||||
|
||||
service("openvpn-freebox",
|
||||
pidf="openvpn.freebox",
|
||||
init="openvpn",
|
||||
extra=["depends on openvpn-komaz"])
|
||||
extra=["depends on openvpn-odlyd"])
|
||||
|
||||
pg_version = '9.1'
|
||||
service("pgsql-server",
|
||||
|
|
|
@ -77,7 +77,7 @@ ip_vlan = {
|
|||
'vlan-isolement':'10.52.0.10'
|
||||
},
|
||||
'titanic' : {'vlan-ens' : '10.2.9.1' },
|
||||
'komaz' : {'vlan-ens' : '10.2.9.4' },
|
||||
'odlyd' : {'vlan-ens' : '10.2.9.4' },
|
||||
}
|
||||
|
||||
def radinip():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue