source: genesis/nodes/CNodeAJSoft2/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: 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.14605"
8location : "Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden"
9longitude : "4.46729"
10masterip : "172.20.137.1"
11nodename : "AJSoft2"
12nodetype : "CNode"
13rdnap_x : 92035
14rdnap_y : 462384
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Link naar LivingLab"
21 ip : "172.16.17.108/29"
22 sdesc : "2livinglab"
23 mode : "ap"
24 type : "11a"
25 channel : "36"
26 ssid : "il-n.livinglab.wleiden.net"
27 dhcp : False
28 compass : "n"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Link naar Muiderkring"
34 ip : "172.16.6.49/29"
35 sdesc : "2muiderkring"
36 mode : "station-wds"
37 type : "eth"
38 extra_type : "eth2wifibridge"
39 channel : "8"
40 ssid : "il-nno.ajsoft2.wleiden.net"
41 dhcp : False
42 compass : "n"
43 ns_ip : "172.16.6.50/29"
44 ns_mac : "00:15:6d:e8:f9:c6"
45 status : "up"
46
47
48iface_vr0:
49 comment : "Ethernet naar AJSoft1"
50 ip : "172.16.3.82/30"
51 sdesc : "2ajsoft1"
52 type : "eth"
53 dhcp : False
54 compass : "None"
55 status : "up"
56
57
58iface_vr1:
59 comment : "Link naar Hofland"
60 ip : "172.16.6.41/29"
61 sdesc : "2hofland"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "100"
66 ssid : "il-w.ajsoft2.wleiden.net"
67 dhcp : False
68 compass : "w"
69 ns_ip : "172.16.6.42/29"
70 ns_mac : "00:15:6d:ea:f0:6a"
71 status : "down"
72
73
74iface_vr2:
75 comment : "A-interLink naar RijnVliet"
76 ip : "172.16.6.17/29"
77 sdesc : "a2rijnvliet"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "52"
82 ssid : "il-o-ajsoft2.wleiden.net"
83 dhcp : False
84 compass : "no"
85 ns_ip : "172.16.6.18/29"
86 ns_mac : "00:15:6d:ea:f0:6d"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.