Hey Guys, hoping someone can give me some direction for an issue i'm having.
Currently I have a small home server running windows server 2012 and Sabnzbd. This server has multiple NICs as well as a USB connection to a MiFI for a direct connection to the web bypassing my local intranet.
(We live in a fairly remote area, but I have a business MiFi with unlimited and unrestricted data that I can get about 25MB/s on)
Essentially the issue i'm having is that my sabnzbd instance will revert to using my local ethernet connection to get out to the internet, the speeds on this line are much slower and more prone to congestion as I have many other devices on this network, and its going out essentially a similar (but different) cellular connection.
I've tried manually setting the interface metric in windows, as well as assigning the MiFi interface a higher priority, but it seems to always fall back to the ethernet interface after a few minutes of seeming to work fine in sabnzbd.
Anyone have any ideas? Thanks in advance!
Multiple network adaptors
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
- Newbie
- Posts: 34
- Joined: October 14th, 2015, 1:32 am
Re: Multiple network adaptors
That’s a fairly complex network setup, only thing I can think of is to prioritise the ports your newsgroup service is using to grab. Rather then the interface prioritisation.
-
- Newbie
- Posts: 3
- Joined: February 4th, 2018, 5:38 pm
Re: Multiple network adaptors
Interesting, I guess I could block those ports on the wired network, but then I would loose a backup connection if the MiFi failed. What did you mean by prioritize when you say "prioritize the ports"?
Thanks for the reply!
Thanks for the reply!
-
- Newbie
- Posts: 34
- Joined: October 14th, 2015, 1:32 am
Re: Multiple network adaptors
Port numbers, sab would grab on a specific ip:port number, not the web interface port. What are the two nics for? If you can give me a better idea of your setup I may be able to help.
Re: Multiple network adaptors
@tricamtech:
Maybe ForceBindIP can solve it for you?
Example usage:
See https://r1ch.net/projects/forcebindip
Maybe ForceBindIP can solve it for you?
Example usage:
Code: Select all
ForceBindIP.exe 192.168.2.32 "C:\Program Files\Mozilla Firefox\firefox.exe"
-
- Newbie
- Posts: 3
- Joined: February 4th, 2018, 5:38 pm
Re: Multiple network adaptors
Interesting. Thanks for the ideas guys! I’ll check out forcebind!