Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 23, 2024, 05:26:24 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
how to drop syn
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to drop syn (Read 5422 times)
klakshman03
Tux Awared
Posts: 35
how to drop syn
«
on:
August 11, 2005, 05:54:18 AM »
Hi lnx... grp
what is synflood and how it effects on servers and clients...
iam using redhat linux9 for forwarding. i want to drop sysflood by using iptables ....pls suggest me
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
how to drop syn
«
Reply #1 on:
August 11, 2005, 05:53:45 PM »
synflood is actually fake tcp/ip request to a machine which can turn it down on the network.. ie we can sa DoS attack.
about preventing it, you should wait for some expert to see this post . BTW.. just allow only those services which are required .
Logged
sathish
Linux Learner
Posts: 73
drop syn
«
Reply #2 on:
August 17, 2005, 12:24:56 PM »
Hai klakshman03
You can drop the syn floods by using the below mentioned code
iptables -A INPUT -p tcp ! --syn -m state --state NEW -j DROP
iptables -A INPUT -i eth0 -p tcp --syn -j DROP
Sathish.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
how to drop syn