Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
+ Reply to Thread
Results 1 to 2 of 2

This is a discussion on Hardering the TCP/IP to SYN attacks in the VPS & Dedicated forum
Hello. Trying to enable this on my vps As in http://www.securityfocus.com/infocus/1729 says, ... Operating system: Linux RedHat RedHat, like other Linux operating systems, has implemented ...

  1. #1
    I need a coffee
    Join Date
    Jan 2007
    Location
    Serres, Greece
    Posts
    16

    Hardering the TCP/IP to SYN attacks

    Hello. Trying to enable this on my vps
    As in http://www.securityfocus.com/infocus/1729 says,
    ...
    Operating system: Linux RedHat

    RedHat, like other Linux operating systems, has implemented a SYN cookies mechanism which can be enabled in the following way:

    # echo 1 > /proc/sys/net/ipv4/tcp_syncookies
    .....
    then just for trying it

    [root@sky root]# id
    uid=0(root) gid=0(root) ...

    [root@sky root]# cat /proc/sys/net/ipv4/tcp_syncookies
    0

    [root@sky root]# echo 1 > /proc/sys/net/ipv4/tcp_syncookies
    -bash: /proc/sys/net/ipv4/tcp_syncookies: Operation not permitted

    Why ? Strict permissions on vps accounts or because the nature of a vps system ?

    Regards,
    Chris

  2. #2
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,545
    On dione, the shared server I am on, this is enabled.

    Have you checked the permissions on that file (ls -al)? If you really can't touch it, it is probably something support has to enable node wide (if they think it's a good idea).
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts