Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
biohpc_flash_community
Commits
d9680f0a
Commit
d9680f0a
authored
Jun 05, 2020
by
Daniela Daniel
Browse files
Update README.md
parent
e1132440
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d9680f0a
...
...
@@ -74,10 +74,6 @@ getent passwd
### IP Tables
```
sh
yum
install
iptables-services
iptables
--flush
INPUT
iptables
-A
INPUT
-m
state
--state
NEW
-m
tcp
-p
tcp
--dport
20
-j
ACCEPT
iptables
-A
INPUT
-m
state
--state
NEW
-m
tcp
-p
tcp
--dport
3306
-j
ACCEPT
iptables
-A
INPUT
-m
state
--state
NEW
-m
tcp
-p
tcp
--dport
21
-j
ACCEPT
iptables
-A
INPUT
-p
tcp
-m
tcp
--sport
1024:65535
--dport
20:65535
-m
state
--state
NEW,ESTABLISHED
-j
ACCEPT
iptables
-A
INPUT
-j
DROP
service iptables save
...
...
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