| OLD | NEW |
| (Empty) | |
| 1 This directory contains the binaries to install and use IPFW and |
| 2 DUMMYNET on a Windows Machine. The kernel part is an NDIS module, |
| 3 whereas the user interface is a command line program. |
| 4 |
| 5 1. INSTALL THE NDIS DRIVER |
| 6 |
| 7 - open the configuration panel for the network card in use |
| 8 (either right click on the icon on the SYSTRAY, or go to |
| 9 Control Panel -> Network and select one card) |
| 10 |
| 11 - click on Properties->Install->Service->Add |
| 12 - click on 'Driver Disk' and select 'netipfw.inf' in this folder |
| 13 - select 'ipfw+dummynet' which is the only service you should see |
| 14 - click accept on the warnings for the installation of an unknown |
| 15 driver (roughly twice per existing network card) |
| 16 |
| 17 Now you are ready to use the emulator. To configure it, open a 'cmd' |
| 18 window and you can use the ipfw command from the command line. |
| 19 Otherwise click on the 'TESTME.bat' which is a batch program that |
| 20 runs various tests. |
| 21 |
| 22 2. UNINSTALL THE DRIVER |
| 23 |
| 24 - select a network card as above. |
| 25 - click on Properties |
| 26 - select 'ipfw+dummynet' |
| 27 - click on 'Remove' |
| OLD | NEW |