source: genesis/nodes/DeClercq/wleiden.yaml@ 14398

Last change on this file since 14398 was 14290, checked in by huub, 6 years ago

update naar 11.2

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.125.162.249"
7latitude : "52.15060"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "4.52066"
10masterip : "172.18.128.1"
11monitoring_group: "wleiden"
12nodename : "DeClercq"
13nodetype : "Hybrid"
14rdnap_x : 95694
15rdnap_y : 462845
16rdr_host : "213.125.162.253"
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.1"
24status : "up"
25
26
27iface_ath0:
28 comment : "AP voor de buurt"
29 ip : "172.18.128.1/24"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11g"
33 channel : 1
34 ssid : "WiFi-Leiden"
35 wlan_mac : "00:1b:b1:00:ed:6e"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Link naar noordwest"
42 ip : "172.16.6.81/29"
43 sdesc : "2nw"
44 mode : "ap-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "52"
48 ssid : "il-nw.declercq.wleiden.net"
49 dhcp : False
50 compass : "nw"
51 ns_ip : "172.16.6.82/29"
52 ns_mac : "00:15:6d:ea:f0:63"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Link naar Router Ziggo 40/8"
59 ip : "213.125.162.253/29"
60 sdesc : "uplink"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr1:
67 comment : "Link west naar Roomburgh2"
68 ip : "172.16.5.177/29"
69 sdesc : "2roomburgh2"
70 mode : "ap-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-w.declercq.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.5.178/29"
78 ns_mac : "00:15:6d:ea:f0:70"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Link to Leythenrode"
85 ip : "172.16.5.172/29"
86 sdesc : "2leythenrode"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "44"
91 ssid : "il-zw.leythenrode.wleiden.net"
92 dhcp : False
93 compass : "no"
94 ns_ip : "172.16.5.171/29"
95 ns_mac : "00:15:6d:ea:f0:7b"
96 bridge_type: "NanoStation5"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.