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

Last change on this file since 12790 was 12723, checked in by huub, 11 years ago

typo in config Robijn ssid link naar AJSoft

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5externalif: "ue0"
6gateway : "192.168.178.1"
7latitude : "52.15457"
8location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
9longitude : "4.46265"
10masterip : "172.20.8.1"
11monitoring_group: "wleiden"
12nodename : "Robijn"
13nodetype : "Hybrid"
14rdnap_x : 91729
15rdnap_y : 463336
16release : "9.0-RELEASE"
17remote_access: "83.86.137.210:22"
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.20.8.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-WirelessLeiden-Robijn"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Uplink"
40 ip : "192.168.178.10/24"
41 sdesc : "uplink"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_ue0_alias0:
48 comment : "Ethernet naar Robijn"
49 ip : "172.16.3.1/29"
50 sdesc : "2robijn2"
51 type : "eth"
52 dhcp : False
53 status : "up"
54
55
56iface_vr0:
57 comment : "A link naar Vosko2 via nanostation"
58 ip : "172.16.4.84/29"
59 sdesc : "2vosko2"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "140"
64 ssid : "il-w.vosko.wleiden.net"
65 dhcp : False
66 compass : "o"
67 ns_ip : "172.16.4.83/29"
68 ns_mac : "00:15:6d:f2:39:3d"
69 bridge_type: "NanoStation5"
70 status : "up"
71
72
73iface_vr1:
74 comment : "A Link naar Robijn3 via nanostation"
75 ip : "172.16.3.204/29"
76 sdesc : "2robijn3"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "36"
81 ssid : "il-no.robijn3.wleiden.net"
82 dhcp : False
83 compass : "z"
84 ns_ip : "172.16.3.203/29"
85 ns_mac : "dc:9f:db:e4:98:c9"
86 bridge_type: "NanoStationM5"
87 status : "up"
88
89
90iface_vr2:
91 comment : "A Link naar AJSoft1 via nanostation"
92 ip : "172.16.5.228/29"
93 sdesc : "2ajsoft"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "60"
98 ssid : "il-nnw.ajsoft1.wleiden.net"
99 dhcp : False
100 compass : "z"
101 ns_ip : "172.16.5.227/29"
102 ns_mac : "00:15:6d:f2:38:07"
103 bridge_type: "NanoStation5"
104 status : "up"
105
106
Note: See TracBrowser for help on using the repository browser.