source: genesis/nodes/Robijn2/wleiden.yaml@ 14296

Last change on this file since 14296 was 14288, checked in by huub, 6 years ago

these nodes updated to 11.2

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
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
16rdr_host : "94.208.109.204"
17release : "11.2-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.10"
24status : "up"
25
26
27iface_vr0:
28 comment : "Uplink"
29 ip : "192.168.178.6/24"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : False
33 status : "up"
34
35
36iface_vr0_alias0:
37 comment : "Ethernet naar Robijn via switch"
38 ip : "172.16.3.2/29"
39 sdesc : "2robijn"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44
45iface_vr1:
46 comment : "AP-noord, kabel 1"
47 ip : "172.17.98.1/24"
48 sdesc : "2apnoord"
49 mode : "ap"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "1"
53 ssid : "ap-WirelessLeiden-RobijnN"
54 dhcp : "10-240"
55 compass : "nw"
56 ns_ip : "172.17.98.2/24"
57 ns_mac : "dc:9f:db:36:1d:b7"
58 bridge_type: "NanoStationM2"
59 status : "up"
60
61
62iface_vr2:
63 comment : "AP-oost, kabel 2"
64 ip : "172.17.99.1/24"
65 sdesc : "2apoost"
66 mode : "ap"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "6"
70 ssid : "ap-WirelessLeiden-RobijnO"
71 dhcp : "10-240"
72 compass : "zo"
73 ns_ip : "172.17.99.2/24"
74 ns_mac : "dc:9f:db:36:1d:b5"
75 bridge_type: "NanoStationM2"
76 status : "up"
77
78
Note: See TracBrowser for help on using the repository browser.