source: genesis/nodes/Lijtweg1/wleiden.yaml@ 13877

Last change on this file since 13877 was 13877, checked in by huub, 8 years ago

lijtweg1 config link naar lijtweg2 ook via switch op vr0

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18523"
7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
8longitude : "4.47100"
9masterip : "172.23.12.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg1"
12nodetype : "Hybrid"
13rdnap_x : 92344
14rdnap_y : 466740
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23iface_ath0:
24 comment : "Ap noord"
25 ip : "172.23.12.1/24"
26 sdesc : "ap-n"
27 mode : "ap"
28 type : "11g"
29 channel : 11
30 ssid : "WiFi-Oegstgeest"
31 wlan_mac : "00:1b:b1:05:02:7c"
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "Extra ap west richting Rabobank"
37 ip : "172.17.69.1/24"
38 sdesc : "AP-west"
39 mode : "ap3"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "2"
43 ssid : "WiFi-Oegstgeest-3"
44 dhcp : "10-250"
45 compass : "w"
46 ns_ip : "172.17.69.2"
47 ns_mac : "00:27:22:e2:53:1c"
48 bridge_type: "NanoStationM2"
49 status : "up"
50
51iface_vr0:
52 comment : "Link naar Voorhout TEYBestuurscentrum via switch poort 1"
53 ip : "172.16.4.113/29"
54 sdesc : "2teybc"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "56"
59 ssid : "il-n.lijtweg1.wleiden.net"
60 dhcp : False
61 compass : "n"
62 ns_ip : "172.16.4.114"
63 ns_mac : "dc:9f:db:2e:0b:03"
64 bridge_type: "NanoBridgeM5"
65 status : "up"
66
67iface_vr0_alias0:
68 comment : "Ethernet naar Lijtweg2"
69 ip : "172.16.253.1/30"
70 sdesc : "2lijtweg2"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75iface_vr0_alias1:
76 comment : "naar Lora Gateway via switch poort 4"
77 ip : "172.31.250.17/29"
78 dhcp : False
79 type : "eth"
80
81iface_vr1:
82 comment : "Link naar xxxx"
83 ip : "172.16.6.145/29"
84 sdesc : "2kaag1"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "124"
89 ssid : "il-o.lijtweg1.wleiden.net"
90 dhcp : False
91 compass : "no"
92 ns_ip : "172.16.6.146"
93 ns_mac : "00:15:6d:70:53:86"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97iface_vr1_alias0:
98 comment : "Link naar Langevoort"
99 ip : "172.16.6.241/29"
100 sdesc : "2langevoort"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 dhcp : False
104 bridge_type: "NanoStation M5"
105 status : "up"
106
107iface_vr2:
108 comment : "Link naar Aster"
109 ip : "172.16.17.89/29"
110 sdesc : "2aster"
111 mode : "ap-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 channel : "116"
115 ssid : "il-w.lijtweg1.wleiden.net"
116 dhcp : False
117 compass : "w"
118 ns_ip : "172.16.17.90/29"
119 ns_mac : "00:15:6d:70:54:65"
120 bridge_type: "NanoStation5"
121 status : "up"
122
Note: See TracBrowser for help on using the repository browser.