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

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

config voor stvictor

File size: 3.1 KB
RevLine 
[12771]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 : "ap2"
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 : ""
50 bridge_type: "NanoStationM2"
51 status : "up"
52
53
54iface_ue0_extra0:
55 comment : "Accesspoint West"
56 ip : "172.17.133.3/24"
57 mode : "repeater"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "6"
61 ssid : "ap-stvictor"
62 compass : "w"
63 ns_mac : ""
64 bridge_type: "NanoStationM2"
65 status : "Up"
66
67
68iface_ue0_extra1:
69 comment : "Accesspoint Zuid"
70 ip : "172.17.133.4/24"
71 mode : "client"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "6"
75 ssid : "ap-stvictor"
76 compass : "z"
77 ns_mac : ""
78 bridge_type: "NanoStationM2"
79 status : "Up"
80
81
82iface_vr0:
83 comment : "Internet verbinding"
84 ip : "192.168.178.2/24"
85 sdesc : "2external"
86 type : "eth"
87 dhcp : False
88 status : "up"
89
90
91iface_vr0_alias0:
92 comment : "Interlink naar pastorie Nanostation M5 kabel "
93 ip : "172.16.9.105/29"
94 sdesc : "2pastorie"
95 mode : "ap-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "128"
99 ssid : "il-nw.stvictor.wleiden.net"
100 ns_ip : "172.16.9.106/29"
101 ns_mac : ""
102 bridge_type: "NanoStation M5"
103 status : "up"
104
105
106iface_vr1:
107 comment : "Link naar Leeuwenhorst1 kabel "
108 ip : "172.16.6.228/29"
109 sdesc : "2lwhorst"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "60"
114 ssid : "il-o.leeuwenhorst.wleiden.net"
115 dhcp : False
116 compass : "n"
117 ns_ip : "172.16.6.227/29"
118 ns_mac : ""
119 bridge_type: "NanoStation M5"
120 status : "up"
121
122
123iface_vr2:
124 comment : "Link naar zuidoost kabel "
125 ip : "172.16.3.33/29"
126 sdesc : "2"
127 mode : "ap-wds"
128 type : "eth"
129 extra_type : "eth2wifibridge"
130 channel : "100"
131 ssid : "il-zo.stvictor.wleiden.net"
132 dhcp : False
133 compass : "w"
134 ns_ip : "172.16.3.34/29"
135 ns_mac : ""
136 bridge_type: "NanoStation M5"
137 status : "up"
138
139
Note: See TracBrowser for help on using the repository browser.