source: genesis/nodes/HybridVictoria/wleiden.yaml@ 13134

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

nieuw ssid bij Victoria

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15569"
7location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
8longitude : "4.49327"
9masterip : "172.17.140.1"
10monitoring_group: "wleiden"
11nodename : "Victoria"
12nodetype : "Hybrid"
13rdnap_x : 93826
14rdnap_y : 463434
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap"
26 ip : "172.17.140.1/26"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi\ Leiden"
32 wlan_mac : "00:1b:b1:f1:74:70"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ethernet naar lokaal AP met PoE"
39 ip : "172.17.140.65/26"
40 sdesc : "lokaalAP"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "6"
45 ssid : "ap2-WirelessLeiden-Victoria"
46 dhcp : "70-120"
47 ns_ip : "172.17.14.66/26"
48 ns_mac : ""
49 bridge_type: "NanoStation M5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "A-link naar Stadhuis"
55 ip : "172.16.17.196/29"
56 sdesc : "2stadhuis"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "44"
61 ssid : "il-o.stadhuis.wleiden.net"
62 dhcp : False
63 compass : "nw"
64 ns_ip : "172.16.17.195/29"
65 ns_mac : "00:15:6d:70:51:f2"
66 bridge_type: "NanoStation5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "A-link naar CeTIM2"
72 ip : "172.16.17.204/29"
73 sdesc : "2cetim2"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "116"
78 ssid : "il-zw.cetim2.wleiden.net"
79 dhcp : False
80 compass : "n"
81 ns_ip : "172.16.17.203/29"
82 ns_mac : "00:15:6d:70:53:7f"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "Nog vrij"
89 ip : "172.16.17.209/29"
90 sdesc : "2vrij"
91 mode : "ap-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "124"
95 ssid : "il-zo.victoria.wleiden.net"
96 dhcp : False
97 compass : "se"
98 ns_ip : "172.16.17.210/29"
99 ns_mac : "00:15:6d:70:53:39"
100 bridge_type: "NanoStation5"
101 status : "down"
102
103
Note: See TracBrowser for help on using the repository browser.