source: genesis/nodes/HybridWatertoren2/wleiden.yaml@ 12515

Last change on this file since 12515 was 12492, checked in by rick, 11 years ago

Link naar watertoren

File size: 2.6 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: True
23service_proxy_normal: True
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 : "ap-westeinder-watertoren2"
35 dhcp : "20-60"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar Kaag2 via NSM5 (Mast2:Pos4)"
41 ip : "172.16.3.244/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.3.243/29"
51 ns_mac : "dc:9f:db:2a:27:9c"
52 bridge_type: "NanoStation M5"
53 status : "up"
54
55iface_ue0_alias0:
56 comment : "Link naar StBavo2"
57 ip : "172.16.9.12/29"
58 sdesc : "2stbavo2"
59 status : "up"
60 type : "eth"
61
62
63iface_vr0:
64 comment : "Ethernet / Switchport: 2"
65 ip : "172.25.90.65/29"
66 sdesc : "2proxy"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
72iface_vr0_alias0:
73 comment : "Uplink"
74 ip : "92.66.227.162/29"
75 sdesc : "uplink"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
81iface_vr1:
82 comment : "Unused (Mast3:Pos2)"
83 ip : "172.16.16.100/29"
84 sdesc : "2kempersextra"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 ssid : "il-zw2.watertoren2.wleiden.net"
89 dhcp : False
90 compass : "zw"
91 ns_ip : "172.16.16.99/29"
92 ns_mac : "00:15:6d:ec:81:f3"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
97iface_vr2:
98 comment : "Nanostation naar Drijfhuis (Mast1:Pos3)"
99 ip : "172.16.16.33/29"
100 sdesc : "2drijfhuis"
101 mode : "ap-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "132"
105 ssid : "il-nw-2.watertoren2.wleiden.net"
106 dhcp : False
107 compass : "nw"
108 ns_ip : "172.16.16.34/29"
109 ns_mac : "00:15:6d:70:4d:a5"
110 bridge_type: "NanoStation5"
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.