I am using a Linkys WRT54G v3 router with OpenWRT v10.03.1. My end goal is to use Traffic Control (tc
) and Network Emulator (netem
) on the router, which are in the ip
package (this is the iproute2
package in most linux distributions).
However, my computer is connected to a work network, and the router is connected to my computer via an ethernet cable. I am not able to connect the router to the internet, wired or wireless, because of work restrictions. I have to access the internet through my computer, and then ssh
into the router via PuTTy
.
Is there any way to download the ip
package on my computer and push it onto the router? Can you direct me to a safe place to download the ip
package, if such exists?
Thanks.