Set the loss to 30% at beginning (the first command):
# tc qdisc add dev eth0 root netem loss 30%
Change the loss to 10%:
# tc qdisc change dev eth0 root netem loss 10%
Restore to normal (the last command):
# tc qdisc del dev eth0 root
Set the loss to 30% at beginning (the first command):
# tc qdisc add dev eth0 root netem loss 30%
Change the loss to 10%:
# tc qdisc change dev eth0 root netem loss 10%
Restore to normal (the last command):
# tc qdisc del dev eth0 root