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

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

naar 11.2

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 : "11.2-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 dhcp : "10-250"
68 compass : "nw"
69 ns_ip : "172.17.108.2/24"
70 ns_mac : "24:a4:3c:72:01:cf"
71 bridge_type: "NanoStation M5"
72 status : "up"
73
74
75iface_vr1:
76 comment : "Internetverbinding"
77 ip : "192.168.178.2/24"
78 sdesc : "2external"
79 type : "eth"
80 dhcp : False
81 status : "up"
82
83
84iface_vr1_alias0:
85 comment : "Link naar Leeuwenhorst"
86 ip : "172.16.6.228/29"
87 sdesc : "2lwhorst"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "60"
92 ssid : "il-w.StVictor.wleiden.net"
93 dhcp : False
94 compass : "w"
95 ns_ip : "172.16.6.227/29"
96 ns_mac : "24:a4:3c:72:02:29"
97 bridge_type: "NanoStation M5"
98 status : "up"
99
100
101iface_vr2:
102 comment : "Link naar AkzoNobel1"
103 ip : "172.16.10.36/29"
104 sdesc : "2akzo1"
105 mode : "ap-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "120"
109 ssid : "il-n.teyakzonobel1.wleiden.net"
110 dhcp : False
111 compass : "z"
112 ns_ip : "172.16.10.35/29"
113 ns_mac : "24:a4:3c:72:02:13"
114 bridge_type: "NanoStation M5"
115 status : "up"
Note: See TracBrowser for help on using the repository browser.