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

Last change on this file since 13484 was 13480, checked in by huub, 9 years ago

update configuratie som en broekplein na hardware modificaties: installatie M5s, extra M5 voor richting noordoost en RB switch op vr1

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 : "92.66.227.161"
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: "92.66.227.162:22"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: False
24status : "up"
25
26
27iface_ath0:
28 comment : "OMNI voor Wifi op de westeinder (MastX:PostX)"
29 ip : "172.17.10.1/26"
30 sdesc : "ap-omni"
31 mode : "ap"
32 type : "11g"
33 channel : 1
34 ssid : "WiFi-Westeinder-Watertoren2"
35 wlan_mac : "00:0b:6b:85:66:bb"
36 dhcp : "20-60"
37 status : "up"
38
39iface_ue0:
40 comment : "Link naar Kaag2 via NSM5 (Mast2:Pos4)"
41 ip : "172.16.9.169/29"
42 sdesc : "2kaag2"
43 mode : "ap-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "60"
47 ssid : "il-zw.watertoren2.wleiden.net"
48 dhcp : False
49 compass : "w"
50 ns_ip : "172.16.9.170/29"
51 ns_mac : "dc:9f:db:2a:27:9c"
52 bridge_type: "NanoStation M5"
53 status : "up"
54
55
56iface_vr0:
57 comment : "Ethernet / Switchport: 2 gele patchkabel"
58 ip : "172.25.90.65/29"
59 sdesc : "2proxy"
60 type : "eth"
61 dhcp : False
62 status : "up"
63
64
65iface_vr0_alias0:
66 comment : "Uplink"
67 ip : "92.66.227.162/29"
68 sdesc : "uplink"
69 type : "eth"
70 dhcp : False
71 status : "up"
72
73
74iface_vr1:
75 comment : "Unused (Mast3:Pos2)"
76 ip : "172.16.16.97/29"
77 sdesc : "2kempersextra"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "100"
82 ssid : "il-zw2.watertoren2.wleiden.net"
83 dhcp : False
84 compass : "zw"
85 ns_ip : "172.16.16.98/29"
86 ns_mac : "04:18:d6:cc:01:5d"
87 bridge_type: "NanoStationM5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Nanostation naar Drijfhuis (Mast1:Pos3)"
93 ip : "172.16.16.33/29"
94 sdesc : "2drijfhuis"
95 mode : "ap-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "132"
99 ssid : "il-nw-2.watertoren2.wleiden.net"
100 dhcp : False
101 compass : "nw"
102 ns_ip : "172.16.16.34/29"
103 ns_mac : "04:18:d6:ca:fd:a1"
104 bridge_type: "NanoStation5"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.