bitbrute / evillimiter-windows

Tool that limits bandwidth of devices on the same network without access.
MIT License
171 stars 28 forks source link

Limiter acts like it's blocking the connection entirely. #2

Closed rafikahmed closed 4 years ago

rafikahmed commented 4 years ago

Hi there, So I tested the limiter functionality, when I try to limit the Upload/Download speed for a host on my network it acts like it's blocking it from accessing the network not just limiting the speed. Kind regards, Ahmed.

bitbrute commented 4 years ago

Hey!

You didn't - by accident - limit/block the gateway too? Did you set the limit to a reasonable amount (e.g. 60bit/s would obviously be too low)? Is IP routing enabled in the "Settings" tab? Are you connected to a repeater or using DLAN?

If the error still persists try setting the value of IpEnableRouter in the registry (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters) to 1 and restart your machine.

Thank you!

rafikahmed commented 4 years ago

Hi There, Changing IpEnableRouter fixed the issue. Thank you! Ahmed.

bitbrute commented 4 years ago

Update: It seems like the IP routing service wasn't able to start properly. The issue should now be fixed. By downloading the recent version, this error will no longer occur.

Thank you for reporting!