You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
829 B
17 lines
829 B
4 months ago
|
:PREROUTING
|
||
|
*nat
|
||
|
-j DNAT --to-destination 1.1.1.1;=;OK
|
||
|
-j DNAT --to-destination 1.1.1.1-1.1.1.10;=;OK
|
||
|
-j DNAT --to-destination 1.1.1.1:1025-65535;;FAIL
|
||
|
-j DNAT --to-destination 1.1.1.1 --to-destination 2.2.2.2;;FAIL
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1:1025-65535;=;OK
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65535;=;OK
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1-1.1.1.10:1025-65536;;FAIL
|
||
|
-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
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/1000;=;OK
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/3000;=;OK
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/65535;=;OK
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/0;;FAIL
|
||
|
-p tcp -j DNAT --to-destination 1.1.1.1:1000-2000/65536;;FAIL
|
||
|
-j DNAT;;FAIL
|