How to prioritize openvpn traffic?
- by aditsu
I have an openvpn server, with one network interface. VPN traffic is extremely slow.
I tried to do traffic control with this configuration (currently):
qdisc del dev eth0 root
qdisc add dev eth0 root handle 1: htb default 12
class add dev eth0 parent 1: classid 1:1 htb rate 900mbit
#vpn
class add dev eth0 parent 1:1 classid 1:10 htb rate 1500kbit…