Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit upload bandwidth and the client cannot access the network #21

Open
wfj1216 opened this issue Jan 9, 2018 · 0 comments
Open

Limit upload bandwidth and the client cannot access the network #21

wfj1216 opened this issue Jan 9, 2018 · 0 comments

Comments

@wfj1216
Copy link

wfj1216 commented Jan 9, 2018

platform:OpenWRT, X86,
linux kernel:3.18.45
I follow README and put the code on openwrt, compile and load.
Configuration commands are as follows:
ipfw add pipe 2 ip from any to 172.10.0.0/16
ipfw pipe 2 config mask dst-ip 0xffffffff bw 10Mbit/s buckets 256
I test download bandwidth, it's normal.

But when I restrict the upload bandwidth, the client cannot access the network.
Configuration commands are as follows:
ipfw add pipe 3 ip from 172.10.0.0/16 to any
ipfw pipe 3 config mask src-ip 0xffffffff bw 1Mbit/s buckets 256

Please help to repair this problem, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant