source: genesis/nodes/HybridSOM2/wleiden.yaml@ 13390

Last change on this file since 13390 was 13390, checked in by huub, 9 years ago

beetje finetuning mbt link van SOM naar OnsBuiten

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.17.2.1"
11monitoring_group: "wleiden"
12nodename : "SOM2"
13nodetype : "Hybrid"
14rdnap_x : 93880
15rdnap_y : 464970
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24iface_ath0:
25 comment : "Ap zuidoost"
26 ip : "172.17.2.1/26"
27 sdesc : "ap-zo"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:be:1c"
33 dhcp : "10-60"
34 status : "up"
35
36iface_ue0:
37 comment : "link Tuinvereniging Ons Buiten"
38 ip : "172.16.3.249/29"
39 sdesc : "2onsbuiten"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "il-o.som2.wleiden.net"
45 dhcp : False
46 ns_ip : "172.16.3.250"
47 ns_mac : "00:15:6d:e8:f9:b6"
48 bridge_type: "Bullet2"
49 status : "up"
50
51iface_ue0_extra0:
52 comment : "wirelessantwerpen speeltje WB-Leiden"
53 type : "eth"
54 ip : "172.17.2.67/26"
55 ns_mac : " "
56 bridge_type: ""
57 status : "up"
58
59iface_vr0:
60 comment : "Ethernet naar SOM1"
61 ip : "172.16.3.138/30"
62 sdesc : "2som1"
63 type : "eth"
64 dhcp : False
65 status : "up"
66
67iface_vr1:
68 comment : "Link naar Rabo"
69 ip : "172.16.16.17/29"
70 sdesc : "2Rabo"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "140"
75 ssid : "il-w.som2.wleiden.net"
76 dhcp : False
77 compass : "w"
78 ns_ip : "172.16.16.18/29"
79 ns_mac : "00:15:6d:ec:82:a8"
80 bridge_type: "NanoStation5"
81 status : "up"
82
83iface_vr1_alias0:
84 comment : "Link naar Psycho"
85 ip : "172.16.16.113/29"
86 sdesc : "2Psycho"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 dhcp : False
90 bridge_type: "NanoStation M5"
91 status : "up"
92
93iface_vr2:
94 comment : "Link naar Leythenrode"
95 ip : "172.16.17.185/29"
96 sdesc : "2leythenrode"
97 mode : "station-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "36"
101 ssid : "il-zo.som2.wleiden.net"
102 dhcp : False
103 compass : "zo"
104 ns_ip : "172.16.17.186/29"
105 ns_mac : "00:15:6d:f2:38:cd"
106 bridge_type: "NanoStation5"
107 status : "up"
108
109iface_vr2_alias0:
110 comment : "Link naar Zijloever"
111 ip : "172.16.4.225/29"
112 sdesc : "2Zijloever"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 dhcp : False
116 bridge_type: "NanoStation M5"
117 status : "up"
Note: See TracBrowser for help on using the repository browser.