source: genesis/nodes/DirkLos1/wleiden.yaml@ 13401

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

Die vermaledijde spaties weer uit de ssids geschoffeld grmpf

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.16732"
7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
8longitude : "4.47071"
9masterip : "172.19.131.1"
10monitoring_group: "wleiden"
11nodename : "DirkLos1"
12nodetype : "Hybrid"
13rdnap_x : "092299"
14rdnap_y : 464748
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.17.45.1/24"
27 sdesc : "2ap2"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:00:ec:5c"
33 dhcp : "10-250"
34 compass : "e"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Ethernet naar DirkLos2"
40 ip : "172.16.3.58/30"
41 sdesc : "2DLos2"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_ue0_alias0:
48 comment : "Local Ethernet"
49 ip : "172.16.176.66/27"
50 sdesc : "localeth"
51 type : "eth"
52 dhcp : False
53 status : "up"
54
55
56iface_vr0:
57 comment : "Ethernet to interlink oost"
58 ip : "172.16.4.156/29"
59 sdesc : "2geluidsnet1"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "140"
64 ssid : "il-zw.geluidsnet1.wleiden.net"
65 dhcp : False
66 compass : "zo"
67 ns_ip : "172.16.4.155/29"
68 ns_mac : "00:15:6d:f6:be:ff"
69 bridge_type: "NanoStation5"
70 status : "up"
71
72
73iface_vr1:
74 comment : "Ethernet to interlink south-east (Vosko3)"
75 ip : "172.16.4.76/29"
76 sdesc : "2Vosko3"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "100"
81 ssid : "il-wnw.vosko3.wleiden.net"
82 dhcp : False
83 compass : "zo"
84 ns_ip : "172.16.4.75/29"
85 ns_mac : "00:15:6d:f6:be:eb"
86 bridge_type: "NanoStation5"
87 status : "up"
88
89
90iface_vr2:
91 comment : "Ethernet to interlink west (Cam)"
92 ip : "172.16.4.89/29"
93 sdesc : "2cam"
94 mode : "ap-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "44"
98 ssid : "il-zw.dirklos1.wleiden.net"
99 dhcp : False
100 compass : "z"
101 ns_ip : "172.16.4.90/29"
102 ns_mac : "00:15:6d:70:53:52"
103 bridge_type: "NanoStation5"
104 status : "up"
105
106
Note: See TracBrowser for help on using the repository browser.