source: genesis/nodes/Watertoren1/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: 3.0 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.9.1"
12monitoring_group: "wleiden"
13nodename : "Watertoren1"
14nodetype : "Hybrid"
15rdnap_x : 111998
16rdnap_y : 474286
17rdr_host : "92.66.227.163"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23- ['tcp', 9092, '172.17.51.5', 80]
24- ['tcp', 9096, '172.17.13.66', 88]
25- ['tcp', 43389, '172.17.0.45', 3389]
26release : "9.0-RELEASE"
27remote_access: "92.66.227.163:22"
28service_accesspoint: True
29service_concentrator: False
30service_incoming_rdr: False
31service_proxy_ileiden: False
32service_proxy_normal: False
33status : "up"
34
35
36iface_ath0:
37 comment : "OMNI voor Wifi op de westeinder (Mast3:Pos2)"
38 ip : "172.17.9.1/26"
39 sdesc : "ap-omni"
40 mode : "ap"
41 type : "11g"
42 channel : 6
43 ssid : "WiFi-Westeinder-Watertoren1"
44 wlan_mac : "00:0b:6b:85:64:78"
45 dhcp : "20-60"
46 status : "up"
47
48
49iface_ue0:
50 comment : "Nieuwe Link naar ... (Mastx:Posy) nog niet aangesloten - NM5 zit op watertoren2-vr1"
51 ip : "172.16.5.17/29"
52 sdesc : "nieuw"
53 mode : "ap-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "40"
57 ssid : "il-X.watertoren1.wleiden.net"
58 dhcp : False
59 compass : "w"
60 ns_ip : "172.16.5.18/29"
61 ns_mac : "04:18:d6:ca:fd:fe"
62 bridge_type: "NanoStationM5"
63 status : "down"
64
65
66iface_vr0:
67 comment : "Ethernet/ Switchport: 3 rode patchkabel naar switch"
68 ip : "172.25.90.67/29"
69 sdesc : "uplink"
70 type : "eth"
71 dhcp : False
72 status : "up"
73
74
75iface_vr0_alias0:
76 comment : "Uplink"
77 ip : "92.66.227.163/29"
78 sdesc : "uplink"
79 type : "eth"
80 dhcp : False
81 status : "up"
82
83
84iface_vr1:
85 comment : "M5 naar Amsterdam (Mast1:Pos2) rode patchkabel naar PoE LAN1-> kabel 1"
86 ip : "172.16.16.89/29"
87 sdesc : "2ams"
88 mode : "ap-wds"
89 type : "eth"
90 channel : "44"
91 ssid : "il-nno.watertoren1.wleiden.net"
92 dhcp : False
93 compass : "nw"
94 ns_ip : "172.16.16.90/29"
95 ns_mac : "dc:9f:db:2a:1d:17"
96 bridge_type: "NanoStationM5"
97 status : "up"
98
99
100iface_vr1_alias_0:
101 comment : "Network TechInc"
102 ip : "172.17.92.1/24"
103 type : "eth"
104 dhcp : False
105 status : "up"
106
107
108iface_vr2:
109 comment : "Naar Herman; Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35 rode patchkabel naar PoE LAN2-> kabel 2"
110 ip : "172.17.0.33/28"
111 sdesc : "2herman"
112 mode : "ap-wds"
113 type : "eth"
114 channel : "106"
115 ssid : "il-n.watertoren1.wleiden.net"
116 dhcp : False
117 compass : "n"
118 ns_ip : "172.17.0.34/28"
119 ns_mac : "dc:9f:db:2b:2f:b9"
120 bridge_type: "NanoStationM5"
121 status : "up"
122
123
Note: See TracBrowser for help on using the repository browser.