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

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

kleine correctie config robijn

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