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

Last change on this file since 12568 was 12478, checked in by rick, 11 years ago

Missende bridge_type entries toegevoegd

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 : "ap-WirelessLeiden-Victoria"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Ethernet naar lokaal AP met PoE"
38 ip : "172.17.140.65/26"
39 sdesc : "lokaalAP"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap2-WirelessLeiden-Victoria"
45 dhcp : "70-120"
46 ns_ip : "172.17.14.66/26"
47 ns_mac : ""
48 bridge_type: "NanoStation M5"
49 status : "up"
50
51
52iface_vr0:
53 comment : "A-link naar Stadhuis"
54 ip : "172.16.17.196/29"
55 sdesc : "2stadhuis"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "44"
60 ssid : "il-o.stadhuis.wleiden.net"
61 dhcp : False
62 compass : "nw"
63 ns_ip : "172.16.17.195/29"
64 ns_mac : "00:15:6d:70:51:f2"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "A-link naar CeTIM2"
71 ip : "172.16.17.204/29"
72 sdesc : "2cetim2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "116"
77 ssid : "il-zw.cetim2.wleiden.net"
78 dhcp : False
79 compass : "n"
80 ns_ip : "172.16.17.203/29"
81 ns_mac : "00:15:6d:70:53:7f"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Nog vrij"
88 ip : "172.16.17.209/29"
89 sdesc : "2vrij"
90 mode : "ap-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "124"
94 ssid : "il-zo.victoria.wleiden.net"
95 dhcp : False
96 compass : "se"
97 ns_ip : "172.16.17.210/29"
98 ns_mac : "00:15:6d:70:53:39"
99 bridge_type: "NanoStation5"
100 status : "down"
101
102
Note: See TracBrowser for help on using the repository browser.