mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 14:20:40 +01:00
Correct Port Knocking HOWTO for iptables 1.4.12
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ac8617bdc8
commit
c923dfdade
@ -108,7 +108,7 @@ if ( $level ) {
|
|||||||
'',
|
'',
|
||||||
$tag,
|
$tag,
|
||||||
'add',
|
'add',
|
||||||
'-p tcp --dport ! 22 ' );
|
'-p tcp ! --dport 22 ' );
|
||||||
}
|
}
|
||||||
|
|
||||||
add_rule( $chainref, '-p tcp --dport 22 -m recent --rcheck --seconds 60 --name SSH -j ACCEPT' );
|
add_rule( $chainref, '-p tcp --dport 22 -m recent --rcheck --seconds 60 --name SSH -j ACCEPT' );
|
||||||
|
Loading…
Reference in New Issue
Block a user