I need to simulate a low bandwidth, high latency connection to a server in order to emulate the conditions of a VPN at a remote site. The bandwidth and latency should be tweakable so I can discover the best combination in order to run our software package.
|
|
There's an excellent writeup of setting up a FreeBSD machine to do just this - take your standard old desktop, toss in an additional NIC, and build. The writeup is available at http://www.freebsd.org/doc/en/articles/filtering-bridges/article.html. In step 5 of the above instructions, you're enabling a firewall. For just simulating a different IP connection, you could (for example) do the following: Create a file
And change
with
reboot, and you've got yourself a 56K bridge! If you happen to be working from a Macintosh, that OS has ipfw built into it by default. I've done the same thing by routing network traffic over the Airport and through the ethernet, setting it up so that anything coming over the airport has the same characteristics as whatever I'm trying to emulate. You can invoke the ipfw commands directly from the terminal and get the same effects. |
||||
|
|
|
On Mac OS X Lion, Xcode 4.1 includes a utility called "Network Link Conditioner" that simulates configurable bandwidth, latency, and packet loss.
|
|||||||||
|
|
In the past, I have used a bridge using the Linux Netem (Network Emulation) functionality. It is highly configurable -- allowing the introduction of delays (the first example is for a WAN), packet loss, corruption, etc. EDIT: There is also the MasterShaper web interface to control the settings. I'm noting that Netem worked very well for my applications, but I also ended up using WANem several times. The provided bootable ISO (and virtual appliance images) made it quite handy. |
||||
|
|
|
Try WANem
|
|||
|
|
For Windows you can use this application: http://www.softperfect.com/products/connectionemulator/ WAN Connection Emulator for Windows 2000, XP, 2003, Vista, Seven and 2008. Perhaps the only one available for Windows. |
|||
|
|
|
You can use vmware to run BSD or Linux and try this article (DummyNet) or this one. Edit: After I wrote this I came across Charles the web debugging proxy application and had great success in emulating network latency.
|
||||
|
|
|
I would try using netem on linux. With it you can simulate additional delay, corruption, packet loss and duplication. It even works on the loopback device. |
|||
|
|
|
Another client-side program (Windows only), is NetLimiter - http://www.netlimiter.com |
|||||||
|
|
If you're on linux, I find the Traffic Control program to be a great help for this sort of thing. |
|||
|
|
|
There is a product from http://www.shunra.com called VE Desktop which can be used to simulate varying network conditions. It allows you to tweak latencies, bandwidth and packetloss with a simple UI. Only caveat is, its not free. Hope this helps. |
|||
|
|
|
I wrote a bit about this at: http://www.khokhar.net/2010/01/simulating-low-bandwidths/ |
|||
|
|
|
I've been looking for an easy to use tool for this type of testing for a while now. I just came across this the other day: Network Delay Simulator If you're running Windows, you should check it out. It was super easy to set up and get going, and seems to work really well. It allows you to define bandwidth, latency, and packet loss in each direction. The other really nice thing is that you can define "Flow Match Conditions" so that it only affects the traffic you want it to. Oh yeah, and it's free. |
|||
|
|
|
Here is good article about this http://purefinity.blogspot.com/2009/01/simulating-network-delay-using-linux.html |
|||
|
|
|
Found this one for Windows using Fiddler (free solution) http://www.logic-worx.com/index.php/tools-and-apps/fiddler-connection-simulator/ |
|||
|
|
|
i think i found what i need. maybe you can use charles proxy or slowy. hope it helps. |
|||
|
|
|
We used this software once inside of a Virtual Machine to do some bandwidth scale testing: http://www.softinengines.com/index.php?section=download&langu=en It's not free, but does have a 30 day trial. |
|||
|
|
|
I use NetBalancer on my Windows machine. |
|||
|
|

