Page 1 of 1

FreeNAS and SABnzbd 0.4.6 - No gui access through the internet

Posted: February 13th, 2009, 6:53 am
by Jarek
Heya!

I've installed SABnzbd on my FreeNAS 0.70 server. Everything works fine, just one thing.
I can't access the gui from the internet.

I've forwarded the ports correctly, other services like FTP work too.
sabznbd.ini

host = 192.168.1.104
port = 8888
/etc/hosts

::1 localhost localhost.local
127.0.0.1 localhost localhost.local
192.168.1.104 freenas.local
/etc/hosts.allow

#ftpd  : xxx.xxx.xxx.xxx : deny
#sshd : .example.com : deny
#in.tftpd : xxx.xxx.xxx.xxx : deny
ALL : ALL : allow
When I try to access the NAS over the internet (i use a dyndns host for accessing), I get a blank page without html code.

I don't know what I have to configure, to get working.

Please help! :(


Best regards.
Jarek

Re: FreeNAS and SABnzbd 0.4.6 - No gui access through the internet

Posted: February 13th, 2009, 6:59 am
by shypike
Did you tell your router to forward incoming traffic for port 8888 to IP address 192.168.1.104?

Re: FreeNAS and SABnzbd 0.4.6 - No gui access through the internet

Posted: February 13th, 2009, 7:32 am
by Jarek
Jarek wrote: Heya!

I've installed SABnzbd on my FreeNAS 0.70 server. Everything works fine, just one thing.
I can't access the gui from the internet.

I've forwarded the ports correctly, other services like FTP work too.

Sure.

Re: FreeNAS and SABnzbd 0.4.6 - No gui access through the internet

Posted: February 13th, 2009, 7:37 am
by Jarek
So, i've started SABnzbd as standalone to see the logs directly.

Take a look:

When I open the url in my browser, I get following output though SABnzbd in the console:
192.168.1.1 - - [13/Feb/2009:13:30:07] "GET / HTTP/1.1" 200 - "" "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729)"

Re: FreeNAS and SABnzbd 0.4.6 - No gui access through the internet

Posted: February 13th, 2009, 7:49 am
by switch
Add /sabnzbd/ to the end of the url.

Re: FreeNAS and SABnzbd 0.4.6 - No gui access through the internet

Posted: February 13th, 2009, 7:53 am
by Jarek
Oh my god..

That isn't anymore funny. :) Sorry..

Thank you very much. I didn't think that the url doesn't fit.