㈠ 用ros禁止内网中的192.168.1.5 被访问192.168.1.10-192.168.1.200 访问
在防火墙中添加地址列表192.168.1.10-192.168.1.200,在过滤规则中添加一条规则,源地址192.168.1.5,目标地址列表选择之前建立的列表,作用选择 dorp
建立地址列表
/ ip firewall address-list
add list="限制访问" address=192.168.1.10-192.168.1.200 comment="限制访问" disabled=no
添加过滤规则
/ ip firewall filter add chain=foreard src-address=192.168.1.5 dst-address-list="限制访问" action=drop disable=no comment="限制192.168.1.5访问"
㈡ ROS软路由怎么设置让员工上指定的网站,还有设置了上下行限制后会不会影响内网的数据传输
在防火墙里对这个IP或者ip段做一个单独策略: 1:仅允许指定的网站IP通过。 2:丢弃所有包。 注意:如果是web,那么限制端口为80。丢弃所有包是全部端口。这样这个IP或者ip段永远上不了其他网站。祝你成功。
内网的数据传输并不通过ros,ros的限速不会影响内网数据传输
㈢ ros里面ip-firewall-layer7 protocol过滤协议起什么作用的
找到应用程序特征数据后,输入,可以过滤应用程序(禁止应用程序数据通过,如禁止QQ)
㈣ ros中防火墙如何能拒绝外网主动连接,允许内网连接外网。
/ip firewall filter
add action=drop chain=input disabled=no in-interface=pppoe-out1
将 pppe-out改为你的外网网卡就OK了。NAT转发不受影响。
㈤ ROS软路由禁下载和看网络视频
能禁迅雷。 PPS单靠脚本禁不了。
/ ip firewall filter add chain=forward content="octet-stream" action=drop comment="NO Thunder" disabled=no
/ ip firewall filter add chain=forward content="Pragma: no-cache" action=drop comment="" disabled=no
/ ip firewall filter add chain=forward content="Connection: close" action=drop comment="" disabled=no
/ ip firewall filter add chain=forward content="Range: bytes=" action=drop comment="" disabled=no
/ ip firewall filter add chain=forward content="Cookie: __utma=" action=drop comment="" disabled=no
/ ip firewall filter add chain=forward content="filename=" action=drop comment="" disabled=no
/ ip firewall filter add chain=forward content="Cookie rtime=" action=drop comment="" disabled=no
/ ip firewall filter add chain=forward content="Content-Disposition: attachment;" action=drop comment="" disabled=no
这是完全禁止迅雷的。有副作用就是普通下载保存也不能下。原因是禁止了octet-stream这个关键字。(实际测试过)
建议用下面的代码:
/ ip firewall filter
add chain=forward content=octet-stream action=drop comment="\D1\B8\C0\D7\B5\A5\CF\DF\B3\CCBegin" disabled=no
add chain=forward dst-address=213.39.61.58 action=drop comment="" disabled=no
add chain=forward dst-address=219.129.83.0/24 action=drop comment="" disabled=no
add chain=forward dst-address=220.172.191.36 action=drop comment="" disabled=no
add chain=forward dst-address=61.183.55.0/24 action=drop comment="" disabled=no
add chain=forward dst-address=58.61.39.0/24 action=drop comment="" disabled=no
add chain=forward dst-address=121.10.120.0/24 protocol=tcp dst-port=!80 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=3076-3079 action=drop comment="" disabled=no
add chain=forward protocol=udp dst-port=3076-3079 action=drop comment="" disabled=no
add chain=forward dst-address=221.238.253.251 action=accept comment="Thunder Login IP" disabled=no
add chain=forward protocol=udp dst-port=1004 action=drop comment="" disabled=no
add chain=forward protocol=udp dst-port=5004 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=5200 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=6200 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=8001 action=drop comment="" disabled=no
add chain=forward protocol=udp dst-port=8001 action=drop comment="" disabled=no
add chain=forward protocol=udp src-port=15000-15001 action=drop comment="" disabled=no
add chain=forward protocol=udp src-port=16818 action=drop comment="\D1\B8\C0\D7\B5\A5\CF\DF\B3\CCOver" disabled=no
迅雷单线程脚本。。能让迅雷单线程下载。。也不影响其他下载。
㈥ ros2.97中如何设置禁止访问某个固定网站
是2.9.27是吧,建议用WINBOX来完成,先进入IP-防火墙,在过滤规则选项点击+号,在普通的源地址上填上需要禁止访问163的IP,如果是整段可以这样填,例如:192.168.0.0/24(当然这个要看你实际的内网网段,要根据实际情况改变),在旁边的高级的content处填上163.com,在作用处选择drop,点击右边的OK,这样就可以了,希望我的回答对你有帮助。
㈦ ros 指定IP 只能访问指定网址 用过滤方法
楼主你肯定是以禁IP的形式来做规则了,这种方式只能对应固定IP的服务器回才生效的,对于那答些在一定范围内浮动的IP最好用域名过滤的规则来做,详细做法如下,先在src上添加内网IP,然后在第二个选项卡,中文版为高级的选项上的connect填上指定域名和后缀,在应用处选accept,也就是接受,最后再做几条connect到.com、cn、org等禁止的策略就可以实现只访问某个网站的目的了,如果想做指定端口的限制可以在TCP那填上端口类型和在下面填上对应端口号,策略最好分开来做,不然会乱,做好以后标识一下,希望我的答案对你有帮助。
我本军团:助人为本,以本会友
㈧ 启动项有jbrrjmm和rosftpm的木马病毒怎样除去
那还费什么劲,重装系统不就OVER了.
㈨ ROS能否做到每隔一段时间弹出网页小广告呢类似电信那样
ROS软路由不能来设置弹出网页小自广告。
如何去除网页小广告:
1.打开网络浏览器,在网页的右上角找到工具点击打开。
2.打开后可以看到“广告过滤”,打开。
3.打开后出现下面的页面,然后根据需要进行设置。
4.经过设置后的页面是非常干净的,没有其他的小广告。
㈩ ros路由被攻击 下载量很大
断电关机十分钟后重启