Last change
on this file since 10463 was 10463, checked in by rick, 13 years ago |
Literal False should actually be a boolean false, to make parsing more easy.
|
File size:
2.3 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | ileiden : True
|
---|
7 | latitude : "52.15060"
|
---|
8 | location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
|
---|
9 | longitude : "4.52066"
|
---|
10 | masterip : "172.18.128.1"
|
---|
11 | nodename : "DeClercq"
|
---|
12 | nodetype : "CNode"
|
---|
13 | rdnap_x : 95694
|
---|
14 | rdnap_y : 462845
|
---|
15 | release : "8.2-RELEASE"
|
---|
16 | status : "up"
|
---|
17 |
|
---|
18 |
|
---|
19 | iface_ath0:
|
---|
20 | comment : "Ap voor buurt"
|
---|
21 | interface : "ath0"
|
---|
22 | ip : "172.18.128.1/26"
|
---|
23 | desc : "AP voor de buurt"
|
---|
24 | sdesc : "ap"
|
---|
25 | mode : "ap-wds"
|
---|
26 | type : "11b"
|
---|
27 | channel : "4"
|
---|
28 | ssid : "ap-WirelessLeiden-Declercq"
|
---|
29 | dhcp : "10-60"
|
---|
30 | card_option: "mode 11b"
|
---|
31 | compass : "None"
|
---|
32 | status : "up"
|
---|
33 |
|
---|
34 |
|
---|
35 | iface_ue0:
|
---|
36 | comment : "a-link to Stadhuis via 8772b-adapter en Nanostation5"
|
---|
37 | interface : "ue0"
|
---|
38 | ip : "172.16.3.212/29"
|
---|
39 | desc : "ethernet"
|
---|
40 | sdesc : "2stadhuis"
|
---|
41 | mode : "station-wds"
|
---|
42 | type : "eth"
|
---|
43 | extra_type : "eth2wifibridge"
|
---|
44 | channel : "60"
|
---|
45 | ssid : "il-o.stadhuis.wleiden.net"
|
---|
46 | dhcp : False
|
---|
47 | compass : "e"
|
---|
48 | ns_ip : "172.16.3.211/29"
|
---|
49 | ns_mac : "00:15:6d:ea:f0:63"
|
---|
50 | status : "up"
|
---|
51 |
|
---|
52 |
|
---|
53 | iface_vr0:
|
---|
54 | comment : "ethernet"
|
---|
55 | interface : "vr0"
|
---|
56 | ip : "172.16.4.53/30"
|
---|
57 | desc : "local ethernet"
|
---|
58 | sdesc : "2proxy9"
|
---|
59 | type : "eth"
|
---|
60 | dhcp : False
|
---|
61 | compass : "None"
|
---|
62 | status : "up"
|
---|
63 |
|
---|
64 |
|
---|
65 | iface_vr1:
|
---|
66 | comment : "a-link to Roomburgh3 via Nanostation5"
|
---|
67 | interface : "vr1"
|
---|
68 | ip : "172.16.5.185/29"
|
---|
69 | desc : "Ethernet to interlink west (Roomburgh3)"
|
---|
70 | sdesc : "2roomburgh3"
|
---|
71 | mode : "ap-wds"
|
---|
72 | type : "eth"
|
---|
73 | extra_type : "eth2wifibridge"
|
---|
74 | channel : "36"
|
---|
75 | ssid : "il-w.declercq.wleiden.net"
|
---|
76 | dhcp : False
|
---|
77 | compass : "w"
|
---|
78 | ns_ip : "172.16.5.186/29"
|
---|
79 | ns_mac : "00:15:6d:ea:f0:70"
|
---|
80 | status : "up"
|
---|
81 |
|
---|
82 |
|
---|
83 | iface_vr2:
|
---|
84 | comment : "a-link to Leythenrode via Nanostation5"
|
---|
85 | interface : "vr2"
|
---|
86 | ip : "172.16.5.172/29"
|
---|
87 | desc : "ethernet"
|
---|
88 | sdesc : "2leythenrode"
|
---|
89 | mode : "station-wds"
|
---|
90 | type : "eth"
|
---|
91 | extra_type : "eth2wifibridge"
|
---|
92 | channel : "44"
|
---|
93 | ssid : "il-zw.leythenrode.wleiden.net"
|
---|
94 | dhcp : False
|
---|
95 | compass : "sw"
|
---|
96 | ns_ip : "172.16.5.171/29"
|
---|
97 | ns_mac : "00:15:6d:ea:f0:7b"
|
---|
98 | status : "up"
|
---|
99 |
|
---|
100 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.