Results 1 to 3 of 3

Thread: How to anti the synflood by ufw?

  1. #1
    Join Date
    Mar 2013
    Beans
    2

    How to anti the synflood by ufw?

    Hi all, I'm new to Linux, I have a question: how to anti the synflood by ufw?

    Best regards,

  2. #2
    Join Date
    Sep 2011
    Beans
    11

    Re: How to anti the synflood by ufw?

    Use:
    Code:
    echo "net.ipv4.tcp_syncookies = 1" >> /etc/sysctl.conf

  3. #3
    Join Date
    Mar 2013
    Beans
    2

    Re: How to anti the synflood by ufw?

    Quote Originally Posted by denis21-ru View Post
    Use:
    Code:
    echo "net.ipv4.tcp_syncookies = 1" >> /etc/sysctl.conf
    Thank you.

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
  •