Different webproxy on multiple interfaces

Hi,

I got a RB433AH where I have enabled webproxy to restrict web access.

I have some tenants that have internet thru me. They have their own router connected to mine via cable on the 2. ethernet port.
I want to prevent them for downloading torrents and want to use these settings: http://gregsowell.com/?p=894

But I do not want to block my computer that is also connected with cable to the 1. ethernet port.

How can I set up the webproxy different on 2 different interfaces?

Any ideas and suggestions is much appreciated!
I’m new to mikrotic and RouterOS, so please have patience! :slight_smile:

Hi
you cant config web-proxy for each interface.
i think if you use /ip proxy access for filter your clients and don’t want to limit your laptop ip in proxy create a accept rule in /ip proxy access for src-address of your laptop
for example:
/ip proxy access add src-address=192.168.1.10 action=allow

for torrent download in rules you are created on /ip firewall set in interface to ether2 then your laptop can download torrents

Good Luck

Hi,

Thanx for the reply! :smiley:

Will check it out! :slight_smile:

Have been trying this for a while now, but nothing works.

I have followed the guide on the page I linked to, and tried to add /ip firewall set in interface to ether2, even tried to add src-adress=“subnet for tenants” instead, but no luck.

Anyone have any tip how to get this to work? :open_mouth:

I have a similar requirement.
Could you tell me how to config web-proxy for each interface?
Thanks.