source: genesis/nodes/CNodeLijtweg2/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.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.18489"
8location : "Lijtweg, 2341 HB, Oegstgeest"
9longitude : "4.47098"
10masterip : "172.23.13.1"
11nodename : "Lijtweg2"
12nodetype : "CNode"
13rdnap_x : 92342
14rdnap_y : 466702
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap zuid"
21 ip : "172.23.13.1/26"
22 sdesc : "ap-z"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Lijtweg2"
27 dhcp : "10-60"
28 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Ethernet naar Lijtweg1"
34 ip : "172.16.253.2/30"
35 sdesc : "2lijtweg1"
36 type : "eth"
37 dhcp : False
38 compass : "None"
39 status : "up"
40
41
42iface_ue1:
43 comment : "Interlink naar KWVdeKaag"
44 ip : "172.16.17.249/29"
45 sdesc : "2unigorn"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "140"
50 ssid : "il-ono.lijtweg2.wleiden.net"
51 dhcp : False
52 compass : "o"
53 ns_ip : "172.16.17.250/29"
54 ns_mac : "00:15:6d:f2:43:eb"
55 status : "up"
56
57
58iface_ue1_alias0:
59 comment : "Link naar Boterhuis"
60 ip : "172.16.6.81/29"
61 sdesc : "2boterhuis"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 dhcp : False
65 compass : "None"
66 status : "down"
67
68
69iface_vr0:
70 comment : "InterLink naar Rustenborch"
71 ip : "172.16.6.33/29"
72 sdesc : "2rustenborch"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "116"
77 ssid : "il-w.lijtweg2.wleiden.net"
78 dhcp : False
79 compass : "zw"
80 ns_ip : "172.16.6.34"
81 ns_mac : "00:15:6d:70:51:c6"
82 status : "up"
83
84
85iface_vr1:
86 comment : "Link naar de Leidse Houtschool"
87 ip : "172.16.3.113/29"
88 sdesc : "2lhs"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "132"
93 ssid : "il-z.lijtweg2.wleiden.net"
94 dhcp : False
95 compass : "z"
96 ns_ip : "172.16.3.114/29"
97 ns_mac : "00:15:6d:71:54:c7"
98 status : "down"
99
100
101iface_vr1_alias0:
102 comment : "Link naar Camimplants"
103 ip : "172.16.6.97/29"
104 sdesc : "2camimplants"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 dhcp : False
108 compass : "None"
109 status : "up"
110
111
112iface_vr2:
113 comment : "InterLink naar Broekplein"
114 ip : "172.16.5.140/29"
115 sdesc : "2broekplein"
116 mode : "station-wds"
117 type : "eth"
118 extra_type : "eth2wifibridge"
119 channel : "44"
120 ssid : "il-w.broekplein.wleiden.net"
121 dhcp : False
122 compass : "o"
123 ns_ip : "172.16.5.139/29"
124 ns_mac : "00:15:6d:70:4d:d3"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.