OK, thanks SP.
More analysis ... and this is a very long shot:
When I click on "Test Server", this is shown in the terminal running "proxychains sabnzbdplus ...":
Code: Select all
|DNS-request| newsreader3.eweka.nl
|S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|DNS-response| newsreader3.eweka.nl is 81.171.92.205
|DNS-request| newsreader3.eweka.nl
|S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|DNS-response| newsreader3.eweka.nl is 81.171.92.205
|S-chain|-<>-127.0.0.1:9050-<><>-81.171.92.205:119-<><>-OK
So first a DNS request, then a connection from 127.0.0.1:9050 to newsserver 81.171.92.205:119. Note: this is my guess-interpretation of the proxychains logging.
When I leave the terminal running, this appears:
Code: Select all
|S-chain|-<>-127.0.0.1:9050-<><>-192.168.1.148:11111-<--timeout
|S-chain|-<>-127.0.0.1:9050-<><>-192.168.1.148:11111-<--timeout
|S-chain|-<>-127.0.0.1:9050-<><>-192.168.1.148:11111-<--timeout
|S-chain|-<>-127.0.0.1:9050-<><>-192.168.1.148:11111-<--timeout
|S-chain|-<>-127.0.0.1:9050-<><>-192.168.1.148:11111-<--timeout
|S-chain|-<>-127.0.0.1:9050-<><>-192.168.1.148:11111-<--timeout
So ... if my guess is correct, this means SABnzbd is trying to make a connection to ... 192.168.1.148:11111 ... which is its own interface, not a newsserver
Now the interesting part: SAB's gui shows this message:
2015-02-09 22:20:36,926 WARNING: Error: Session Key Incorrect
... that could be true if indeed SAB is trying a 'news' connection to its own web interface ...