TC를 이용한 인터페이스 QOS
2016. 2. 10.
#!/bin/bash # Full path to tc binary TC=$(which tc) # # NETWORK CONFIGURATION # interface - name of your interface device # interface_speed - speed in mbit of your $interface # ip - IP address of your server, change this if you don't want to use # the default catch all filters. # interface=ppp0 interface_speed=1000mbit ip=1.1.1.1 # The IP address bound to the interface # Define the upload and do..