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

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

link robijn robijn3 omgezet

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