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

Last change on this file since 11059 was 11059, checked in by richardvm, 12 years ago

adres gevens van Aalsmeer

File size: 2.4 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"
12nodename : "Watertoren1"
13nodetype : "Hybrid"
14rdnap_x : 111998
15rdnap_y : 474286
16release : "9.0-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 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet / Switchport: 2"
56 ip : "172.25.90.65/29"
57 sdesc : "2proxy"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr0_alias0:
64 comment : "Uplink"
65 ip : "92.66.227.162/29"
66 sdesc : "uplink"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
72iface_vr1:
73 comment : "Tijdelijke Link naar Cetim1 (Mast3:Pos2)"
74 ip : "172.16.16.100/29"
75 sdesc : "2cetim1"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 ssid : "il-no.cetim1.wleiden.net"
80 dhcp : False
81 compass : "zw"
82 ns_ip : "172.16.16.99/29"
83 ns_mac : "00:15:6d:ec:81:f3"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Nanostation naar CNodeDrijfhuis (Mast1:Pos3)"
90 ip : "172.16.16.33/29"
91 sdesc : "2drijfhuis"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "132"
96 ssid : "il-nw.watertoren1.wleiden.net"
97 dhcp : False
98 compass : "nw"
99 ns_ip : "172.16.16.34/29"
100 ns_mac : "00:15:6d:70:4d:a5"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.