Web site allow issue

I am facing problem to create some rule on firewall. such as, i just want to allow a specific website(such as bdjobs.com) on some specific private ip.These private series only allow bdjobs.com but other site must not allow.

You can create 2 filter rules:

/ip firewall filter chain=forward protocol=tcp dst-port=80 scr-address-list=privateip dst-address-list=jobsite action=accept

And the other for block

/ip firewall filter chain=forward protocol=tcp dst-port=80 scr-address-list=privateip action=drop

Add the private ip of your network to address lost called privateip and the ip of website to jobsite.
The command line is not tested but it is the idea.

Send from my mobile phone using Tapatalk.

Hello Bro,

thanx a lot.Itz working.