[ask] problem queue tree and mangle doesnt work
Posted: Sat Mar 09, 2013 5:33 am
hello, I have these screenshots.
I have game and browse queues. And have static bandwidth of 3Mbps
When the ping of the game(202.162.207.111) has above 100, the game become so lag.
I dont know what's wrong with this.
Please, anyone have any idea with this?
Below are my mangle (0-4) and one of the client (5-10)
I use this for every queue in queue tree.
I'll provide every single config if someone ask for it.
The Ping destination are : 8.8.8.8 (google dns), 202.162.207.111(game), 192.168.172.1 (modem)
I have game and browse queues. And have static bandwidth of 3Mbps
When the ping of the game(202.162.207.111) has above 100, the game become so lag.
I dont know what's wrong with this.
Please, anyone have any idea with this?
Below are my mangle (0-4) and one of the client (5-10)
Code: Select all
0 chain=forward action=change-mss new-mss=1440 passthrough=yes tcp-flags=sy>
protocol=tcp in-interface=speedy tcp-mss=1441-65535
1 chain=forward action=change-mss new-mss=1440 passthrough=yes tcp-flags=sy>
protocol=tcp out-interface=speedy tcp-mss=1441-65535
2 ;;; Master Mangle
chain=prerouting action=mark-connection new-connection-mark=conn-game
passthrough=yes dst-address-list=game in-interface=ether4-lan
3 chain=prerouting action=mark-packet new-packet-mark=packet-game
passthrough=no connection-mark=conn-game
4 chain=prerouting action=mark-packet new-packet-mark=packet-net
passthrough=no
5 ;;; User Mangle
chain=forward action=mark-connection new-connection-mark=GAME-2
passthrough=yes src-address=192.168.44.2 packet-mark=packet-game
6 chain=forward action=mark-connection new-connection-mark=NET-2
passthrough=yes src-address=192.168.44.2 packet-mark=packet-net
7 chain=forward action=mark-packet new-packet-mark=up-game2 passthrough=no
in-interface=ether4-lan connection-mark=GAME-2
8 chain=forward action=mark-packet new-packet-mark=up-net2 passthrough=no
in-interface=ether4-lan connection-mark=NET-2
9 chain=forward action=mark-packet new-packet-mark=limit-game2
passthrough=no connection-mark=GAME-2
10 chain=forward action=mark-packet new-packet-mark=limit-net2 passthrough=n>
connection-mark=NET-2
Code: Select all
name="default" kind=pfifo pfifo-limit=200