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

Last change on this file since 11423 was 11423, checked in by huub, 12 years ago

tijdelijke link naar cetim1 is down ivm routering

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