Re: where is tcp_syncookies

2002-05-24 Thread SZALAY Attila
Hi!

On Fri, 24 May 2002, sim ton wrote:
 i wnat to use tcp_syncookies with :
  echo 1  /proc/sys/net/ipv4/tcp_syncookies
 ok ...
 but it's failed
 i would like to rebuild my kernel 2.4.18 but i didn't find it
 So where is this *[EMAIL PROTECTED]  tcp_syncookies ???
hey, we're writing 2002!
debian is as smart as it doesn't need any echo [01] /proc/blah!
First, put syncookies support in the kernel (networking options, after
ECN), look at this:
[EMAIL PROTECTED]:~$ grep syn /etc/network/options
syncookies=yes
if you have the same, reboot and have fun with syncookie protection!

bstrgrds
-- 
Szalay Attila mrwas at cdata.hu
Linux System Administrator @ C-Data Bt.
Mobil: (20) 9 441 372


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: where is tcp_syncookies

2002-05-24 Thread Wayne Topa
sim ton([EMAIL PROTECTED]) is reported to have said:
 hi,
 i wnat to use tcp_syncookies with :
  echo 1  /proc/sys/net/ipv4/tcp_syncookies
 ok ...
 but it's failed
 i would like to rebuild my kernel 2.4.18 but i didn't find it
 So where is this *[EMAIL PROTECTED]  tcp_syncookies ???

Where did you look?

less /usr/src/linux/.config

# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
# CONFIG_FILTER is not set
CONFIG_UNIX=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y

--snip --

CONFIG_SYN_COOKIES=y

-- 
Old programmers never die.  They just branch to a new address.
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]