Re: [techtalk] Cannot create tcp_syncookies

2001-03-10 Thread Jeff Dike
[EMAIL PROTECTED] said: > A! > Any day in which you learn something is a good day. Any day you manage to teach someone something ain't so bad either :-) > Thanks, Jeff, for making this a good day for me. :) Jeff ___

Re: [techtalk] Cannot create tcp_syncookies

2001-03-10 Thread jenn
Jeff Dike wrote: > [EMAIL PROTECTED] said: > >> echo 1 > /proc/sys/net/ipv4/tcp_syncookies >> for which I am getting the following error message. >> /proc/sys/net/ipv4/tcp_syncookies: No such file or directory > > > What Angela said. > > To explain that error above, /proc is special. It is

Re: [techtalk] Cannot create tcp_syncookies

2001-03-09 Thread Jeff Dike
[EMAIL PROTECTED] said: > echo 1 > /proc/sys/net/ipv4/tcp_syncookies > for which I am getting the following error message. > /proc/sys/net/ipv4/tcp_syncookies: No such file or directory What Angela said. To explain that error above, /proc is special. It is not a normal filesystem in which yo

RE: [techtalk] Cannot create tcp_syncookies

2001-03-09 Thread Angela Nash
Did you enable syncookies in your kernel config? If not you may have to recompile the kernel. Jason -Original Message- From: Subba Rao [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 4:35 PM To: Linux Ladies Subject: [techtalk] Cannot create tcp_syncookies Hi, I am trying to

[techtalk] Cannot create tcp_syncookies

2001-03-09 Thread Subba Rao
Hi, I am trying to create certain filters using IPCHAINS. At the end of creating these filters, I am executing, echo 1 > /proc/sys/net/ipv4/tcp_syncookies for which I am getting the following error message. /proc/sys/net/ipv4/tcp_syncookies: No such file or directory I tried to create the fi