㈠ 用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路由被攻擊 下載量很大
斷電關機十分鍾後重啟