On Mon, 26 Oct 2009 21:27:56 -0700 ron minnich <[email protected]> wrote:
> note to make this work you need to run as root, not an ordinary user ... > > ron > Or patch your kernel so it doesn't block ports below 1024. It's a 1-line fix in Linux. --- include/net/sock.h~ 2009-05-31 21:04:58.000000000 +0100 +++ include/net/sock.h 2009-06-05 03:37:27.000000000 +0100 @@ -750,3 +750,4 @@ /* Sockets 0-1023 can't be bound to unless you are superuser */ -#define PROT_SOCK 1024 +// #define PROT_SOCK 1024 +#define PROT_SOCK 0 -- Ethan Grammatikidis Those who are slower at parsing information must necessarily be faster at problem-solving.
