|  | 
 
| 
/ip firewall filter
x
马上注册成为ROSABC会员,随时发帖回复。您需要 登录 才可以下载或查看,没有账号?会员注册 
  add action=accept chain=forward comment=""src-address-list=IP dst-address-list=acclist
 add action=drop chain=forward comment=""
 
 ip firewall address-list
 add address=x.x.x.x list=acclist
 ip firewall address-list
 add address=x.x.x.x list=IP
 
 这里我设置指定的网站为www.china.com 并在address-list里面加了 www.china.com
 的IP地址(125.90.66.208, 125.90.66.211, 218.16.227.36, 218.16.227.42)
 我在浏览器里输入www.china.com为什么打不开,输入125.90.66.208, 125.90.66.211, 218.16.227.36, 218.16.227.42这些IP才可以打开 www.china.com网站呀?
 有办法解决只输入 www.china.com就可以打开吗?
 求助。。。。。。。
 | 
 |