source: genesis/nodes/DeClercq/wleiden.yaml@ 13613

Last change on this file since 13613 was 13210, checked in by huub, 10 years ago

link meelfabriek1 declercq weg nu il-nw.declercq in ap modus

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.125.162.249"
7latitude : "52.15060"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "4.52066"
10masterip : "172.18.128.1"
11monitoring_group: "wleiden"
12nodename : "DeClercq"
13nodetype : "Hybrid"
14rdnap_x : 95694
15rdnap_y : 462845
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "AP voor de buurt"
27 ip : "172.18.128.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Leiden"
33 wlan_mac : "00:1b:b1:00:ed:6e"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar noordwest"
40 ip : "172.16.6.81/29"
41 sdesc : "2nw"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "52"
46 ssid : "il-nw.declercq.wleiden.net"
47 dhcp : False
48 compass : "nw"
49 ns_ip : "172.16.6.82/29"
50 ns_mac : "00:15:6d:ea:f0:63"
51 bridge_type: "NanoStation5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link naar Router Ziggo 40/8"
57 ip : "213.125.162.253/29"
58 sdesc : "uplink"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr1:
65 comment : "Link west naar Roomburgh2"
66 ip : "172.16.5.177/29"
67 sdesc : "2roomburgh2"
68 mode : "ap-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "36"
72 ssid : "il-w.declercq.wleiden.net"
73 dhcp : False
74 compass : "w"
75 ns_ip : "172.16.5.178/29"
76 ns_mac : "00:15:6d:ea:f0:70"
77 bridge_type: "NanoStation5"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Link to Leythenrode"
83 ip : "172.16.5.172/29"
84 sdesc : "2leythenrode"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "44"
89 ssid : "il-zw.leythenrode.wleiden.net"
90 dhcp : False
91 compass : "no"
92 ns_ip : "172.16.5.171/29"
93 ns_mac : "00:15:6d:ea:f0:7b"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.