source: genesis/nodes/HybridSOM1/wleiden.yaml@ 13127

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

ssid SOM1 SOM2

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
8longitude : "4.49378"
9masterip : "172.21.160.1"
10monitoring_group: "wleiden"
11nodename : "SOM1"
12nodetype : "Hybrid"
13rdnap_x : 93880
14rdnap_y : 464970
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 noord"
26 ip : "172.21.160.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden-1"
32 wlan_mac : "00:1b:b1:02:bf:88"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Interlink naar JorisdeWitte"
39 ip : "172.16.7.9/29"
40 sdesc : "2jorisdw"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "140"
45 ssid : "il-nnw.som1.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.7.10"
49 ns_mac : "24:a4:3c:0a:54:99"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar SOM2"
56 ip : "172.16.3.137/30"
57 sdesc : "2som2"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link naar Broekplein"
65 ip : "172.16.5.121/29"
66 sdesc : "2broekplein"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "108"
71 ssid : "il-n.som1.wleiden.net"
72 dhcp : False
73 compass : "no"
74 ns_ip : "172.16.5.122/29"
75 ns_mac : "00:15:6d:ec:7a:51"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr1_alias0:
81 comment : "Link naar Juffermans"
82 ip : "172.16.3.161/29"
83 sdesc : "2Juffermans"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 dhcp : False
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90iface_vr1_alias1:
91 comment : "Link naar OudeRaadhuis"
92 ip : "172.16.9.57/29"
93 sdesc : "2raadhuis"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 dhcp : False
97 bridge_type: "NanoStation M5"
98 status : "up"
99
100iface_vr2:
101 comment : "Link naar Stadhuis"
102 ip : "172.16.3.169/29"
103 sdesc : "2Stadhuis"
104 mode : "station-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "52"
108 ssid : "il-z.som1.wleiden.net"
109 dhcp : False
110 compass : "z"
111 ns_ip : "172.16.3.170/29"
112 ns_mac : "00:15:6d:ec:82:a9"
113 bridge_type: "NanoStation5"
114 status : "up"
115
116
117iface_vr2_alias0:
118 comment : "Link naar Houtmarkt"
119 ip : "172.16.17.217/29"
120 sdesc : "2Houtmarkt"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 dhcp : False
124 bridge_type: "NanoStation M5"
125 status : "up"
126
127
128iface_vr2_alias1:
129 comment : "Link naar Zijloever"
130 ip : "172.16.4.225/29"
131 sdesc : "2zijloever"
132 type : "eth"
133 extra_type : "eth2wifibridge"
134 dhcp : False
135 bridge_type: "NanoStation M5"
136 status : "up"
137
138
Note: See TracBrowser for help on using the repository browser.