Community discussions

MikroTik App
 
bajramzeqiri
just joined
Topic Author
Posts: 2
Joined: Sat Mar 19, 2005 6:07 pm

Problem with viruses

Sat Jul 16, 2005 2:20 am

In those 2 recently days I have been expering a big problem with viruses , I had a problem that viruses uses all my upload , I tried to drop all those packets but it didn't worked at all . Does any of you had expering this problem like i did with viruses .


Any idesa would be fine.
 
silmes
just joined
Posts: 7
Joined: Tue Feb 01, 2005 5:49 pm

Sat Jul 16, 2005 3:33 am

 
bajramzeqiri
just joined
Topic Author
Posts: 2
Joined: Sat Mar 19, 2005 6:07 pm

Sun Jul 17, 2005 12:41 am

:thank you very much I added those scripts on my routers but nothing works , first of all i need to explain again my problem .

The viruses that my end users are infected is that most of them use all my upload to pass through of my BaseRotuer , is there any idea that I can stop this upload to go out of my BaseRouter , Upload that those infected end users use is 10/100 MBp/s same as the LAN CARD is.


Any ideas would be fine.

What do you prefer me?

Best Regards,
 
User avatar
andrewluck
Forum Veteran
Forum Veteran
Posts: 700
Joined: Fri May 28, 2004 9:05 pm
Location: Norfolk, UK

Sun Jul 17, 2005 1:16 pm

First of all, Anti-Virus software on your users computers. Even if you block this attack, when the next one arrives you'll be back where you started. If they don't comply then block all traffic from their IP until they do. This is where a well written set of Terms and Conditions can be of benefit.

Otherwise, you need to identify the traffic on your router. This will typically be it's destination port. Once you know what the traffic looks like you can block it.

Regards

Andrew
 
srikanth418
newbie
Posts: 32
Joined: Mon Mar 07, 2005 9:46 pm

Wed Jul 20, 2005 2:31 pm

try this

ip firewall add name=virus
ip firewall rule input add in-interface=all action=jump \ jump-target=virus comment="!!! Check for well-known viruses !!!"
ip firewall rule forward add in-interface=all action=jump \ jump-target=virus comment="!!! Check for well-known viruses !!!"

ip firewall rule virus add dst-address=:135-139 protocol=tcp action=drop comment="Drop Blaster Worm."
ip firewall rule virus add dst-address=:135-139 protocol=udp action=drop comment="Drop Messenger Worm."
ip firewall rule virus add dst-address=:445 protocol=tcp action=drop comment="Drop Blaster Worm."
ip firewall rule virus add dst-address=:445 protocol=udp action=drop comment="Drop Blaster Worm."


this should work
 
napairnetworks
just joined
Posts: 10
Joined: Fri Jul 08, 2005 3:55 pm

Fri Jul 22, 2005 3:49 pm

If you create Queu Rules meaning limitations per client as well as you add the above mentioned Virus Check Point i think you will get over it.

We had a lots of problems till i implementet Limitations from that eveything works smoothly.


regards
Edon
 
hzeid
Frequent Visitor
Frequent Visitor
Posts: 92
Joined: Tue Oct 12, 2004 11:57 am
Location: Lebanon

Fri Jul 22, 2005 9:03 pm

i use pcq to limit my users those that are having internet through i p addresses. but i have a problem for those that are PPPOE does any one can help me to setup pcq for the PPPOE clients