Guest User

Untitled

a guest
Jan 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. setting up upload...
  2. + tc qdisc add dev pppoe-wan root handle 1: htb default 20
  3. + tc class add dev pppoe-wan parent 1: classid 1:1 htb rate 245kbit
  4. + tc class add dev pppoe-wan parent 1:1 classid 1:10 htb rate 163kbit burst 6k prio 1 ceil 245kbit
  5. + tc class add dev pppoe-wan parent 1:1 classid 1:20 htb rate 81kbit burst 6k prio 2
  6. + tc qdisc add dev pppoe-wan parent 1:20 handle 20: sfq perturb 10
  7. + tc filter add dev pppoe-wan parent 1:0 protocol ip handle 2 fw flowid 1:10
  8. RTNETLINK answers: No such file or directory
  9. We have an error talking to the kernel
Add Comment
Please, Sign In to add comment