source: genesis/nodes/HybridCeTIM1/wleiden.yaml@ 13102

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

Die vermaledijde spaties weer uit de ssids geschoffeld grmpf

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15797"
7location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
8longitude : "4.49423"
9masterip : "172.17.136.1"
10monitoring_group: "wleiden"
11nodename : "CeTIM1"
12nodetype : "Hybrid"
13rdnap_x : 93895
14rdnap_y : 463687
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 CeTIM richting N en O"
26 ip : "172.17.136.1/24"
27 sdesc : "ap-no"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:bf:02"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "A-link Nanostation5 Zuid-Oost"
39 ip : "172.16.16.81/29"
40 sdesc : "2heineken"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "132"
45 ssid : "il-nw.heineken.wleiden.net"
46 dhcp : False
47 compass : "zo"
48 ns_ip : "172.16.16.82/29"
49 ns_mac : "00:15:6d:f6:be:66"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_ue1:
55 comment : "Link naar Stadhuis"
56 ip : "172.16.4.172/29"
57 sdesc : "2stadhuis"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "44"
62 ssid : "il-o.stadhuis.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.4.171"
66 ns_mac : "00:15:6d:f2:38:9a"
67 bridge_type: "NanoStation5"
68 status : "up"
69
70
71iface_vr0:
72 comment : "External Link"
73 ip : "10.0.1.12/24"
74 sdesc : "2external"
75 type : "eth"
76 dhcp : False
77 status : "down"
78
79
80iface_vr0_alias0:
81 comment : "Ethernet naar CeTIM3"
82 ip : "172.17.0.21/30"
83 sdesc : "2cetim3"
84 type : "eth"
85 dhcp : False
86 status : "down"
87
88
89iface_vr1:
90 comment : "Ethernet naar CeTIM2"
91 ip : "172.16.0.33/30"
92 sdesc : "2cetim2"
93 type : "eth"
94 dhcp : False
95 status : "up"
96
97
98iface_vr2:
99 comment : "A-link Nanostation5 Noord-Oost"
100 ip : "172.16.17.145/29"
101 sdesc : "houtmarkt"
102 mode : "ap-wds"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 channel : "120"
106 ssid : "il-no.cetim1.wleiden.net"
107 dhcp : False
108 compass : "no"
109 ns_ip : "172.16.17.146"
110 ns_mac : "00:15:6d:f6:be:e4"
111 bridge_type: "NanoStation5"
112 status : "up"
113
114
Note: See TracBrowser for help on using the repository browser.