source: genesis/nodes/global_rdr_rules.yaml@ 14297

Last change on this file since 14297 was 14221, checked in by rick, 6 years ago

Fix webcam rustdam not reachable at monitoring site

MAC was set to old internal WiFi MAC address.

File size: 1.4 KB
Line 
1# Syntax: protocol, external_port, redirect_ip, redirect_port, description
2global_rdr_rules:
3- ['tcp', 9070, '172.16.16.2', 80, '']
4- ['tcp', 9079, '172.16.3.142', 8080, 'Yours Leiden Webcam HTTP']
5- ['tcp', 9080, '172.17.0.41', 80, 'Watertoren Mobotix Plas HTTP']
6- ['tcp', 9081, '172.17.0.42', 554, 'Watertoren Axis RTSP ']
7- ['tcp', 9082, '172.17.0.43', 554, 'Watertoren Axis RTSP']
8- ['tcp', 9083, '172.17.0.44', 80, 'Watertoren Mobotix Treeplank HTTP']
9- ['tcp', 9084, '172.17.0.43', 80, 'Watertoren Axis HTTP']
10- ['tcp', 9085, '172.17.0.42', 80, 'Watertoren Axis HTTP']
11- ['tcp', 9086, '172.17.0.45', 21, 'Watertoren mini_PC FTP']
12- ['tcp', 9087, '172.17.0.45', 3389, 'Watertoren mini_PC RDP']
13- ['tcp', 9088, '172.16.6.229', 9081, '']
14- ['tcp', 9089, '172.17.0.41', 554, 'Watertoren Mobotix Plas RTSP']
15- ['tcp', 9090, '172.17.2.67', 80, '']
16- ['tcp', 9091, '172.16.9.237', 88, '']
17- ['tcp', 9092, '172.17.51.5', 80, '']
18- ['tcp', 9093, '172.17.51.5', 554, '']
19- ['tcp', 9094, '172.17.20.5', 80, 'IJsclub Zoeterwoude - Veld 11 HTTP']
20- ['tcp', 9095, '172.17.20.5', 554, 'IJsclub Zoeterwoude - Veld 11 RTSP']
21- ['tcp', 9096, '172.17.13.66', 88, 'Pv de Kerkduif Webcam']
22- ['tcp', 9097, '172.17.65.10', 88, 'Rustdam Webcam Hooiberg']
23- ['tcp', 9099, '172.16.9.116', 80, '']
24- ['tcp', 9100, '172.16.9.202', 88, '']
25- ['tcp', 9101, '172.17.192.2', 88, 'Koe Klara']
26- ['tcp', 9102, '172.17.192.2', 888, 'Koe Klara ONVIF']
27# EOF
Note: See TracBrowser for help on using the repository browser.