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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 1.9 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 ip : "172.20.8.1/26"
22 sdesc : "omni"
23 mode : "ap"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-WirelessLeiden-Robijn"
27 dhcp : "10-60"
28 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Ethernet naar Robijn"
34 ip : "172.20.8.65/28"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : "67-78"
38 compass : "None"
39 status : "down"
40
41
42iface_vr0:
43 comment : "A link naar Vosko2 via nanostation"
44 ip : "172.16.4.116/29"
45 sdesc : "2vosko2"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 ssid : "il-w.vosko.wleiden.net"
50 dhcp : False
51 compass : "o"
52 ns_ip : "172.16.4.115/29"
53 ns_mac : "00:15:6d:f2:39:37"
54 status : "up"
55
56
57iface_vr1:
58 comment : "A Link naar Unigor via nanostation"
59 ip : "172.16.5.220/29"
60 sdesc : "2unigorA"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 ssid : "il-z.unigor1.wleiden.net"
65 dhcp : False
66 compass : "n"
67 ns_ip : "172.16.5.219/29"
68 ns_mac : "00:15:6d:f2:39:44"
69 status : "up"
70
71
72iface_vr2:
73 comment : "A Link naar AJSoft via nanostation"
74 ip : "172.16.5.228/29"
75 sdesc : "2ajsoft"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 ssid : "il-nw.ajsoft1.wleiden.net"
80 dhcp : False
81 compass : "z"
82 ns_ip : "172.16.5.227/29"
83 ns_mac : "00:15:6d:f2:38:07"
84 status : "up"
85
86
Note: See TracBrowser for help on using the repository browser.