docsis true ขอเปลี่ยน router เป็น epc 3925 เลยครับ ทำ bridge ได้ ได้ wan ip จริงมาเลยครับ
Announcement
Collapse
No announcement yet.
Mikrotik Club
Collapse
X
-
Originally posted by jokerkob View Postสอบถามเรื่องการblock bitTorrent หน่อยครับ ถ้าเครื่องไหนที่มีโปรแกรมอยู่ เครื่องนั้นจะออกเน็ตไม่ได้ด้วยครับ มันไม่ได้block แค่ torrent อย่างเดียวครับ
คอมโหลดบิท 10.0.0.1 โหลดบิทได้ เข้าเว็บได้
เริ่ม Block ตั้งแต่เครื่องที่ 10.0.0.2 - 10.0.0.10 โหลดบิทเมื่อไหร่ ใช้งานได้แค่ port 80,443,53
/ip firewall filter
add action=add-src-to-address-list address-list=ban_bit address-list-timeout=2m \
chain=forward comment="Drop User Download Bittorrents" dst-address-list=\
!allow-bit layer7-protocol=bittorrent src-address=10.0.0.1-10.0.0.10
add action=add-src-to-address-list address-list=ban_bit address-list-timeout=2m \
chain=forward dst-address-list=!allow-bit p2p=all-p2p src-address=\
10.0.0.2-10.0.0.10
add action=drop chain=forward dst-port=!80,443,53 protocol=tcp \
src-address-list=ban_bit
add action=drop chain=forward dst-port=!53 protocol=udp src-address-list=\
ban_bit
/ip firewall layer7-protocol
add name=bittorrent regexp="^(\\x13bittorrent protocol|azver\\x01\$|get /scrap\
e\\\?info_hash=get /announce\\\?info_hash=|get /client/bitcomet/|GET /data\
\\\?fid=)|d1:ad2:id20:|\\x08'7P\\)[RP]"
Comment
-
Originally posted by dkny0420 View Postสวัสดีค่ะ พอดีมือใหม่หัดใช้งานตัว Mikrotik ค่ะ ขอรบกวนสอบถามวิธีการบล็อกเว็บโป้ เว็บลามก โดยใช้ Mikrotik รุ่น RB2011 UAS หน่อยค่ะ
Script เอาไปปรับแต่เองนะครับ
/ip firewall filter
add action=drop chain=forward comment="Block Badweb" disabled=yes \
layer7-protocol=badweb
/ip firewall layer7-protocol
add name=badweb regexp="^.+(baidu.co.th|v9.com|sanook.com|facebook.com).*\$"
Comment
Comment