GnuMP3D only works on local internet

View: New views
6 Messages — Rating Filter:   Alert me  

GnuMP3D only works on local internet

by Taorluath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm running a Xubuntu 8.10 server and I just started using GnuMP3D for my music server.
Amazingly, it seems to work flawlessly right off the bat. However, this only works on my local network. My main site works from anywhere, and http://euroburchills.no-ip.org:8888 works too, but only from computers on my network.

Like if I view it from the browser on my server, I'd see everything. It also works on any computer connected to the same router. However, no one else can load the page.
I believe that I changed the config file so that it should be visible to everyone, but nothing seems to work.
Maybe I screwed the file up. Does anyone know what I can do to fix this?
Could I possibly borrow the config file (removed of all personal information of course) from someone who got their site to work on the world wide internet?

Re: GnuMP3D only works on local internet

by Dov Zamir-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Taorluath wrote:
> I'm running a Xubuntu 8.10 server and I just started using GnuMP3D for my
> music server.
> Amazingly, it seems to work flawlessly right off the bat. However, this only
> works on my local network. My main site works from anywhere, and
> http://euroburchills.no-ip.org:8888 http://euroburchills.no-ip.org:8888 
> works too, but only from computers on my network.
>  
Maybe port 8888 is blocked at your external firewall?

> Like if I view it from the browser on my server, I'd see everything. It also
> works on any computer connected to the same router. However, no one else can
> load the page.
> I believe that I changed the config file so that it should be visible to
> everyone, but nothing seems to work.
> Maybe I screwed the file up. Does anyone know what I can do to fix this?
> Could I possibly borrow the config file (removed of all personal information
> of course) from someone who got their site to work on the world wide
> internet?
>  



_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Re: GnuMP3D only works on local internet

by gabriel@schoolpathways.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Second that.  It looks to me like port 8888 is being blocked.  Did you try
making sure that appropriate Iptables rules are set up?  Something like `-i
eth0 -p tcp --dport 8888 -j ACCEPT`.  It looks like you have 'DROP' as the
default policy in your firewall rules.

On Friday 13 March 2009 04:13:18 pm Dov Zamir wrote:

> Taorluath wrote:
> > I'm running a Xubuntu 8.10 server and I just started using GnuMP3D for my
> > music server.
> > Amazingly, it seems to work flawlessly right off the bat. However, this
> > only works on my local network. My main site works from anywhere, and
> > http://euroburchills.no-ip.org:8888 http://euroburchills.no-ip.org:8888
> > works too, but only from computers on my network.
>
> Maybe port 8888 is blocked at your external firewall?
>
> > Like if I view it from the browser on my server, I'd see everything. It
> > also works on any computer connected to the same router. However, no one
> > else can load the page.
> > I believe that I changed the config file so that it should be visible to
> > everyone, but nothing seems to work.
> > Maybe I screwed the file up. Does anyone know what I can do to fix this?
> > Could I possibly borrow the config file (removed of all personal
> > information of course) from someone who got their site to work on the
> > world wide internet?
>
> _______________________________________________
> Gnump3d-users mailing list
> Gnump3d-users@...
> http://lists.gnu.org/mailman/listinfo/gnump3d-users


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Re: GnuMP3D only works on local internet

by Jim Lucas-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

gabriel@... wrote:

> Second that.  It looks to me like port 8888 is being blocked.  Did you try
> making sure that appropriate Iptables rules are set up?  Something like `-i
> eth0 -p tcp --dport 8888 -j ACCEPT`.  It looks like you have 'DROP' as the
> default policy in your firewall rules.
>
> On Friday 13 March 2009 04:13:18 pm Dov Zamir wrote:
>> Taorluath wrote:
>>> I'm running a Xubuntu 8.10 server and I just started using GnuMP3D for my
>>> music server.
>>> Amazingly, it seems to work flawlessly right off the bat. However, this
>>> only works on my local network. My main site works from anywhere, and
>>> http://euroburchills.no-ip.org:8888 http://euroburchills.no-ip.org:8888
>>> works too, but only from computers on my network.
>> Maybe port 8888 is blocked at your external firewall?
>>
>>> Like if I view it from the browser on my server, I'd see everything. It
>>> also works on any computer connected to the same router. However, no one
>>> else can load the page.
>>> I believe that I changed the config file so that it should be visible to
>>> everyone, but nothing seems to work.
>>> Maybe I screwed the file up. Does anyone know what I can do to fix this?
>>> Could I possibly borrow the config file (removed of all personal
>>> information of course) from someone who got their site to work on the
>>> world wide internet?
>> _______________________________________________
>> Gnump3d-users mailing list
>> Gnump3d-users@...
>> http://lists.gnu.org/mailman/listinfo/gnump3d-users
>
>

I third that...

port scanning your domain euroburchills.no-ip.org (IP: 98.223.89.15) I get only port 80 open.

Probably need to take a closer look at your firewall rules.  Not on your computer, but on your actual firewall.

Jim Lucas


_______________________________________________
Gnump3d-users mailing list
Gnump3d-users@...
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Re: GnuMP3D only works on local internet

by Taorluath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You mean being blocked by the router?  I don't think I'm using any firewall, at least any firewall that didn't come pre-installed.
 I'm using the same port-forwarding technique (in the router setup) that I use for Port 80 for my site, so why would 80 work, but not 8888? I COULD just change the port from 8888 to something else, if it would make it easier...
For example, I've done SSHing without having to change stuff like this (but not on port 8888, of course).

Sorry for being so inept at using iptables... So far I've managed to avoid every using them.

I tried
"iptables -i eth0 -p tcp --dport 8888 -j ACCEPT"
and got:
"iptables v1.3.8: no command specified
Try `iptables -h' or 'iptables --help' for more information."

Do you know what the correct command should be?  And possibly any succinct iptable guides for newbies?

gabriel@schoolpathways.com wrote:
Second that.  It looks to me like port 8888 is being blocked.  Did you try
making sure that appropriate Iptables rules are set up?  Something like `-i
eth0 -p tcp --dport 8888 -j ACCEPT`.  It looks like you have 'DROP' as the
default policy in your firewall rules.

Re: GnuMP3D only works on local internet

by Taorluath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

bump?