source: genesis/nodes/proxy7/wleiden.yaml@ 10279

Last change on this file since 10279 was 10279, checked in by richardvm, 13 years ago

new config flags: external 7

File size: 1.4 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10268]4comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!"
[10240]5externalif: "sis0"
[10116]6gateway : "192.168.200.1"
7ileiden : True
[10268]8interfaces: "vr0,vr1"
9internalif: "vr1"
[10279]10externalif: "vr0"
[10116]11internalroute: "172.17.0.2"
12latitude : "4.53567"
13location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"
14longitude : "52.15576"
15masterip : "172.17.0.1"
16nodename : "Proxy7"
17nodetype : "Proxy"
18proxyid : 7
[10059]19rdnap_x : 96728
20rdnap_y : 463407
[10268]21release : "9.0-RELEASE"
[10116]22status : "up"
23
24
[10268]25iface_vr0:
[10116]26 comment : "Link naar Router"
[10268]27 interface : "vr0"
[10116]28 ip : "192.168.200.100/24"
29 desc : "Link naar Router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
[10059]35
[10116]36
[10268]37iface_vr1:
[10116]38 comment : "Local 24-subnet to node and clients"
[10278]39 interface : "vr1"
[10116]40 ip : "172.17.0.1/28"
41 desc : "naar NodeLeythenrode and ap bridges"
42 sdesc : "Leythenrode_subnet"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
[10059]47
[10116]48
[10268]49iface_vr1_alias0:
[10116]50 comment : "Local 24-subnet to node and clients"
[10268]51 interface : "vr1:0"
[10116]52 ip : "172.17.7.1/24"
53 desc : "naar NodeLeythenrode and local clients"
54 sdesc : "Leythenrode_subnet"
55 type : "eth"
56 dhcp : "no"
57 compass : "None"
58 status : "up"
[10059]59
[10116]60
Note: See TracBrowser for help on using the repository browser.