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

Last change on this file since 12789 was 12789, checked in by huub, 11 years ago

config stvictor aangevuld

File size: 3.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.250914"
8location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
9longitude : "4.489229"
10masterip : "172.17.119.1"
11monitoring_group: "noordwijk"
12nodename : "StVictor"
13nodetype : "Hybrid"
14rdnap_x : 93680
15rdnap_y : 474031
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "planned"
23
24
25iface_ath0:
26 comment : "AP-noord"
27 ip : "172.17.119.1/24"
28 sdesc : "apn"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-stvictor-n"
33 dhcp : "10-250"
34 compas : "n"
35 status : "up"
36
37iface_ue0:
38 comment : "Accesspoints repeaters; ap ap ap"
39 ip : "172.17.133.1/24"
40 sdesc : "apoost"
41 mode : "repeater"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "6"
45 ssid : "ap-stvictor"
46 dhcp : "10-250"
47 compass : "o"
48 ns_ip : "172.17.133.2/24"
49 ns_mac : "dc:9f:db:62:14:9b"
50 bridge_type: "NanoStationM2"
51 status : "up"
52
53
54iface_ue0_extra0:
55 comment : "Accesspoint West"
56 ip : "172.17.133.3/24"
57 sdesc : "apwest"
58 mode : "repeater"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "6"
62 ssid : "ap-stvictor"
63 compass : "w"
64 ns_mac : "dc:9f:db:62:14:24"
65 bridge_type: "NanoStationM2"
66 status : "Up"
67
68
69iface_ue0_extra1:
70 comment : "Accesspoint Zuid"
71 ip : "172.17.133.4/24"
72 sdesc : "apzuid"
73 mode : "repeater"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "6"
77 ssid : "ap-stvictor"
78 compass : "z"
79 ns_mac : "dc:9f:db:62:13:51"
80 bridge_type: "NanoStationM2"
81 status : "Up"
82
83
84iface_vr0:
85 comment : "Internet verbinding"
86 ip : "192.168.178.2/24"
87 sdesc : "2external"
88 type : "eth"
89 dhcp : False
90 status : "up"
91
92
93iface_vr0_alias0:
94 comment : "Interlink naar pastorie Nanostation M5 kabel "
95 ip : "172.16.9.105/29"
96 sdesc : "2pastorie"
97 mode : "ap-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "128"
101 ssid : "il-nw.stvictor.wleiden.net"
102 compass : "nw"
103 ns_ip : "172.16.9.106/29"
104 ns_mac : "24:a4:3c:72:01:cf"
105 bridge_type: "NanoStation M5"
106 status : "up"
107
108
109iface_vr1:
110 comment : "Link naar Leeuwenhorst1 kabel "
111 ip : "172.16.6.228/29"
112 sdesc : "2lwhorst"
113 mode : "station-wds"
114 type : "eth"
115 extra_type : "eth2wifibridge"
116 channel : "60"
117 ssid : "il-o.leeuwenhorst.wleiden.net"
118 dhcp : False
119 compass : "w"
120 ns_ip : "172.16.6.227/29"
121 ns_mac : "24:a4:3c:72:02:29"
122 bridge_type: "NanoStation M5"
123 status : "up"
124
125
126iface_vr2:
127 comment : "Link naar zuidoost kabel "
128 ip : "172.16.3.33/29"
129 sdesc : "2zo"
130 mode : "ap-wds"
131 type : "eth"
132 extra_type : "eth2wifibridge"
133 channel : "100"
134 ssid : "il-zo.stvictor.wleiden.net"
135 dhcp : False
136 compass : "zo"
137 ns_ip : "172.16.3.34/29"
138 ns_mac : "24:a4:3c:72:02:13"
139 bridge_type: "NanoStation M5"
140 status : "up"
141
142
Note: See TracBrowser for help on using the repository browser.