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

Last change on this file since 13396 was 13124, checked in by huub, 10 years ago

Robijn ssid aangepast

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 : "WiFi-Leiden"
34 wlan_mac : "00:0b:6b:81:19:bf"
35 dhcp : "10-250"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Uplink"
41 ip : "192.168.178.5/24"
42 sdesc : "uplink"
43 type : "eth"
44 dhcp : False
45 status : "up"
46
47
48iface_ue0_alias0:
49 comment : "Ethernet naar Robijn"
50 ip : "172.16.3.1/29"
51 sdesc : "2robijn2"
52 type : "eth"
53 dhcp : False
54 status : "up"
55
56
57iface_vr0:
58 comment : "A link naar Vosko2 via nanostation"
59 ip : "172.16.4.84/29"
60 sdesc : "2vosko2"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "140"
65 ssid : "il-w.vosko.wleiden.net"
66 dhcp : False
67 compass : "o"
68 ns_ip : "172.16.4.83/29"
69 ns_mac : "00:15:6d:f2:39:3d"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr1:
75 comment : "A Link naar Robijn3 via nanostation"
76 ip : "172.16.3.204/29"
77 sdesc : "2robijn3"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "36"
82 ssid : "il-no.robijn3.wleiden.net"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.16.3.203/29"
86 ns_mac : "dc:9f:db:e4:98:c9"
87 bridge_type: "NanoStationM5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "A Link naar AJSoft1 via nanostation"
93 ip : "172.16.5.228/29"
94 sdesc : "2ajsoft"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "60"
99 ssid : "il-nnw.ajsoft1.wleiden.net"
100 dhcp : False
101 compass : "z"
102 ns_ip : "172.16.5.227/29"
103 ns_mac : "00:15:6d:f2:38:07"
104 bridge_type: "NanoStation5"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.