HOW to BLOCK No. Of IPs in MT 2.9.29

Hi, I am using MT 2.9.29 and i want to block some finance Sites.
I used to block it thru IP FIREWALL FILTER.
But for each site i am putting seperate rules.

Is there any other way, SO i can DROP all the IP List.

There is option for Address List…

Please help me how to Drop address list.

Waiting for kind reply.

Transparent Proxy will the better option to drop by site DNS name,
however to use ‘firewall filter’,

  • create ‘address-list’ and add ‘bad’ IPs,
    ‘ip firewall address-list> add address=1.1.1.1 list=bad disabled=no’
  • use firewall filter rules to drop addresses from ‘list=bad’ for the customers,
    ‘ip firewall filter add chain=forward dst-address-list=bad action=drop’.

Hi how to add No.of IPs in address List.

Pl explain me.

ip firewall address-list> add address=1.1.1.1 list=bad disabled=no

This is only one address we are adding…i want to add multiple IPs..



just make many rules. you can use a spreadsheet program like calc or excel to make a big list of commands

Sir,
I am NOT getting u.

How to do this..Please explain me.