source: genesis/nodes/global_rdr_rules.yaml@ 13861

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

Make rdr_rules global for multi-access use.

Allowing them to be used at all exit-nodes, which could be usefull if one
exit-node is down and service still need to continue working.

File size: 662 bytes
Line 
1global_rdr_rules :
2- ['tcp', 9070, '172.16.16.2', 80]
3- ['tcp', 9080, '172.17.0.41', 80]
4- ['tcp', 9081, '172.17.0.42', 554]
5- ['tcp', 9082, '172.17.0.43', 554]
6- ['tcp', 9083, '172.17.0.44', 80]
7- ['tcp', 9084, '172.17.0.43', 80]
8- ['tcp', 9085, '172.17.0.42', 80]
9- ['tcp', 9086, '172.17.0.45', 21]
10- ['tcp', 9087, '172.17.0.45', 3389]
11- ['tcp', 9088, '172.16.6.229', 9081]
12- ['tcp', 9090, '172.17.2.67', 80]
13- ['tcp', 9091, '172.16.9.237', 88]
14- ['tcp', 9092, '172.17.51.5', 80]
15- ['tcp', 9093, '172.17.51.5', 554]
16- ['tcp', 9096, '172.17.13.66', 88]
17- ['tcp', 9097, '172.17.52.10', 88]
18- ['tcp', 9099, '172.16.9.116', 80]
19- ['tcp', 9100, '172.16.9.202', 88]
Note: See TracBrowser for help on using the repository browser.