source: genesis/nodes/CNodeRegenboog/wleiden.yaml@ 10888

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

Cosmetics.

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.17869"
8location : "Basisschool De Tweemaster, Regenboogpad 5, 2317 XK, Leiden"
9longitude : "4.51535"
10masterip : "172.21.152.1"
11nodename : "Regenboog"
12nodetype : "CNode"
13rdnap_x : 95368
14rdnap_y : 465975
15release : "8.0-RELEASE"
16status : "dw"
17
18
19iface_ath0:
20 comment : "Ap voor de buurt"
21 interface : "ath0"
22 ip : "172.21.152.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "7"
27 ssid : "ap-wirelessleiden.regenboog"
28 dhcp : "10-60"
29 compass : "wirelessleiden"
30 status : "up"
31
32
33iface_sis0:
34 comment : "Ethernet naar Regenboog"
35 interface : "sis0"
36 ip : "172.21.152.65/28"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : "70-78"
40 compass : "None"
41 status : "up"
42
43
44iface_sis1:
45 comment : "Link naar Rosmolen"
46 interface : "sis1"
47 ip : "172.16.2.66/30"
48 sdesc : "2rosmolen"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "11"
53 ssid : "il-o.rosmolen.wleiden.net"
54 dhcp : False
55 compass : "e"
56 ns_mac : ""
57 status : "up"
58
59
60iface_wi0:
61 comment : "Link naar oost -> Polder"
62 interface : "wi0"
63 ip : "172.16.3.17/30"
64 sdesc : "2oost"
65 mode : "ap"
66 type : "11b"
67 channel : "4"
68 ssid : "il-o.regenboog.wleiden.net"
69 dhcp : False
70 compass : "e"
71 status : "up"
72
73
Note: See TracBrowser for help on using the repository browser.