source: genesis/nodes/CNodeKWVdeKaag/wleiden.yaml@ 10074

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

Which bridge type do we configure?

Requested-By: richardvm

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