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

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

Cosmetics.

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.15457"
8location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
9longitude : "4.46265"
10masterip : "172.20.8.1"
11nodename : "Robijn"
12nodetype : "CNode"
13rdnap_x : 91729
14rdnap_y : 463336
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Omni voor de buurt"
21 interface : "ath0"
22 ip : "172.20.8.1/26"
23 sdesc : "omni"
24 mode : "ap"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Robijn"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet naar Robijn"
35 interface : "ue0"
36 ip : "172.20.8.65/28"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : "67-78"
40 compass : "None"
41 status : "down"
42
43
44iface_vr0:
45 comment : "A link naar Vosko2 via nanostation"
46 interface : "vr0"
47 ip : "172.16.4.116/29"
48 sdesc : "2vosko2"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 ssid : "il-w.vosko.wleiden.net"
53 dhcp : False
54 compass : "o"
55 ns_ip : "172.16.4.115/29"
56 ns_mac : "00:15:6d:f2:39:37"
57 status : "up"
58
59
60iface_vr1:
61 comment : "A Link naar Unigor via nanostation"
62 interface : "vr1"
63 ip : "172.16.5.220/29"
64 sdesc : "2unigorA"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 ssid : "il-z.unigor1.wleiden.net"
69 dhcp : False
70 compass : "n"
71 ns_ip : "172.16.5.219/29"
72 ns_mac : "00:15:6d:f2:39:44"
73 status : "up"
74
75
76iface_vr2:
77 comment : "A Link naar AJSoft via nanostation"
78 interface : "vr2"
79 ip : "172.16.5.228/29"
80 sdesc : "2ajsoft"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 ssid : "il-nw.ajsoft1.wleiden.net"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.16.5.227/29"
88 ns_mac : "00:15:6d:f2:38:07"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.