source: genesis/nodes/HybridRobijn2/wleiden.yaml@ 12288

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

config verandering Robijn2, geen lokaal ap, geen ue0 voor link naar wleiden.net

File size: 1.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5gateway : "192.168.178.1"
6comment : "None"
7latitude : "52.15457"
8location : "Zorgcentrum Robijnhof Recreatiezaal, Robijnhof 1, 2332 KJ, Leiden"
9longitude : "4.46265"
10masterip : "172.17.97.1"
11monitoring_group: "wleiden"
12nodename : "Robijn2"
13nodetype : "Hybrid"
14rdnap_x : 91729
15rdnap_y : 463336
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "down"
23
24iface_vr0:
25 comment : "Uplink"
26 ip : "192.168.178.25/24"
27 sdesc : "uplink"
28 type : "eth"
29 dhcp : False
30 status : "up"
31
32iface_vr1:
33 comment : "AP-noord"
34 ip : "172.17.98.1/24"
35 sdesc : "2apnoord"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "1"
39 ssid : "ap-WirelessLeiden-RobijnN"
40 dhcp : 10-240
41 compass : "nw"
42 ns_ip : "172.17.98.2/24"
43 ns_mac : "DC:9F:DB:36:1D:B7"
44 bridge_type: "NanoStationM2"
45 status : "up"
46
47iface_vr2:
48 comment : "AP-oost"
49 ip : "172.17.99.1/24"
50 sdesc : "2apoost"
51 mode : "ap"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "6"
55 ssid : "ap-WirelessLeiden-RobijnO"
56 dhcp : 10-240
57 compass : "zo"
58 ns_ip : "172.17.99.2/24"
59 ns_mac : "DC:9F:DB:36:1D:B5"
60 bridge_type: "NanoStationM2"
61 status : "up"
62
63
Note: See TracBrowser for help on using the repository browser.