bindip icon indicating copy to clipboard operation
bindip copied to clipboard

Any chance of this getting continued or any alternatives?

Open Tobi-La opened this issue 6 years ago • 12 comments

Hey,

this tool is exactly what I would need. I want to bind a game which can be only started using a launcher and so the game itself runs in another subprocess. ForceBindIP doesn't support this and this tool doesn't support windows 10.

Is there any chance someone will add windows 10 support to this? Or does someone know of any other tool that has the same functionality supporting windows 10?

Thanks for your help, TobiLa

Tobi-La avatar Oct 22 '18 11:10 Tobi-La

@Tobi-La Would love to know if you found an alternative as I am in the same boat with ForceBindIP not working for me and this app not working as I am running Windows 10.

BarryReid avatar Dec 11 '18 00:12 BarryReid

@BarryReid @Tobi-La Any alternative found for Win 10?

IProSoft avatar Apr 03 '19 10:04 IProSoft

dumb question, is this something that can be rewritten in a higher level language such as Python or C#? I would love to contribute but unfortunately lack Windows 10 networking knowledge and C experience.

jono-90 avatar Jun 10 '20 04:06 jono-90

guys you can achieve this using WFP callouts, that's the modern API - use that instead.

https://docs.microsoft.com/en-us/windows-hardware/drivers/network/using-bind-or-connect-redirection

banister avatar Jun 10 '20 20:06 banister

guys you can achieve this using WFP callouts, that's the modern API - use that instead.

https://docs.microsoft.com/en-us/windows-hardware/drivers/network/using-bind-or-connect-redirection

Any chance you could tell us how? I really need this to work but am running win10

virrtue avatar Jul 29 '20 16:07 virrtue

Any chance you could tell us how? I really need this to work but am running win10

Hi, I found a way to do this in the latest version of Windows 10. Do you still need it?

mSv1306 avatar Aug 02 '20 17:08 mSv1306

Any chance you could tell us how? I really need this to work but am running win10

Hi, I found a way to do this in the latest version of Windows 10. Do you still need it?

follow... please kindly share

ricky-r171 avatar Aug 11 '20 15:08 ricky-r171

(As English is not my main language I will use Google Translante)

Well, it's not exactly what BindIp does but it did help me to separate two different internet connections.

Install dispatch-proxy (From github) (analyzing the documentation) create two different proxies with different ports for each network adapter. Download Proxifier (It has a 30 day trial) In Proxifer, load the two proxies created previously and create different rules for each application that you want (Selecting the proxy that you want).

That would be a quick explanation, but it helped me to play and download with two different internet connections, maybe it won't work for what you want, you will have to try.

mSv1306 avatar Aug 11 '20 15:08 mSv1306

(As English is not my main language I will use Google Translante)

Well, it's not exactly what BindIp does but it did help me to separate two different internet connections.

Install dispatch-proxy (From github) (analyzing the documentation) create two different proxies with different ports for each network adapter. Download Proxifier (It has a 30 day trial) In Proxifer, load the two proxies created previously and create different rules for each application that you want (Selecting the proxy that you want).

That would be a quick explanation, but it helped me to play and download with two different internet connections, maybe it won't work for what you want, you will have to try.

Thanks! I was indeed looking into proxifier but dispatch-proxy is actually the missing piece I didn't have! I will try now. Many thanks!

ricky-r171 avatar Aug 11 '20 16:08 ricky-r171

Any chance you could tell us how? I really need this to work but am running win10

Hi, I found a way to do this in the latest version of Windows 10. Do you still need it?

follow... please kindly share

This is the way i got mine working, only for 32bit applications though. http://www.mediafire.com/file/arrj12ajiw8n4vx/IPbinding.7z/file

Just run "Install.cmd" then put the commands from the txt file into PowerShell x86. You have to put the commands in at every boot but that could easily be automated.

virrtue avatar Aug 12 '20 11:08 virrtue

Any other alternative ?

LeoKesler avatar Aug 21 '22 21:08 LeoKesler

If BindIP or ForceBindIP doesn't work, I recommend running a proxy on each adapter (I use CCProxy) and using programs like Proxycap (for UDP and TCP packets) or Proxifier (for TCP packets only) to force applications to use that proxy, ensuring they utilize the specified adapter. If you plan to use this setup daily, consider having a static IP for each adapter to avoid resetting configurations after restarting your PC. I've created a video about it, you can find the link here

MIR-12g avatar Feb 26 '24 12:02 MIR-12g