source: genesis/nodes/CNodeLucasN/wleiden.yaml@ 10881

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

Make the interface keys wat meer standaard.

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16189"
8location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
9longitude : "4.48684"
10masterip : "172.17.144.1"
11nodename : "LucasN"
12nodetype : "Hybrid"
13rdnap_x : 93395
14rdnap_y : 464130
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "dw"
21
22
23iface_ath0:
24 comment : "autogen-FIXME"
25 interface : "ath0"
26 ip : "172.17.144.1/26"
27 desc : "ap"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11b"
31 channel : "5"
32 ssid : "ap-WirelessLeiden-LucasN"
33 dhcp : "10-60"
34 compass : "None"
35 status : "up"
36
37
38iface_vr0:
39 comment : "a-link naar Rabo1"
40 interface : "vr0"
41 ip : "172.16.3.25/29"
42 desc : "Ethernet to interlink noord"
43 sdesc : "2rabo1"
44 mode : "ap-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "60"
48 ssid : "il-n.lucasn.wleiden.net"
49 dhcp : False
50 compass : "n"
51 ns_ip : "172.16.3.26/29"
52 ns_mac : "00:15:6d:70:53:3b"
53 status : "down"
54
55
56iface_vr1:
57 comment : "a-link naar Stadhuis"
58 interface : "vr1"
59 ip : "172.16.4.132/29"
60 desc : "Ethernet to interlink zzo"
61 sdesc : "2stadhuis"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "116"
66 ssid : "il-nw.stadhuis.wleiden.net"
67 dhcp : False
68 compass : "zo"
69 ns_ip : "172.16.4.131/29"
70 ns_mac : ""
71 status : "down"
72
73
74iface_vr2:
75 comment : "nog vrij"
76 interface : "vr2"
77 ip : "172.16.4.177/29"
78 desc : "Ethernet"
79 sdesc : "2vrij"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : ""
84 ssid : ""
85 dhcp : False
86 compass : "None"
87 ns_ip : ""
88 ns_mac : ""
89 status : "down"
90
91
Note: See TracBrowser for help on using the repository browser.