On Sun, 21 Feb 2010 04:52:54 +0100
"Oliver Schneider" wrote:
> Hi there,
>
> does anyone here know a tool/package that I can use on a Debian system that
> acts as a router in order to simulate lossy or very slow network connections?
There's dummynet - no experience with it, or this type of thi
Hi,
Yes, use "tc" command from iproute package.
Or you can make a script to:
- Enable/Disable kernel forward in you router.
echo 0 > /proc/sys/net/ipv4/ip_forward
- Add/Drop static routes.
route del default
- Reduce TTL in the MANGLE table.
- Enable/Disable firewall rules.
The last two us
2 matches
Mail list logo