source: genesis/nodes/HybridRoomburgh2/wleiden.yaml@ 11291

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

roomburgh2 correctie

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.15108"
8location : "R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden"
9longitude : "4.51322"
10masterip : "172.18.49.1"
11nodename : "Roomburgh2"
12nodetype : "Hybrid"
13rdnap_x : 95185
14rdnap_y : 462905
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "AP voor de Zuidzijde"
25 ip : "172.18.49.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "4"
30 ssid : "ap-WirelessLeiden-Roomburgh2"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link to Zijloever via Nanostation5"
37 ip : "172.16.4.233/29"
38 sdesc : "2zijloever"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "44"
43 ssid : "il-n.roomburgh3.wleiden.net"
44 dhcp : False
45 compass : "n"
46 ns_ip : "172.16.4.234/29"
47 ns_mac : "00:15:6d:ea:f0:28"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Lokaal subnet"
54 ip : "172.18.49.72/28"
55 sdesc : "localsubnet"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr1:
62 comment : "link naar DeClercq"
63 ip : "172.16.5.180/29"
64 sdesc : "2noordoost"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "44"
69 ssid : "il-w.declercq.wleiden.net"
70 dhcp : False
71 compass : "o"
72 ns_ip : "172.16.5.179/29"
73 ns_mac : "00:15:6d:ea:f0:5f"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
78iface_vr2:
79 comment : "Link naar LivingLab"
80 ip : "172.16.4.57/29"
81 sdesc : "2LivingLab"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "116"
86 ssid : "il-zw.roomburgh2.wleiden.net"
87 dhcp : False
88 compass : "w"
89 ns_ip : "172.16.4.58/29"
90 ns_mac : "00:15:6d:eb:ef:a7"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.