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

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

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
39
40iface_ue0:
41 comment : "Link naar Kaag2 via NSM5 (Mast2:Pos4)"
42 ip : "172.16.9.169/29"
43 sdesc : "2kaag2"
44 mode : "ap-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "60"
48 ssid : "il-zw.watertoren2.wleiden.net"
49 dhcp : False
50 compass : "w"
51 ns_ip : "172.16.9.170/29"
52 ns_mac : "dc:9f:db:2a:27:9c"
53 bridge_type: "NanoStation M5"
54 status : "up"
55
56
57iface_vr0:
58 comment : "Ethernet / Switchport: 2 gele patchkabel"
59 ip : "172.25.90.65/29"
60 sdesc : "2proxy"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65
66iface_vr0_alias0:
67 comment : "Uplink"
68 ip : "92.66.227.162/29"
69 sdesc : "uplink"
70 type : "eth"
71 dhcp : False
72 status : "up"
73
74
75iface_vr1:
76 comment : "Unused (Mast3:Pos2)"
77 ip : "172.16.16.97/29"
78 sdesc : "2kempersextra"
79 mode : "ap-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "100"
83 ssid : "il-zw2.watertoren2.wleiden.net"
84 dhcp : False
85 compass : "zw"
86 ns_ip : "172.16.16.98/29"
87 ns_mac : "04:18:d6:cc:01:5d"
88 bridge_type: "NanoStationM5"
89 status : "up"
90
91
92iface_vr2:
93 comment : "Nanostation naar Drijfhuis (Mast1:Pos3)"
94 ip : "172.16.16.33/29"
95 sdesc : "2drijfhuis"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "132"
100 ssid : "il-nw-2.watertoren2.wleiden.net"
101 dhcp : False
102 compass : "nw"
103 ns_ip : "172.16.16.34/29"
104 ns_mac : "04:18:d6:ca:fd:a1"
105 bridge_type: "NanoStation5"
106 status : "up"
107
108
Note: See TracBrowser for help on using the repository browser.