Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    BANNED
    Join Date
    Feb 2002
    Posts
    656

    Default 25mbps traffic on UDP port 80: How do I block this?

    I am getting 25mbps traffic on UDP port 80. What is the best way to block this?

  2. #2
    Member
    Join Date
    Mar 2004
    Location
    Sydney
    Posts
    211

    Default

    Quote Originally Posted by AbeFroman
    I am getting 25mbps traffic on UDP port 80. What is the best way to block this?
    The best way would be to have your upstream provider block it - and best at the router closest to the source. You can block it locally, but that wont stop the data actually hitting your box, so it will count against any data allowances your provider may give.

    To block it locally, iptables -I INPUT -p udp --dport 80 -j DROP
    would block all UDP traffic on port 80. If you know where it is coming from add -s xxx.xxx.xxx.xxx to the rule.

    Remember though, the data will still hit your box, unless you have your provider block the traffic.

  3. #3
    BANNED
    Join Date
    Feb 2002
    Posts
    656

    Default

    Can this be blocked with the APF firewall?

  4. #4
    Member
    Join Date
    Mar 2004
    Location
    Sydney
    Posts
    211

    Default

    Quote Originally Posted by AbeFroman
    Can this be blocked with the APF firewall?
    I would think so. I am not sure how APF works.. at the end of the ruleset I am sure you could add that line that I gave earlier and then restart the firewall...
    Again, I am not sure how APF works, but if it is just a normal shell script, just adding the extra rules should work. Maybe someone who has used APF can provide further comment?

Similar Threads & Tags
Similar threads

  1. UDP Port 3074 - does it count traffic?
    By craigedmonds in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 11-23-2010, 04:25 PM
  2. Massive outgoing UDP traffic port 53
    By whplus in forum Security
    Replies: 1
    Last Post: 11-05-2010, 06:33 AM
  3. Spewing UDP traffic
    By fragbait in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 12-04-2009, 07:40 PM
  4. Replies: 7
    Last Post: 03-04-2005, 03:05 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube