• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1:PREROUTING
2*nat
3-j DNAT --to-destination 1.1.1.1;=;OK
4-j DNAT --to-destination 1.1.1.1-1.1.1.10;=;OK
5-j DNAT --to-destination 1.1.1.1:1025-65535;;FAIL
6-j DNAT --to-destination 1.1.1.1 --to-destination 2.2.2.2;;FAIL
7-p tcp -j DNAT --to-destination 1.1.1.1:1025-65535;=;OK
8-p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65535;=;OK
9-p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65536;;FAIL
10-p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65535 --to-destination 2.2.2.2-2.2.2.20:1025-65535;;FAIL
11-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/1000;=;OK
12-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/3000;=;OK
13-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/65535;=;OK
14-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/0;;FAIL
15-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/65536;;FAIL
16-j DNAT;;FAIL
17