Sonarr Unable to bind to IP, but localhost works

Sonarr version (exact version): 3.0.6.1342
Mono version (if Sonarr is not running on Windows): NA
OS: 10.0.19041 N/A Build 19041
Debug logs: https://drive.google.com/file/d/1--xMZ0iltAndam45WeSGqBq8jvq8rxYd/view?usp=sharing
Description of issue:

Hey all I cannot get Sonarr to bind to my local IP, it binds to localhost just fine. I have completely uninstalled Sonarr and started fresh but still no luck. Radarr works fine.

When I browse to localhost:8989/sonarr that works but when I try 192.168.1.3:8989/sonarr it doesn’t work.

I am browsing from the machine Sonarr is running from. I have also tested disabling the firewall but that didn’t fix it.

If I run netstat I see the following for Sonarr:

TCP    [::1]:8989             machine_name:6416            ESTABLISHED     4
  TCP    [::1]:8989             machine_name:6429            ESTABLISHED     4

In comparison I see all of this for Radarr:

TCP    192.168.1.3:7878       host:6624              TIME_WAIT       0
TCP    [::1]:7878             machine_name:6553            ESTABLISHED     5152

Any tips?

Edit: Also I have tried running Sonarr as admin 1 time but that didn’t help either.

I should also clarify when I try to navigate to 192.168.1.3:8989/sonarr I receive an error connection refused.

Found this post https://www.reddit.com/r/sonarr/comments/4suzc7/sonarr_suddenly_not_working_over_local_network/

Running this worked:

netsh http add iplisten ipaddress=::

netsh http add iplisten 127.0.0.1

netsh http add iplisten 192.168.1.2

Change last ip to your machine IP.

Hope this help someone! I have a lot of things running on this machine so I may have corrupted something along the way thanks!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.