#1 (permalink)  
Old 08-19-2004, 10:28 AM
Banned
 
Join Date: Feb 2002
Posts: 656
AbeFroman can only hope to improve
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-19-2004, 11:01 AM
Registered User
 
Join Date: Mar 2004
Location: Sydney
Posts: 211
bking is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-19-2004, 11:12 AM
Banned
 
Join Date: Feb 2002
Posts: 656
AbeFroman can only hope to improve
Can this be blocked with the APF firewall?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-19-2004, 11:15 AM
Registered User
 
Join Date: Mar 2004
Location: Sydney
Posts: 211
bking is on a distinguished road
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:45 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc