0.0.0.0 not accessible in opera browser

Report & discuss bugs found in SABnzbd
Forum rules
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.
Post Reply
aaa444
Release Testers
Release Testers
Posts: 7
Joined: September 7th, 2009, 7:00 pm

0.0.0.0 not accessible in opera browser

Post by aaa444 »

0.0.0.0 pages are not accessible through opera for some reason

sabnzbd+ 0.5.0 alpha 9 on os x has menu bar items that opens pages to ip 0.0.0.0 (e.g. http://0.0.0.0:8080/sabnzbd/connections/) in my default browser, opera.  sabnzbd host is set to 0.0.0.0, but is there a way to set it to something else for the menu bar, like localhost or hostname.local
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 0.0.0.0 not accessible in opera browser

Post by shypike »

You cannot use 0.0.0.0 in any web browser.
It just means that SABnzbd will listen to all available interfaces.
Usually this is "localhost" and the IP address of your system.

If the browser and SABnzbd are on the same system, use:
http://localhost:8080/sabnzbd
User avatar
inpheaux
Administrator
Administrator
Posts: 563
Joined: January 16th, 2008, 9:14 pm

Re: 0.0.0.0 not accessible in opera browser

Post by inpheaux »

Opera won't listen on localhost either. This isn't our fault, they just plain won't do it.

You'll probably need to use the ipv6 address http://[::1]:8080/sabnzbd
aaa444
Release Testers
Release Testers
Posts: 7
Joined: September 7th, 2009, 7:00 pm

Re: 0.0.0.0 not accessible in opera browser

Post by aaa444 »

shypike wrote: You cannot use 0.0.0.0 in any web browser.
It just means that SABnzbd will listen to all available interfaces.
Usually this is "localhost" and the IP address of your system.

If the browser and SABnzbd are on the same system, use:
http://localhost:8080/sabnzbd
do you mean 0.0.0.0 shouldn't be used? it works fine in safari/firefox.  if you did mean it shouldn't be used, maybe the link the menubar item opens should be changed to something else?
inpheaux wrote: Opera won't listen on localhost either. This isn't our fault, they just plain won't do it.

You'll probably need to use the ipv6 address http://[::1]:8080/sabnzbd
I think this used to be true, but it works fine now.
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: 0.0.0.0 not accessible in opera browser

Post by sander »

Funny: http://0.0.0.0:8080/sabnzbd/ works with my Firefox on Ubuntu. And http://0.0.0.0:8080/ works too. And even ping to 0.0.0.0 works:

sander@quirinius:~$ ping 0.0.0.0
PING 0.0.0.0 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.116 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.071 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.069 ms
^C
--- 0.0.0.0 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.069/0.085/0.116/0.022 ms
sander@quirinius:~$



I thought 0.0.0.0 meant default route. Maybe it's the difference between 0.0.0.0/0 (default route) and 0.0.0.0/32 ?
Please don't send me unrequested PM's; the forum is the best way to communicate.
If someone helps you, please reply to that help.
f you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply