source: genesis/nodes/global_rdr_rules.yaml@ 13902

Last change on this file since 13902 was 13902, checked in by rick, 8 years ago

Annotate file

File size: 1.1 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', 9080, '172.17.0.41', 80, 'Watertoren Mobotix Plas HTTP']
5- ['tcp', 9081, '172.17.0.42', 554, 'Watertoren Axis RTSP ']
6- ['tcp', 9082, '172.17.0.43', 554, 'Watertoren Axis RTSP']
7- ['tcp', 9083, '172.17.0.44', 80, 'Watertoren Mobotix Treeplank HTTP']
8- ['tcp', 9084, '172.17.0.43', 80, 'Watertoren Axis HTTP']
9- ['tcp', 9085, '172.17.0.42', 80, 'Watertoren Axis HTTP']
10- ['tcp', 9086, '172.17.0.45', 21, 'Watertoren mini_PC FTP']
11- ['tcp', 9087, '172.17.0.45', 3389, 'Watertoren mini_PC RDP']
12- ['tcp', 9088, '172.16.6.229', 9081, '']
13- ['tcp', 9090, '172.17.2.67', 80, '']
14- ['tcp', 9091, '172.16.9.237', 88, '']
15- ['tcp', 9092, '172.17.51.5', 80, '']
16- ['tcp', 9093, '172.17.51.5', 554, '']
17- ['tcp', 9096, '172.17.13.66', 88, '']
18- ['tcp', 9097, '172.17.52.10', 88, 'Rustdam Webcam Hooiberg']
19- ['tcp', 9099, '172.16.9.116', 80, '']
20- ['tcp', 9100, '172.16.9.202', 88, '']
21- ['tcp', 9101, '172.17.192.2', 88, 'Koe Klara']
22- ['tcp', 9102, '172.17.192.2', 888, 'Koe Klara ONVIF']
23# EOF
Note: See TracBrowser for help on using the repository browser.