source: genesis/nodes/HybridKWVdeKaag/wleiden.yaml@ 10713

Last change on this file since 10713 was 10713, checked in by huub, 13 years ago

hybrid configs voor SOM2, KWVdeKaag en Boterhuis

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.19745"
8location : "Starttoren KWV de Kaag, Sweilandpolder 8, 2362AG Warmond"
9longitude : "4.53709"
10masterip : "172.27.16.1"
11nodename : "KWVdeKaag"
12nodetype : "Hybrid"
13rdnap_x : 96879
14rdnap_y : 468044
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21iface_ath0:
22 comment : "Omni voor de buurt"
23 interface : "ath0"
24 ip : "172.27.16.1/26"
25 desc : "Omni voor de buurt"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Kwv"
31 dhcp : "10-60"
32 compass : "None"
33 status : "up"
34
35
36iface_ue0:
37 comment : "link naar oost"
38 interface : "ue0"
39 ip : "172.16.18.9/29"
40 desc : "Link naar oost"
41 sdesc : "2oost"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "136"
46 ssid : "il-o.kwvdekaag.wleiden.net"
47 dhcp : False
48 compass : "e"
49 ns_ip : "172.16.18.10/29"
50 ns_mac : "00:15:6d:e3:be:15"
51 status : "down"
52
53
54iface_vr0:
55 comment : "link naar Kaag1"
56 interface : "vr0"
57 ip : "172.16.18.4/29"
58 desc : "Link naar Kaag1"
59 sdesc : "2kaag1"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "128"
64 ssid : "il-z.kaag1.wleiden.net"
65 dhcp : False
66 compass : "s"
67 ns_ip : "172.16.18.3/29"
68 ns_mac : "00:15:6d:e2:be:7c"
69 status : "up"
70
71
72iface_vr1:
73 comment : "link naar Lijtweg2"
74 interface : "vr1"
75 ip : "172.16.17.252/29"
76 desc : "Link naar Lijtweg2"
77 sdesc : "2lijtweg2"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "161"
82 ssid : "il-ono.lijtweg2.wleiden.net"
83 dhcp : False
84 compass : "ene"
85 ns_ip : "172.16.17.251/29"
86 ns_mac : "00:15:6d:f2:44:2e"
87 status : "up"
88
89
90iface_vr2:
91 comment : "link naar proxy16"
92 interface : "vr2"
93 ip : "172.16.18.17/30"
94 desc : "Link naar proxy16"
95 sdesc : "2proxy16"
96 type : "eth"
97 dhcp : False
98 compass : "None"
99 status : "down"
100
101
102iface_vr2_alias0:
103 comment : "subnet naar lokale aps"
104 interface : "vr2:0"
105 ip : "172.17.23.1/24"
106 desc : "Lokaal subnet voor aps"
107 sdesc : "2aps"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 dhcp : "10-250"
111 compass : "None"
112 status : "down"
113
114
Note: See TracBrowser for help on using the repository browser.