Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
1c110b6f
Commit
1c110b6f
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Drop more bogons
parent
794962ac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-utils-firewall
+14
-0
14 additions, 0 deletions
src/freedombone-utils-firewall
with
14 additions
and
0 deletions
src/freedombone-utils-firewall
+
14
−
0
View file @
1c110b6f
...
...
@@ -146,6 +146,20 @@ function configure_firewall {
iptables
-A
INPUT
-p
tcp
--tcp-flags
ALL ALL
-j
DROP
iptables
-A
INPUT
-p
tcp
--tcp-flags
ALL FIN,PSH,URG
-j
DROP
iptables
-A
INPUT
-p
tcp
--tcp-flags
ALL SYN,RST,ACK,FIN,URG
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
FIN,SYN,RST,PSH,ACK,URG NONE
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
FIN,SYN FIN,SYN
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
SYN,RST SYN,RST
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
SYN,FIN SYN,FIN
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
FIN,RST FIN,RST
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
FIN,ACK FIN
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ACK,URG URG
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ACK,FIN FIN
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ACK,PSH PSH
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ALL ALL
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ALL NONE
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ALL FIN,PSH,URG
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ALL SYN,FIN,PSH,URG
-j
DROP
iptables
-t
mangle
-A
PREROUTING
-p
tcp
--tcp-flags
ALL SYN,RST,ACK,FIN,URG
-j
DROP
# Incoming malformed NULL packets:
iptables
-A
INPUT
-p
tcp
--tcp-flags
ALL NONE
-j
DROP
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment