source: genesis/nodes/CNodeAJSoft2/wleiden.yaml@ 10677

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

Boolean values should be real boolean values.

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.14605"
8location : "Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden"
9longitude : "4.46729"
10masterip : "172.20.137.1"
11nodename : "AJSoft2"
12nodetype : "CNode"
13rdnap_x : 92035
14rdnap_y : 462384
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "link livinglab"
21 interface : "ath0"
22 ip : "172.16.17.108/29"
23 desc : "Link naar LivingLab"
24 sdesc : "2livinglab"
25 mode : "station-wds"
26 type : "11a"
27 channel : "36"
28 ssid : "il-n.livinglab.wleiden.net"
29 dhcp : False
30 compass : "n"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Muiderkring"
36 interface : "ue0"
37 ip : "172.16.6.49/29"
38 desc : "Link naar Muiderkring"
39 sdesc : "2muiderkring"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "8"
44 ssid : "il-nno.ajsoft2.wleiden.net"
45 dhcp : False
46 compass : "nne"
47 ns_ip : "172.16.6.50/29"
48 ns_mac : "00:15:6d:e8:f9:c6"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar AJSoft1"
54 interface : "vr0"
55 ip : "172.16.3.82/30"
56 desc : "Ethernet naar AJSoft1"
57 sdesc : "2ajsoft1"
58 type : "eth"
59 dhcp : False
60 compass : "None"
61 status : "up"
62
63
64iface_vr1:
65 comment : "link naar Hofland"
66 interface : "vr1"
67 ip : "172.16.6.41/29"
68 desc : "Link naar Hofland"
69 sdesc : "2hofland"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "100"
74 ssid : "il-w.ajsoft2.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.6.42/29"
78 ns_mac : "00:15:6d:ea:f0:6a"
79 status : "down"
80
81
82iface_vr2:
83 comment : "Link naar oost"
84 interface : "vr2"
85 ip : "172.16.6.17/29"
86 desc : "a-interLink naar RijnVliet"
87 sdesc : "a2rijnvliet"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "52"
92 ssid : "il-o-ajsoft2.wleiden.net"
93 dhcp : False
94 compass : "None"
95 ns_ip : "172.16.6.18/29"
96 ns_mac : "00:15:6d:ea:f0:6d"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.