Question / Help Bind to IP [Problem] [Help]

proxi91

New Member
Okay guys i have 2 internet connections

1.Local Area Connection - Im using this one to play online game [League Of Legends]
2.Local Area Connection 2 - On this one i have high upload speed

And i want Local Area Connection 2 to be binded on OBS [BIND TO IP]

I want to play game one 1st internet and to stream on 2nd both connections are on one PC can someone help me what i need to do to make it work?
3JHkPzX.png
 

Leminate

New Member
so basically you already figured it out..?
that's how I do it - just bind the high upload speed to OBS and then play LoL normally. if windows automaticly chooses the connection for you, you can use a program called "ForceBindIP GUIv1.5" to bind the first connection to the game.
 

Othni

New Member
Instead of messing with the Bind to IP option or using Forcebind...

Create a static route in your computer for traffic that goes to the upload ip.
Use "route print" to see current settings.
Research the "Route ADD..." command
You have to set the ip address (1.1.x.x) MASK 255.255.0.0 {interface IP with high upload bandwidth}
add -P for permanent setting

So everytime your computer connects to the ip address/network specified, it will use the interface that has the IP address you specify in the static route.
 

sirpercevall

New Member
Instead of messing with the Bind to IP option or using Forcebind...

Create a static route in your computer for traffic that goes to the upload ip.
Use "route print" to see current settings.
Research the "Route ADD..." command
You have to set the ip address (1.1.x.x) MASK 255.255.0.0 {interface IP with high upload bandwidth}
add -P for permanent setting

So everytime your computer connects to the ip address/network specified, it will use the interface that has the IP address you specify in the static route.
Sorry for replying to an old post.
I've found this answer really interesting since I was going into the same problem of the topic and trying with Force IP.
The Bind to IP seems interesting but if I bind all the uploads to one connection, I think that also the game ping will be affected by this.
The target should be to use one connection to upload into OBS, leaving the other one free to deal with the game and give the lowest possible ping. Am I missing something?
 
Top