Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UnixMaster at Central-IT
ipv6-tools
Commits
51e81307
Commit
51e81307
authored
May 04, 2016
by
Cédric BRINER
Committed by
Cédric BRINER
May 04, 2016
Browse files
doc_ipf6: add return-rst as a rules for a: head i_global
parent
5498fe4c
Changes
1
Show whitespace changes
Inline
Side-by-side
ipv6-tools
View file @
51e81307
...
...
@@ -381,9 +381,9 @@ function doc_ipf6()
echo
"# add line to allow 80 n 443"
echo
"pass in quick proto tcp from any to any port = 80 group i_global"
echo
"pass in quick proto tcp from any to any port = 443 group i_global"
echo
"#
ssh be a bit more polite a send a rst to the client
"
echo
"block return-rst in quick proto tcp from 2001:620:600::0/48 to
any port = 22 group
i_global"
echo
"block return-rst in quick proto tcp from fd69:620:600::0/48 to
any port = 22 group
i_global"
echo
"#
add before block in quick from any to <thishost> head i_global
"
echo
"block return-rst in quick proto tcp from 2001:620:600::0/48 to
<thishost> head
i_global"
echo
"block return-rst in quick proto tcp from fd69:620:600::0/48 to
<thishost> head
i_global"
}
function
usage
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment