source: genesis/nodes/HybridStVictor/wleiden.yaml@ 13169

Last change on this file since 13169 was 13043, checked in by huub, 10 years ago

Leeuwenhorst1 geen link Panterra2 en ips van StVictor-AkzoNobel1 gecorrigeerd

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.250914"
7location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
8longitude : "4.489229"
9masterip : "172.17.119.1"
10monitoring_group: "noordwijk"
11nodename : "StVictor"
12nodetype : "Hybrid"
13rdnap_x : 93680
14rdnap_y : 474031
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "Accesspoint Zuid op sectorantenne"
26 ip : "172.17.119.1/24"
27 sdesc : "apz"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-stvictor-z"
32 dhcp : "10-250"
33 compass : "n"
34 status : "up"
35
36iface_ue0:
37 comment : "Accesspoint Noord op NanoStation"
38 ip : "172.17.133.1/24"
39 sdesc : "apoost"
40 mode : "apn"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-stvictor-n"
45 dhcp : "10-250"
46 compass : "n"
47 ns_ip : "172.17.133.2/24"
48 ns_mac : "dc:9f:db:62:14:9b"
49 bridge_type: "NanoStationM2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Internetverbinding"
55 ip : "192.168.178.2/24"
56 sdesc : "2external"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr0_alias0:
63 comment : "naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
64 ip : "172.16.9.105/29"
65 sdesc : "2pastorie"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "52"
70 ssid : "il-nw.stvictor.wleiden.net"
71 compass : "nw"
72 ns_ip : "172.16.9.106/29"
73 ns_mac : "24:a4:3c:72:01:cf"
74 bridge_type: "NanoStation M5"
75 status : "up"
76
77
78iface_vr1:
79 comment : "naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
80 ip : "172.16.6.228/29"
81 sdesc : "2lwhorst"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "60"
86 ssid : "il-o.leeuwenhorst.wleiden.net"
87 dhcp : False
88 compass : "w"
89 ns_ip : "172.16.6.227/29"
90 ns_mac : "24:a4:3c:72:02:29"
91 bridge_type: "NanoStation M5"
92 status : "up"
93
94
95iface_vr2:
96 comment : "Link naar AkzoNobel"
97 ip : "172.16.3.36/29"
98 sdesc : "2akzo"
99 mode : "ap-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "120"
103 ssid : "il-z.stvictor.wleiden.net"
104 dhcp : False
105 compass : "z"
106 ns_ip : "172.16.3.35/29"
107 ns_mac : "24:a4:3c:72:02:13"
108 bridge_type: "NanoStation M5"
109 status : "up"
110
111iface_vr2_alias8:
112 comment : "Tijdelijke link naar TeyBestuurscentrum"
113 ip : "172.16.7.76/29"
114 sdesc : "2bestcntr"
115 type : "eth"
116 extra_type : "eth2wifibridge"
117 dhcp : False
118 status : "up"
119
Note: See TracBrowser for help on using the repository browser.