source: genesis/nodes/HybridLangevoort/wleiden.yaml@ 11637

Last change on this file since 11637 was 11623, checked in by huub, 12 years ago

´enkele

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.69"
7ileiden : True
8latitude : "52.18620"
9location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
10longitude : "4.47699"
11masterip : "172.23.25.1"
12monitoring_group: "wleiden"
13nodename : "Langevoort"
14nodetype : "Hybrid"
15rdnap_x : 92755
16rdnap_y : 466842
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor de buurt"
28 ip : "172.23.25.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11b"
32 channel : "6"
33 ssid : "ap-WirelessLeiden-Langevoort"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "External Link"
40 ip : "192.168.1.70/24"
41 sdesc : "2external"
42 type : "eth"
43 dhcp : "client"
44 status : "up"
45
46
47iface_vr1:
48 comment : "Extra AP"
49 ip : "172.17.41.1/24"
50 sdesc : "ap2"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "11"
55 ssid : "ap-WirelessLeiden-Langevoort2"
56 dhcp : "10-240"
57 ns_ip : "172.17.41.2/24"
58 ns_mac : "00:15:6d:d5:f8:36"
59 bridge_type: "Bullet2"
60 status : "up"
61
62
63iface_vr2:
64 comment : "Link naar Lijtweg1"
65 ip : "172.16.6.4/29"
66 sdesc : "2lijtweg1"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "2"
71 ssid : "il-o.lijtweg1.wleiden.net"
72 dhcp : False
73 compass : "w"
74 ns_ip : "172.16.6.3/29"
75 ns_mac : "00:15:6d:e9:f9:bd"
76 bridge_type: "Bullet2"
77 status : "up"
78
79
Note: See TracBrowser for help on using the repository browser.