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
7a14a741
Commit
7a14a741
authored
May 04, 2016
by
Cédric BRINER
Committed by
Cédric BRINER
May 04, 2016
Browse files
doc_ipf6: swap 80n443 with block head i_global
parent
51e81307
Changes
1
Hide whitespace changes
Inline
Side-by-side
ipv6-tools
View file @
7a14a741
...
...
@@ -378,12 +378,12 @@ function doc_ipf6()
echo
"cd /etc/ipf"
echo
"saveback ipf6.conf"
echo
"vim ipf6.conf"
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"
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
"# 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
Markdown
is supported
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