source: genesis/nodes/HybridWatertoren1/wleiden.yaml@ 10891

Last change on this file since 10891 was 10891, checked in by rick, 13 years ago

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 2.3 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,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.10.1"
12nodename : "Watertoren1"
13nodetype : "Hybrid"
14rdnap_x : 111998
15rdnap_y : 474286
16release : "8.2-RELEASE"
17remote_access: "92.66.227.162:22"
18service_accesspoint: True
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "OMNI voor Wifi op de westeinder (MastX:PostX)"
27 ip : "172.17.10.1/26"
28 sdesc : "ap-omni"
29 mode : "ap"
30 type : "11b"
31 channel : "8"
32 ssid : "ap-westeinder-watertoren1"
33 dhcp : "20-60"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Nanostation naar CNodeKempers1 (Mast2:Pos4)"
39 ip : "172.16.16.137/29"
40 sdesc : "2kempers1"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "132"
45 ssid : "il-zzw.watertoren1.wleiden.net"
46 dhcp : False
47 compass : "zw"
48 ns_ip : "172.16.16.138/29"
49 ns_mac : "00:15:6d:70:4d:6c"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet / Switchport: 2"
55 ip : "172.25.90.65/29"
56 sdesc : "2proxy"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr0_alias0:
63 comment : "Uplink"
64 ip : "92.66.227.162/29"
65 sdesc : "uplink"
66 type : "eth"
67 dhcp : False
68 status : "up"
69
70
71iface_vr1:
72 comment : "Tijdelijke Link naar Cetim1 (Mast3:Pos2)"
73 ip : "172.16.16.100/29"
74 sdesc : "2cetim1"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 ssid : "il-no.cetim1.wleiden.net"
79 dhcp : False
80 compass : "zw"
81 ns_ip : "172.16.16.99/29"
82 ns_mac : "00:15:6d:ec:81:f3"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Nanostation naar CNodeDrijfhuis (Mast1:Pos3)"
88 ip : "172.16.16.33/29"
89 sdesc : "2drijfhuis"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "132"
94 ssid : "il-nw.watertoren1.wleiden.net"
95 dhcp : False
96 compass : "nw"
97 ns_ip : "172.16.16.34/29"
98 ns_mac : "00:15:6d:70:4d:a5"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.