source: genesis/nodes/Lijtweg2/wleiden.yaml@ 13953

Last change on this file since 13953 was 13953, checked in by huub, 7 years ago

kleine correctie config lijtweg2

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
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
23
24iface_ath0:
25 comment : "Ap zuid"
26 ip : "172.23.13.1/24"
27 sdesc : "ap-z"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Oegstgeest"
32 wlan_mac : "00:1b:b1:02:bf:7a"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "InterLink naar Broekplein"
39 ip : "172.16.5.137/29"
40 sdesc : "2broekplein"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "44"
45 ssid : "il-ozo.lijtweg2.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.5.138/29"
49 ns_mac : "00:15:6d:70:4d:d3"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "InterLink naar Hofwijck"
56 ip : "172.16.3.105/29"
57 sdesc : "2hofwijck"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_ue0_alias1:
64 comment : "Interlink naar KWVdeKaag"
65 ip : "172.16.17.249/29"
66 sdesc : "2kwv"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71iface_vr0:
72 comment : "naar Lijtweg1 en Lora Gateway 172.31.250.18, Lijtweg1 RBswitch poort 4"
73 ip : "172.31.250.19/29"
74 dhcp : False
75 type : "eth"
76
77
78iface_vr0_alias0:
79 comment : "Link naar Juffermans via switch nano 172.16.17.146 00:15:6d:f2:43:eb"
80 ip : "172.16.3.145/29"
81 sdesc : "2juffermans"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "140"
86 ssid : "il-ono.lijtweg2.wleiden.net"
87 dhcp : False
88 compass : "o"
89 ns_ip : "172.16.17.146/29"
90 ns_mac : "00:15:6d:f2:43:eb"
91 bridge_type: "NanoStation M5"
92 status : "up"
93
94
95iface_vr1:
96 comment : "Link naar HuygensN2"
97 ip : "172.16.3.113/29"
98 sdesc : "2huygN2"
99 mode : "ap-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "132"
103 ssid : "il-z.lijtweg2.wleiden.net"
104 dhcp : False
105 compass : "z"
106 ns_ip : "172.16.3.114/29"
107 ns_mac : "04:18:d6:56:a4:66"
108 bridge_type: "NanoStation M5"
109 status : "up"
110
111
112iface_vr1_alias0:
113 comment : "Link naar Lebkov ? "
114 ip : "172.16.3.129/29"
115 sdesc : "2lebkov"
116 type : "eth"
117 dhcp : False
118 status : "up"
119
120iface_vr2:
121 comment : "InterLink naar Rustenborch"
122 ip : "172.16.6.33/29"
123 sdesc : "2rustenborch"
124 mode : "station-wds"
125 type : "eth"
126 extra_type : "eth2wifibridge"
127 channel : "64"
128 ssid : "il-w.lijtweg2.wleiden.net"
129 dhcp : False
130 compass : "zw"
131 ns_ip : "172.16.6.34"
132 ns_mac : "04:18:d6:56:ad:5e"
133 bridge_type: "NanoStation5 M5"
134 status : "up"
135
136
137
138
Note: See TracBrowser for help on using the repository browser.