source: genesis/nodes/StVictor/wleiden.yaml@ 14101

Last change on this file since 14101 was 14080, checked in by rvanswol, 7 years ago

ap nu op stvictor

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr1"
7gateway : "192.168.178.1"
8latitude : "52.25091"
9location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
10longitude : "4.48922"
11masterip : "172.17.119.1"
12monitoring_group: "noordwijk"
13nodename : "StVictor"
14nodetype : "Hybrid"
15rdnap_x : 93680
16rdnap_y : 474031
17rdr_host : "82.217.208.155"
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.14"
25status : "up"
26
27
28iface_ath0:
29 comment : "Accesspoint Zuid op sectorantenne"
30 ip : "172.17.119.1/24"
31 sdesc : "apz"
32 mode : "ap"
33 type : "11g"
34 channel : 1
35 ssid : "ap-stvictor-z"
36 dhcp : "10-250"
37 compass : "n"
38 status : "up"
39
40
41iface_ue0:
42 comment : "Accesspoint Noord op NanoStation"
43 ip : "172.17.133.1/24"
44 sdesc : "apoost"
45 mode : "apn"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "6"
49 ssid : "ap-stvictor-n"
50 dhcp : "10-250"
51 compass : "n"
52 ns_ip : "172.17.133.2/24"
53 ns_mac : "dc:9f:db:62:14:9b"
54 bridge_type: "NanoStationM2"
55 status : "up"
56
57
58iface_vr0:
59 comment : "Accesspoint noordwest"
60 ip : "172.17.108.1/24"
61 sdesc : "ap-nw"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "36"
66 ssid : "ap-stvictor-nw"
67 compass : "nw"
68 ns_ip : "172.17.108.2/24"
69 ns_mac : "24:a4:3c:72:01:cf"
70 bridge_type: "NanoStation M5"
71 status : "down"
72
73
74iface_vr1:
75 comment : "Internetverbinding"
76 ip : "192.168.178.2/24"
77 sdesc : "2external"
78 type : "eth"
79 dhcp : False
80 status : "up"
81
82
83iface_vr1_alias0:
84 comment : "Link naar Leeuwenhorst"
85 ip : "172.16.6.228/29"
86 sdesc : "2lwhorst"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "60"
91 ssid : "il-w.StVictor.wleiden.net"
92 dhcp : False
93 compass : "w"
94 ns_ip : "172.16.6.227/29"
95 ns_mac : "24:a4:3c:72:02:29"
96 bridge_type: "NanoStation M5"
97 status : "up"
98
99
100iface_vr2:
101 comment : "Link naar AkzoNobel1"
102 ip : "172.16.10.36/29"
103 sdesc : "2akzo1"
104 mode : "ap-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "120"
108 ssid : "il-n.teyakzonobel1.wleiden.net"
109 dhcp : False
110 compass : "z"
111 ns_ip : "172.16.10.35/29"
112 ns_mac : "24:a4:3c:72:02:13"
113 bridge_type: "NanoStation M5"
114 status : "up"
Note: See TracBrowser for help on using the repository browser.