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

Last change on this file since 11051 was 11051, checked in by rick, 12 years ago

Sync a bunch of meta data information.

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"
12nodename : "Langevoort"
13nodetype : "Hybrid"
14rdnap_x : 92755
15rdnap_y : 466842
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor de buurt"
26 ip : "172.23.25.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11b"
30 channel : "5"
31 ssid : "ap-WirelessLeiden-Langevoort"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "External Link"
38 ip : "192.168.1.70/24"
39 sdesc : "2external"
40 type : "eth"
41 dhcp : "client"
42 status : "up"
43
44
45iface_vr1:
46 comment : "Extra AP"
47 ip : "172.17.41.1/24"
48 sdesc : "ap2"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "8"
53 ssid : "ap-WirelessLeiden-Langevoort2"
54 dhcp : "10-240"
55 ns_ip : "172.17.41.2/24"
56 ns_mac : "00:15:6d:d5:f8:36"
57 bridge_type: "Bullet2"
58 status : "up"
59
60
61iface_vr2:
62 comment : "Link naar Lijtweg1"
63 ip : "172.16.6.4/29"
64 sdesc : "2lijtweg1"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "2"
69 ssid : "il-o.lijtweg1.wleiden.net"
70 dhcp : False
71 compass : "w"
72 ns_ip : "172.16.6.3/29"
73 ns_mac : "00:15:6d:e9:f9:bd"
74 bridge_type: "Bullet2"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.