1833553 Members
3253 Online
110061 Solutions
New Discussion

IP stack = 0 ??

 
Tony Leahy
Occasional Advisor

IP stack = 0 ??

Hi,
I have been asked on our HPUX servers to ensure IP stack = 0. Now I must admit I haven't a clue how to go about do that

anybody have any ideas what it does and how I go about ensuring IP stack = 0 ?

points will be awarded quickly :)

Tony
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: IP stack = 0 ??

Hi Tony:

Do you mean the kernel tunable 'executable_stack'? Setting this to zero (0) provides the most protection against "stack-smaching" or buffer-overflow attacks.

See here:

http://www.docs.hp.com/en/B2355-60103/executable_stack.5.html

...and yes, this applies to 11.11 or 11.23...

Regards!

...JRF...
Chan 007
Honored Contributor

Re: IP stack = 0 ??

Chan 007
Honored Contributor

Re: IP stack = 0 ??

Tony Leahy
Occasional Advisor

Re: IP stack = 0 ??

thanks,
those links are a help

Tony