source: genesis/nodes/HybridLijtweg1/wleiden.yaml@ 11295

Last change on this file since 11295 was 11259, checked in by huub, 12 years ago

hofwijck, lijtweg1,2 en kaag1,2 naar hybrid

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18523"
7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
8longitude : "4.47100"
9masterip : "172.23.12.1"
10nodename : "Lijtweg1"
11nodetype : "CNode"
12rdnap_x : 92344
13rdnap_y : 466740
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Ap noord"
24 ip : "172.23.12.1/24"
25 sdesc : "ap-n"
26 mode : "ap"
27 type : "11b"
28 channel : "4"
29 ssid : "ap-WirelessLeiden-Lijtweg1"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Lange Voort"
36 ip : "172.16.6.1/29"
37 sdesc : "2langevoort"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "2"
42 ssid : "il-o.lijtweg1.wleiden.net"
43 dhcp : False
44 compass : "o"
45 ns_ip : "172.16.6.2"
46 ns_mac : "00:15:6d:e9:e7:20"
47 bridge_type: "Bullet2"
48 status : "up"
49
50
51iface_ue1:
52 comment : "Ethernet naar Lijtweg2"
53 ip : "172.16.253.1/30"
54 sdesc : "2lijtweg2"
55 type : "eth"
56 dhcp : False
57 status : "up"
58
59
60iface_vr0:
61 comment : "InterLink naar Rene"
62 ip : "172.16.6.9/29"
63 sdesc : "2rene"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "108"
68 ssid : "il-n.lijtweg1.wleiden.net"
69 dhcp : False
70 compass : "n"
71 ns_ip : "172.16.6.10"
72 ns_mac : "00:15:6d:71:53:4e"
73 bridge_type: "NanoStation5"
74 status : "down"
75
76
77iface_vr1:
78 comment : "Link naar Hofwijck"
79 ip : "172.16.3.105/29"
80 sdesc : "2hofwijck"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "124"
85 ssid : "il-o.lijtweg1.wleiden.net"
86 dhcp : False
87 compass : "o"
88 ns_ip : "172.16.3.106"
89 ns_mac : "00:15:6d:71:53:86"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
94iface_vr1_alias0:
95 comment : "Link naar Kaag1"
96 ip : "172.16.3.1/29"
97 sdesc : "2kaag1"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 dhcp : False
102 status : "up"
103
104
105iface_vr2:
106 comment : "Link naar Aster"
107 ip : "172.16.17.89/29"
108 sdesc : "2aster"
109 mode : "ap-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "116"
113 ssid : "il-w.lijtweg1.wleiden.net"
114 dhcp : False
115 compass : "w"
116 ns_ip : "172.16.17.90/29"
117 ns_mac : "00:15:6d:70:54:65"
118 bridge_type: "NanoStation5"
119 status : "up"
120
121
Note: See TracBrowser for help on using the repository browser.