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 using iptables.

Depending on frequency of this command you can simulate a slow connection.

Bye!!!

On 20/02/10 23:22, 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?


Thanks in advance,

// Oliver



--
---------------------------------------------------------------------
   "You don't know where your shadow will fall",
        Somebody.-
---------------------------------------------------------------------
 Ing. Olaf Reitmaier Veracierta<ola...@gmail.com>
---------------------------------------------------------------------
 Personal Web Page -- http://olafrv.com -- i...@olafrv.com
---------------------------------------------------------------------


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b80b3d4.60...@gmail.com

Reply via email to