source: genesis/nodes/Watertoren2/wleiden.yaml@ 14200

Last change on this file since 14200 was 14200, checked in by rick, 6 years ago

Fix internet not working at Recreatiepark

Uplink IP needs to be listed first in line, since this will
be used as NAT IP addres.

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.0.1"
7ileiden : True
8latitude : "52.25493"
9location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.10.1"
12monitoring_group: "wleiden"
13nodename : "Watertoren2"
14nodetype : "Hybrid"
15rdnap_x : 111998
16rdnap_y : 474286
17release : "9.0-RELEASE"
18remote_access: "watertoren.ddns.net:1023"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.23"
25status : "up"
26
27
28iface_ath0:
29 comment : "OMNI voor Wifi op de westeinder (MastX:PostX)"
30 ip : "172.17.10.1/26"
31 sdesc : "ap-omni"
32 mode : "ap"
33 type : "11g"
34 channel : 1
35 ssid : "WiFi-Westeinder-Watertoren2"
36 wlan_mac : "00:0b:6b:85:66:bb"
37 dhcp : "20-60"
38 status : "up"
39
40
41iface_ue0:
42 comment : "Link naar Kaag2 via NSM5 (Mast2:Pos4)"
43 ip : "172.16.9.169/29"
44 sdesc : "2kaag2"
45 mode : "ap-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "60"
49 ssid : "il-zw.watertoren2.wleiden.net"
50 dhcp : False
51 compass : "w"
52 ns_ip : "172.16.9.170/29"
53 ns_mac : "dc:9f:db:2a:27:9c"
54 bridge_type: "NanoStation M5"
55 status : "up"
56
57
58iface_vr0:
59 comment : "Ethernet / Switchport: 2 gele patchkabel"
60 ip : "192.168.0.11/24"
61 sdesc : "uplink"
62 type : "eth"
63 dhcp : False
64 status : "up"
65
66
67iface_vr0_alias0:
68 comment : "Watertoren internal ring"
69 ip : "172.25.90.65/29"
70 sdesc : "2ring"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75
76iface_vr1:
77 comment : "Unused (Mast3:Pos2)"
78 ip : "172.16.16.97/29"
79 sdesc : "2kempersextra"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "100"
84 ssid : "il-zw2.watertoren2.wleiden.net"
85 dhcp : False
86 compass : "zw"
87 ns_ip : "172.16.16.98/29"
88 ns_mac : "04:18:d6:cc:01:5d"
89 bridge_type: "NanoStationM5"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Nanostation naar Drijfhuis (Mast1:Pos3)"
95 ip : "172.16.16.33/29"
96 sdesc : "2drijfhuis"
97 mode : "ap-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "132"
101 ssid : "il-nw-2.watertoren2.wleiden.net"
102 dhcp : False
103 compass : "nw"
104 ns_ip : "172.16.16.34/29"
105 ns_mac : "04:18:d6:ca:fd:a1"
106 bridge_type: "NanoStation5"
107 status : "up"
108
109
Note: See TracBrowser for help on using the repository browser.