You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test it in my router ,linux kernel is 3.10.14.it works fine if i use lan side ip address as src ip or dest ip.but it not work if i use wan side ip addess.the Network topology diagram just like this:
PC(192.168.168.1.2)---------lan-|Router|-wan----------Internet server(172.16.1.2)
lan side wan side
i need to make wan side rate controll working,how can i do?thanks!
The text was updated successfully, but these errors were encountered:
I found the problem,it is the control rate issue.
for exampe,when i want to control down rate in 1Mbps,
sometime it worked when set:echo +10.0.0.0/24 1000 000 > /proc/net/ipt_ratelimit/name0,
but sometime it worked when set : echo +10.0.0.0/24 100 000 > /proc/net/ipt_ratelimit/name0
I test it in my router ,linux kernel is 3.10.14.it works fine if i use lan side ip address as src ip or dest ip.but it not work if i use wan side ip addess.the Network topology diagram just like this:
PC(192.168.168.1.2)---------lan-|Router|-wan----------Internet server(172.16.1.2)
lan side wan side
i need to make wan side rate controll working,how can i do?thanks!
The text was updated successfully, but these errors were encountered: