source: genesis/nodes/CNodeLijtweg2/wleiden.yaml@ 10832

Last change on this file since 10832 was 10779, checked in by richardvm, 13 years ago

added gateway for hybrid nodes

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