source: genesis/nodes/CNodeKaag2/wleiden.yaml@ 10321

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

Whitespace and duplicate externalif entries.

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: "ath0,vr2,vr0,vr1"
7latitude : "4.55925"
8location : "Jachtwerf Feadship (Van Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)"
9longitude : "52.21786"
10masterip : "172.27.8.1"
11nodename : "Kaag2"
12nodetype : "CNode"
13rdnap_x : 98420
14rdnap_y : 470298
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Omni voor de buurt"
21 interface : "ath0"
22 ip : "172.27.8.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-Spkaag2"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "link naar Watertoren"
36 interface : "vr0"
37 ip : "172.16.16.25/29"
38 desc : "Link naar Watertoren3"
39 sdesc : "2watertoren3"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "44"
44 ssid : "il-no.kaag2.wleiden.net"
45 dhcp : "no"
46 compass : "ne"
47 ns_ip : "172.16.16.26/29"
48 ns_mac : "00:15:6d:70:52:5d"
49 status : "up"
50
51
52iface_vr1:
53 comment : "link naar Kaag1"
54 interface : "vr1"
55 ip : "172.16.17.65/29"
56 desc : "Link naar Kaag1"
57 sdesc : "2kaag1"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "140"
62 ssid : "il-z.kaag2.wleiden.net"
63 dhcp : "no"
64 compass : "s"
65 ns_ip : "172.16.17.66/29"
66 ns_mac : "00:15:6d:70:51:ea"
67 status : "up"
68
69
70iface_vr1_alias0:
71 comment : "link naar Boterhuis"
72 interface : "vr1:0"
73 ip : "172.16.6.89/29"
74 desc : "Link naar Boterhuis"
75 sdesc : "2boterhuis"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "140"
79 ssid : "il-z.kaag2.wleiden.net"
80 dhcp : "no"
81 compass : "s"
82 status : "down"
83
84
85iface_vr2:
86 comment : "link naar UnigorN"
87 interface : "vr2"
88 ip : "172.16.17.76/29"
89 desc : "Link naar UnigorN"
90 sdesc : "2unigorn"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "60"
95 ssid : "il-no.unigorn.wleiden.net"
96 dhcp : "no"
97 compass : "ne"
98 ns_ip : "172.16.17.75/29"
99 ns_mac : "00:15:6d:70:54:98"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.