Operating System - HP-UX
1825185 Members
4739 Online
109679 Solutions
New Discussion юеВ

Re: TCP SYN Cookie Protection parameter

 
tcp sequence numbers co
Occasional Contributor

TCP SYN Cookie Protection parameter

I'm trying to protect against a "SYN Attack" and would like to no what prarameter setting I need to make and in what file (/etc/rc.config.d/nddconf)?
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: TCP SYN Cookie Protection parameter

Shalom,

Your best bet is to filter the traffic through a real firewall prior to letting it go to your HP-UX system.

ipfilter firewall can also be useful in these circumstances.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
tcp sequence numbers co
Occasional Contributor

Re: TCP SYN Cookie Protection parameter

Shalom,
The information that you provided was not useful. I'm looking for the parameter setting within the nddconf file.
BUPA IS
Respected Contributor

Re: TCP SYN Cookie Protection parameter

Hello,
The value you need to tune is
tcp_syn_rcvd_max

You can see the current value setting with

ndd -get /dev/tcp tcp_syn_rcvd_max
also see man ndd and run the command:

ndd -h supported

which displays the list of supported parameters you can edit .
The supplied values work in nearly all cases
I would recommend that you only adjust them if you need to fix a very specific problem.

Mike
Help is out there always!!!!!