source: genesis/nodes/Watertoren1/wleiden.yaml@ 14316

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

Watertoren gateway has been removed for time beeing

Herman proposed as alternative.

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.25493"
7location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
8longitude : "4.75742"
9masterip : "172.17.9.1"
10monitoring_group: "wleiden"
11nodename : "Watertoren1"
12nodetype : "Hybrid"
13rdnap_x : 111998
14rdnap_y : 474286
15rdr_host : "watertoren.ddns.net"
16release : "9.0-RELEASE"
17remote_access: "watertoren.ddns.net:1022"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23serviceid : "172.31.254.22"
24status : "up"
25
26
27iface_ath0:
28 comment : "OMNI voor Wifi op de westeinder (Mast3:Pos2)"
29 ip : "172.17.9.1/26"
30 sdesc : "ap-omni"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "WiFi-Westeinder-Watertoren1"
35 wlan_mac : "00:0b:6b:85:64:78"
36 dhcp : "20-60"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Nieuwe Link naar ... (Mastx:Posy) nog niet aangesloten - NM5 zit op watertoren2-vr1"
42 ip : "172.16.5.17/29"
43 sdesc : "nieuw"
44 mode : "ap-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "40"
48 ssid : "il-X.watertoren1.wleiden.net"
49 dhcp : False
50 compass : "w"
51 ns_ip : "172.16.5.18/29"
52 ns_mac : "04:18:d6:ca:fd:fe"
53 bridge_type: "NanoStationM5"
54 status : "down"
55
56
57iface_vr0:
58 comment : "Ethernet/ Switchport: 3 rode patchkabel naar switch"
59 ip : "192.168.0.10/24"
60 sdesc : "uplink"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr0_alias0:
67 comment : "Watertoren internal ring"
68 ip : "172.25.90.67/29"
69 sdesc : "2ring"
70 type : "eth"
71 dhcp : False
72 status : "up"
73
74
75iface_vr1:
76 comment : "M5 naar Amsterdam (Mast1:Pos2) rode patchkabel naar PoE LAN1-> kabel 1"
77 ip : "172.16.16.89/29"
78 sdesc : "2ams"
79 mode : "ap-wds"
80 type : "eth"
81 channel : "44"
82 ssid : "il-nno.watertoren1.wleiden.net"
83 dhcp : False
84 compass : "nw"
85 ns_ip : "172.16.16.90/29"
86 ns_mac : "dc:9f:db:2a:1d:17"
87 bridge_type: "NanoStationM5"
88 status : "up"
89
90
91iface_vr1_alias_0:
92 comment : "Network TechInc"
93 ip : "172.17.92.1/24"
94 type : "eth"
95 dhcp : False
96 status : "up"
97
98
99iface_vr2:
100 comment : "Naar Herman; Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35 rode patchkabel naar PoE LAN2-> kabel 2"
101 ip : "172.17.0.33/28"
102 sdesc : "2herman"
103 mode : "ap-wds"
104 type : "eth"
105 channel : "106"
106 ssid : "il-n.watertoren1.wleiden.net"
107 dhcp : False
108 compass : "n"
109 ns_ip : "172.17.0.34/28"
110 ns_mac : "dc:9f:db:2b:2f:b9"
111 bridge_type: "NanoStationM5"
112 status : "up"
113
114
Note: See TracBrowser for help on using the repository browser.