source: genesis/nodes/HybridJuffermans/wleiden.yaml@ 11671

Last change on this file since 11671 was 11645, checked in by huub, 12 years ago

kanaalverhuizing bij som1

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "17"
7latitude : "52.18838"
8location : "Jachtwerf Juffermans, Veerpolder 69, 2361 KZ, Warmond"
9longitude : "4.50260"
10masterip : "172.17.53.1"
11monitoring_group: "wleiden"
12nodename : "Juffermans"
13nodetype : "Hybrid"
14portal_sponsor: "Jachtwerf Juffermans"
15portal_url: "http://www.jachthavenjuffermans.nl/"
16rdnap_x : "094509"
17rdnap_y : 467063
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: False
24status : "up"
25
26
27iface_ath0:
28 comment : "Ap3"
29 ip : "172.17.55.1/24"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11b"
33 channel : "6"
34 ssid : "ap-WL-JachtwerfJuffermans"
35 dhcp : "10-250"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Apo "
41 ip : "172.17.53.1/24"
42 sdesc : "aps"
43 mode : "ap"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "11"
47 ssid : "ap-WL-JachthvnJuffermans-o"
48 dhcp : "10-250"
49 compass : "o"
50 ns_ip : "172.17.53.2/24"
51 ns_mac : "00:27:22:E2:50:B5"
52 status : "up"
53
54
55iface_ue1:
56 comment : "Apw "
57 ip : "172.17.54.1/24"
58 sdesc : "aps"
59 mode : "ap"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "2"
63 ssid : "ap-WL-JachthvnJuffermans-w"
64 dhcp : "10-250"
65 compass : "w"
66 ns_ip : "172.17.54.2/24"
67 ns_mac : "00:27:22:E2:53:27"
68 status : "up"
69
70
71iface_vr0:
72 comment : "Interlink noordoost via switch"
73 ip : "172.16.3.97/29"
74 sdesc : "2kaag2"
75 mode : "ap-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "60"
79 ssid : "il-no.juffermans.wleiden.net"
80 dhcp : False
81 compass : "no"
82 ns_ip : "172.16.3.98/29"
83 ns_mac : "00:27:22:10:FD:8E"
84 bridge_type: "NanoStation M5"
85 status : "up"
86
87
88iface_vr0_alias0:
89 comment : "Ethernet naar interlink oost via switch"
90 ip : "172.16.3.121/29"
91 sdesc : "2boterhuis"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "36"
96 ssid : "il-o.juffermans.wleiden.net"
97 dhcp : False
98 compass : "o"
99 ns_ip : "172.16.3.122/29"
100 ns_mac : "00:27:22:8A:3D:2C"
101 bridge_type: "NanoStation M5"
102 status : "up"
103
104
105iface_vr1:
106 comment : "Link Lijtweg2"
107 ip : "172.16.3.148/29"
108 sdesc : "2lijtweg2"
109 mode : "station-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "161"
113 ssid : "il-ono.lijtweg2.wleiden.net"
114 dhcp : False
115 compass : "w"
116 ns_ip : "172.16.3.147/29"
117 ns_mac : "00:27:22:8A:3B:C4"
118 status : "up"
119
120
121iface_vr2:
122 comment : "Link naar SOM1"
123 ip : "172.16.3.164/29"
124 sdesc : "2som1"
125 mode : "station-wds"
126 type : "eth"
127 extra_type : "eth2wifibridge"
128 channel : "108"
129 ssid : "il-n.som1.wleiden.net"
130 dhcp : False
131 compass : "z"
132 ns_ip : "172.16.3.163/29"
133 ns_mac : "00:27:22:8A:3B:B6"
134 bridge_type: "NanoStation M5"
135 status : "up"
136
137
Note: See TracBrowser for help on using the repository browser.