pl i want to know if ur this config wiil work in ver 3rc13,he works with 2.9 but i dont if he wiil work on 3vrc13 because i wanted to setup in my network.
MANGLE :
Code:
1 ;;; Upload
chain=prerouting in-interface=localnet src-address=192.168.1.0/24
protocol=tcp p2p=!all-p2p action=mark-packet
new-packet-mark=Up-Packet
passthrough=no
2 ;;; Download
chain=forward src-address=192.168.1.0/24 protocol=tcp p2p=!all-p2p
action=mark-connection new-connection-mark=users-con
passthrough=yes
3 chain=forward in-interface=internet protocol=tcp
connection-mark=users-co>
action=mark-packet new-packet-mark=down-packet passthrough=no
4 ;;; Proxy Marking
chain=output out-interface=localnet dst-address=192.168.1.0/24
protocol=tcp action=mark-packet new-packet-mark=Proxy-down
passthrough=no
Qtree
Code:
1 name=“2-Int-up” parent=global-in packet-mark=Up-Packet
limit-at=160000
queue=pcq-upload priority=2 max-limit=160000 burst-limit=0
burst-threshold=0 burst-time=0s
2 name=“1-Local-down” parent=localnet packet-mark=down-packet
limit-at=600000 queue=pcq-download priority=2 max-limit=600000
burst-limit=0 burst-threshold=0 burst-time=0s
3 name=“3-Proxy download” parent=localnet packet-mark=Proxy-down
limit-at=750000 queue=pcq-download priority=2 max-limit=750000
burst-limit=0 burst-threshold=0 burst-time=0s
Delete Reply Forward Spam Move…
Previous | Next | Back to Messages Save M