source: genesis/nodes/HybridRabo1/wleiden.yaml@ 13396

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

Rabo1 ssids aangepast

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
8longitude : "4.48901"
9masterip : "172.19.136.1"
10monitoring_group: "wleiden"
11nodename : "Rabo1"
12nodetype : "Hybrid"
13rdnap_x : 93554
14rdnap_y : 464974
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 oost"
26 ip : "172.19.136.1/24"
27 sdesc : "ap-o"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:05:03:05"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ap-noord met SD15"
39 ip : "172.17.44.1/24"
40 sdesc : "2apnoord"
41 mode : "ap"
42 type : "eth"
43 channel : "1"
44 ssid : "WiFi-Leiden-n"
45 dhcp : "10-250"
46 compass : "n"
47 ns_ip : "172.17.44.2/24"
48 ns_mac : "00:15:6d:e8:f9:5e"
49 bridge_type: "Bullet2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet naar Rabo2"
55 ip : "172.19.137.65/30"
56 sdesc : "2rabo2"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr1:
63 comment : "A-link naar Vosko2"
64 ip : "172.16.4.9/29"
65 sdesc : "2huub"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "44"
70 ssid : "il-z.rabo1.wleiden.net"
71 dhcp : False
72 compass : "z"
73 ns_ip : "172.16.4.10/29"
74 ns_mac : "00:15:6d:70:53:6a"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr1_alias0:
80 comment : "A-link naar CeTIM2"
81 ip : "172.16.4.97/29"
82 sdesc : "2cetim2"
83 type : "eth"
84 status : "up"
85
86
87iface_vr1_alias1:
88 comment : "A-link naar NieuweEnergie"
89 ip : "172.16.9.137/29"
90 sdesc : "2cetim2"
91 type : "eth"
92 status : "up"
93
94iface_vr2:
95 comment : "InterLink naar SOM"
96 ip : "172.16.16.20/29"
97 sdesc : "2som"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "140"
102 ssid : "il-w.som2.wleiden.net"
103 dhcp : False
104 compass : "o"
105 ns_ip : "172.16.16.19/29"
106 ns_mac : "00:15:6d:70:54:62"
107 bridge_type: "NanoStation5"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.