source: genesis/nodes/HybridRobijn/wleiden.yaml@ 11308

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

ip-range lokale subnet Robijn gewijzigd

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15457"
7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
8longitude : "4.46265"
9masterip : "172.20.8.1"
10nodename : "Robijn"
11nodetype : "Hybrid"
12rdnap_x : 91729
13rdnap_y : 463336
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Omni voor de buurt"
24 ip : "172.20.8.1/24"
25 sdesc : "omni"
26 mode : "ap"
27 type : "11b"
28 channel : "4"
29 ssid : "ap-WirelessLeiden-Robijn"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet naar Robijn"
36 ip : "172.17.49.1/24"
37 sdesc : "local"
38 type : "eth"
39 dhcp : "10-250"
40 status : "down"
41
42
43iface_vr0:
44 comment : "A link naar Vosko2 via nanostation"
45 ip : "172.16.4.116/29"
46 sdesc : "2vosko2"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 ssid : "il-w.vosko.wleiden.net"
51 dhcp : False
52 compass : "o"
53 ns_ip : "172.16.4.115/29"
54 ns_mac : "00:15:6d:f2:39:37"
55 bridge_type: "NanoStation5"
56 status : "up"
57
58
59iface_vr1:
60 comment : "A Link naar Unigor via nanostation"
61 ip : "172.16.5.220/29"
62 sdesc : "2unigorA"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 ssid : "il-z.unigor1.wleiden.net"
67 dhcp : False
68 compass : "n"
69 ns_ip : "172.16.5.219/29"
70 ns_mac : "00:15:6d:f2:39:44"
71 bridge_type: "NanoStation5"
72 status : "up"
73
74
75iface_vr2:
76 comment : "A Link naar AJSoft via nanostation"
77 ip : "172.16.5.228/29"
78 sdesc : "2ajsoft"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 ssid : "il-nw.ajsoft1.wleiden.net"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.16.5.227/29"
86 ns_mac : "00:15:6d:f2:38:07"
87 bridge_type: "NanoStation5"
88 status : "up"
89
90
Note: See TracBrowser for help on using the repository browser.