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

Last change on this file since 10268 was 10268, checked in by huub, 13 years ago

configs aangepast: 90 updates en proxy7 voor alixbordje ipv soekris

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