Either of 2 IPs'

Greetings,
Is it possible to restrict 2 IPs’ simultaneous browsing but allow any one at a time. How it can be done? And if I limit an ip say to 512k, will everything including P2P from that ip be limited to 512k?

yes u can, and yes which limit wil be assign from server for a single ip will be bound on that limit.

i.e

10.x.x.12 limit to 512 it will be limited to 512 :slight_smile:

Thanks for quick reply. As a newbe i need to know the procedure of doing the filtering. Pls help.

this is how u can block ip address :slight_smile:

ip firewall filter add action=drop src/dst-address

i.e

/ip firewall filter
chain=forward src-address=192.168.12.250 dst-address=0.0.0.0/0 action=drop

and more guide is here try

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT
http://blogs.infinitysolution.co.cc

have fun

Thats not what i asked for. Say 192.168.100.2 and 192.168.100.3 are 2 IPs. I want to restrict both of them if they are browsing simultaneously. But allow any one of them if the other one is not browsing at that time. How?

you can block ip and mac i already explain how to block ip and this is the way to block mac address

/ip firewall filter add chain=forward src-mac-address= your client mac action=drop

i know how block an ip or 2. But i don’t want someone two browse from both of his pcs simultaneously, but from 1 of his pcs at a time. And i can’t figure out how to do it. Some one pls help.

give him pppoe dialer and set bandwidth for him. he will use it on a single pc if he wants to connect another pc he will disconnect and gonna connect it from other pc

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Filter

That will be another setup for a single person. Is there any firewall filter?

/ip firewall filter
chain=forward src-address=ipaddress here dst-address=0.0.0.0/0 action=drop

not done. Any one with any idea?