Internet cafe soft route ROS limits p2p policies

Source: Internet
Author: User
Tags passthrough

Truly validSolutionThe idea is not to prohibit, but to limit the package classification and total traffic size. It serves as a p2pDownloadIt can still be used, but the traffic is limited and the policy level is low. I don't need to talk about the advantages of this operation.GamesIf you completely disable p2p, it will be very troublesome. I want to limit the wholeNetworkThe maximum value is 128 kb, which can be modified as needed. And the consumedSystemVery small resources

/Ip firewall mangle
Add chain = forward p2p = all-p2p action = mark-connection new-connection-mark = p2pCOM passthrough = yes comment = "" disabled = no
Add chain = forward connection-mark = p2pCOM action = mark-packet new-packet-mark = p2p passthrough = yes comment = "" disabled = no
/Queue tree
Add name = "p2pW" parent = WAN packet-mark = p2p limit-at = 128000 queue = default priority = 8 max-limit = 128000 burst-limit = 0 burst-threshold = 0 burst-time = 0 s disabled = no
Add name = "p2pL" parent = LAN packet-mark = p2p limit-at = 128000 queue = default priority = 8 max-limit = 128000 burst-limit = 0 burst-threshold = 0 burst-time = 0 s disabled = no

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.