Re: FreeBSD firewall block syn flood attack

From: Avleen Vig (lists-freebsd_at_silverwraith.com)
Date: 05/20/03

  • Next message: G.P. de Boer: "Re: FreeBSD firewall block syn flood attack"
    Date: Tue, 20 May 2003 00:34:24 -0700
    To: Ryan James <ryan@mac2.net>
    
    

    On Tue, May 20, 2003 at 01:52:00AM -0500, Ryan James wrote:
    > Hello,
    > I current have a FreeBSD 4.8 bridge firewall that sits between 7 servers and
    > the internet. The servers are being attacked with syn floods and go down
    > multiple times a day.
    >
    > The 7 servers belong to a client, who runs redhat.
    > I am trying to find a way to do some kind of syn flood protection inside the
    > firewall.

    SYN floods are difficult to "protect" against.
    In the past, the only way I have been able to deal with them is to block
    all communication to the hosts being attacked, and allow communication
    again when the attack ends.

    The difficulty comes in when the attacker realises that you are
    effectively combatting the attack, and then proceeds to increase the
    ferocity of the attack until either all of our bandwidth is consumed, or
    your network equipment cannot handle the rate of packets coming in.
    Best thing to do is just take the hosts off the network. I normally use
    packet filter rules to achieve this.
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"


  • Next message: G.P. de Boer: "Re: FreeBSD firewall block syn flood attack"

    Relevant Pages

    • Re: BlackIce does not protect from hacker attaks
      ... Are they using full connects or doing syn floods? ... concurrent connections from the same IP address. ... The more functionality you take off of the server ... and put elsewhere the more resilient your server will be to attack. ...
      (comp.security.firewalls)
    • Re: FreeBSD firewall block syn flood attack
      ... The servers are being attacked with syn floods and go down ... On a few of my systems I have built dummynet pipes to limit the ... attack is easy and doable performance-wise. ...
      (FreeBSD-Security)
    • Re: Solution to Denial Of Service Attack
      ... > There are many kinds of DoS attacks. ... I have found that SYN floods ... Actually nobody is using synfloods today. ... Most servers are DOSed by filling the pipe with an distributed attack or by ...
      (comp.security.misc)