Simulate longer Ping Time

Hello...

I have a R7800 running with newest Version of Openwrt. I come from dd-wrt.
Now I like to bring my commands for traffic shaping to openwrt.

This is what I have in dd-wrt command "Firewall"

tc qdisc del dev br0 root
tc qdisc add dev br0 root handle 1: prio
tc qdisc add dev br0 parent 1:3 handle 30: netem  delay 145ms 
tc filter add dev br0 protocol ip parent 1:0 prio 3 u32 match ip dst 192.168.6.11 flowid 1:3

Ok. I can write br-lan for br0. But where I can do this in Luci ?

Thanks...
micky1067

You can write the commands in System->Startup, Local Startup tab.
Or directly to /etc/rc.local

2 Likes

Oh thanks.. So I was on the wright way.
I will test it !