source: genesis/nodes/HybridRijnVliet/wleiden.yaml@ 11692

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

link naar hortus toegevoegd bij rijnvliet

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15001"
7location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
8longitude : "4.47320"
9masterip : "172.20.128.1"
10monitoring_group: "wleiden"
11nodename : "RijnVliet"
12nodetype : "Hybrid"
13rdnap_x : 92445
14rdnap_y : 462819
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: True
21status : "up"
22
23iface_ath0:
24 comment : "AP voor de buurt"
25 ip : "172.20.128.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "7"
30 ssid : "ap-WirelessLeiden-Rijnvliet"
31 dhcp : "10-250"
32 status : "up"
33
34iface_ue0:
35 comment : "Ap2"
36 ip : "172.17.4.1/24"
37 sdesc : "ap2"
38 mode : "ap"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "11"
42 ssid : "ap-WirelessLeiden-Rijnvliet2"
43 dhcp : "10-250"
44 compass : "zw"
45 ns_ip : "172.17.4.2"
46 ns_mac : "00:15:6d:e9:f9:b0"
47 bridge_type: "Bullet2"
48 status : "up"
49
50iface_vr0:
51 comment : "Ethernet naar internet gateway 83.160.182.1/24"
52 ip : "0.0.0.0/30"
53 sdesc : "2internet"
54 type : "eth"
55 dhcp : "client"
56 status : "up"
57
58iface_vr1:
59 comment : "Link naar IMI"
60 ip : "172.16.5.241/29"
61 sdesc : "2imi"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "60"
66 ssid : "il-no.rv.wleiden.net"
67 dhcp : False
68 compass : "no"
69 ns_ip : "172.16.5.242/29"
70 ns_mac : "00:15:6d:ed:82:7c"
71 bridge_type: "NanoStation5"
72 status : "up"
73
74iface_vr1_alias0:
75 comment : "Link naar Hortus"
76 ip : "172.16.4.164/29"
77 sdesc : "2hortus"
78 type : "eth"
79 dhcp : False
80 status : "up"
81
82iface_vr2:
83 comment : "Link naar AJSoft2"
84 ip : "172.16.6.20/29"
85 sdesc : "2ajsoft"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "52"
90 ssid : "il-o.ajsoft2.wleiden.net"
91 dhcp : False
92 compass : "zw"
93 ns_ip : "172.16.6.19/29"
94 ns_mac : "00:15:6d:ec:82:40"
95 bridge_type: "NanoStation5"
96 status : "up"
97
Note: See TracBrowser for help on using the repository browser.