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

Last change on this file since 10890 was 10890, checked in by rick, 13 years ago

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 2.3 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_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.27.16.1/26"
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 ip : "172.16.18.9/29"
39 sdesc : "2oost"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "136"
44 ssid : "il-o.kwvdekaag.wleiden.net"
45 dhcp : False
46 compass : "e"
47 ns_ip : "172.16.18.10/29"
48 ns_mac : "00:15:6d:e3:be:15"
49 status : "down"
50
51
52iface_vr0:
53 comment : "Link naar Kaag1"
54 ip : "172.16.18.4/29"
55 sdesc : "2kaag1"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "128"
60 ssid : "il-z.kaag1.wleiden.net"
61 dhcp : False
62 compass : "no"
63 ns_ip : "172.16.18.3/29"
64 ns_mac : "00:15:6d:e2:be:7c"
65 status : "up"
66
67
68iface_vr1:
69 comment : "Link naar Lijtweg2"
70 ip : "172.16.17.252/29"
71 sdesc : "2lijtweg2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "161"
76 ssid : "il-ono.lijtweg2.wleiden.net"
77 dhcp : False
78 compass : "w"
79 ns_ip : "172.16.17.251/29"
80 ns_mac : "00:15:6d:f2:44:2e"
81 status : "up"
82
83
84iface_vr2:
85 comment : "Link naar proxy16"
86 ip : "172.16.18.17/30"
87 sdesc : "2proxy16"
88 type : "eth"
89 dhcp : False
90 compass : "None"
91 status : "down"
92
93
94iface_vr2_alias0:
95 comment : "Lokaal subnet voor aps"
96 ip : "172.17.23.1/24"
97 sdesc : "2aps"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 dhcp : "10-250"
101 compass : "None"
102 status : "down"
103
104
Note: See TracBrowser for help on using the repository browser.