source: genesis/nodes/CNodeRustenborch/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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.18218"
8location : "Zorgcentrum Rustenborch, Van Wijckersloothplein 3, 2341 BB, Oegstgeest"
9longitude : "4.46392"
10masterip : "172.23.24.1"
11nodename : "Rustenborch"
12nodetype : "CNode"
13rdnap_x : 91855
14rdnap_y : 466407
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 ip : "172.23.24.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "1"
26 ssid : "ap-WirelessLeiden-Rustenborch"
27 dhcp : "10-60"
28 compass : "None"
29 status : "up"
30
31
32iface_vr0:
33 comment : "Ethernet naar rustenborch"
34 ip : "172.23.24.65/28"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : "66-78"
38 compass : "None"
39 status : "up"
40
41
42iface_vr1:
43 comment : "Link naar Lijtweg2"
44 ip : "172.16.6.36/29"
45 sdesc : "2lijtweg2"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "116"
50 ssid : "il-w.lijtweg2.wleiden.net"
51 dhcp : False
52 compass : "no"
53 ns_ip : "172.16.6.35"
54 ns_mac : "00:15:6d:71:54:67"
55 status : "up"
56
57
58iface_vr2:
59 comment : "Link naar UniGorN"
60 ip : "172.16.17.244/29"
61 sdesc : "2unigorn"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "104"
66 ssid : "il-n.unigorn.wleiden.net"
67 dhcp : False
68 compass : "z"
69 ns_ip : "172.16.17.243/29"
70 ns_mac : "00:15:6d:70:54:cc"
71 status : "up"
72
73
Note: See TracBrowser for help on using the repository browser.