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

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

interlink vosko2 - robijn omgenummerd ivm betere routering naar internet nl via ajsoft-livinglab

File size: 2.1 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"
10monitoring_group: "wleiden"
11nodename : "Robijn"
12nodetype : "Hybrid"
13rdnap_x : 91729
14rdnap_y : 463336
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor de buurt"
26 ip : "172.20.8.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "ap-WirelessLeiden-Robijn"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Ethernet naar Robijn"
38 ip : "172.17.49.1/24"
39 sdesc : "local"
40 type : "eth"
41 dhcp : "10-250"
42 status : "down"
43
44
45iface_vr0:
46 comment : "A link naar Vosko2 via nanostation"
47 ip : "172.16.6.4/29"
48 sdesc : "2vosko2"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 ssid : "il-w.vosko.wleiden.net"
53 dhcp : False
54 compass : "o"
55 ns_ip : "172.16.6.3/29"
56 ns_mac : "00:15:6d:f2:39:3d"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr1:
62 comment : "A Link naar Unigor via nanostation"
63 ip : "172.16.5.220/29"
64 sdesc : "2unigorA"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 ssid : "il-z.unigor1.wleiden.net"
69 dhcp : False
70 compass : "n"
71 ns_ip : "172.16.5.219/29"
72 ns_mac : "00:15:6d:f2:39:44"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "A Link naar AJSoft via nanostation"
79 ip : "172.16.5.228/29"
80 sdesc : "2ajsoft"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 ssid : "il-nw.ajsoft1.wleiden.net"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.16.5.227/29"
88 ns_mac : "00:15:6d:f2:38:07"
89 bridge_type: "NanoStation5"
90 status : "up"
91
92
Note: See TracBrowser for help on using the repository browser.