INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Media Server over Internet  (Read 2231 times)

tlongacre

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 431
  • gettin' in touch with my inner child, watch out!
Media Server over Internet
« on: December 03, 2003, 12:45:10 pm »

Can someone willing to speak English (not techno-speak) help me?

It seems from other people's posts that connecting to Media Server over the Internet (say, at work) is an easy thing to do. But I can't do it. What I have figured out so far is how to know what IP my home machine has (and that it changes, so I have to check every day) and how to go to Library Manager in MC9 and put in the IP address.

But everytime I try to connect, it says "Failed to connect to server, Reason: unknown".

Can someone explain to me how this is actually supposed to work?
Logged

Shadowen

  • Regular Member
  • World Citizen
  • ***
  • Posts: 205
  • He was but a shadow of his former self...
Re:Media Server over Internet
« Reply #1 on: December 03, 2003, 01:35:24 pm »

Media Server would be running on a machine with your media files and Media Center would connect to it from any other machine.

If you are behind a firewall (or using a NAT router) then you will need to make sure that it is configured to allow incoming traffic to the Media Server machine on the port that is listening for the Media Center clients (port 80 by default).  You will also need to make sure that no other applications are using the Media Server port or you will get connection problems.  If you are opening this to the internet I would recommend setting it to a less common port number.  Port 80 is used by web servers and could open your system to more frequent security attacks.  You could also considering creating an encrypted tunnel (like SSH) for maximum security, although this implementation is a little more complicated.

If you have a dynamic IP address then you will need to use a solution like DynDns.org offers to maintain a DNS name for your internet address.  Then there are small programs that run on your server to keep the DNS record up to date with the current IP address that is allocated by your ISP.

You can test this out first on one machine to make sure you have the Media Center/Server part setup right.  Then you can try connecting from another machine later.  This will tell you if the problem is in your Media Server setup or if it is in your networking setup.
Logged

tlongacre

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 431
  • gettin' in touch with my inner child, watch out!
Re:Media Server over Internet
« Reply #2 on: December 03, 2003, 01:42:40 pm »

Thanks. I have figured out that I am using a NAT router. I did find the place in the router utility to map a port to a machine and I did that with port 80.

Can I use any port number? Can I just pick a number out of the blue? Is it just a matter of having the number I route to my computer be the same as the number Media Server says it is using?

Dyndns.org, I'll go check them out. Thanks.

How do I check this with only one computer? I have a network at home (hence the router), but only one computer (I also hook my handheld to the network for synching, etc.).

I have a Linksys wireless router, hooked to a DSL modem and my home computer. I don't have anything special set up in terms of security, although I think (not home so I can't check), I have WinXP internet security turned on.

Thanks.
Logged

Shadowen

  • Regular Member
  • World Citizen
  • ***
  • Posts: 205
  • He was but a shadow of his former self...
Re:Media Server over Internet
« Reply #3 on: December 04, 2003, 10:32:47 am »

Can I use any port number? Can I just pick a number out of the blue? Is it just a matter of having the number I route to my computer be the same as the number Media Server says it is using?
Yes, any unused port number.  If any other program is also using the same port as Media Server then when traffic is received, both application would try to answer.  (For example, some download managers, and ad-blocking programs also use port 80 by default).


Quote
How do I check this with only one computer? I have a network at home (hence the router), but only one computer (I also hook my handheld to the network for synching, etc.).
From the Media Server machine you need to setup the library with your media files, then start the Media Server program, then goto File-Library-Search for Media Servers.  If everything is setup correctly, then you should see that you are connected to the machine you are on in the top of the window.  This indicates that the Media Server is setup correctly.  Any other problems after this would have to be network related.

Quote
I have a Linksys wireless router, hooked to a DSL modem and my home computer. I don't have anything special set up in terms of security, although I think (not home so I can't check), I have WinXP internet security turned on.
If you are connecting from behind a NAT router then you really do not need to run any additional firewall software on the PC.  That would include the firewall that is built-in to Windows XP.  With NAT, your computer is invisible to people outside of your network except for ports that you specifically allow though.  

Also remember, if you are trying to connect from a computer on another network (like at work) you will have a problem if that computer is behind a firewall with blocked ports.

Let me know if you have any other questions.

--Shadowen
Logged

Super Rabbit

  • Regular Member
  • Member
  • *
  • Posts: 2
  • I'm a llama!
Re:Media Server over Internet
« Reply #4 on: December 05, 2003, 11:28:31 am »

This thread was exactly what I was looking for but.... it still didn't work.

These are the steps I did.

1)  got a URL and dyndns.org and loaded a service to update my IP.
2)  opened the port 8081 on my router to point to the PC which is running media server
3)  installed MC on my work PC and tried to connect to URL:8081

but it doesn't work.  

Even when I input the actual IP of my home PC rather than the dynamic URL, it doesn't work.  Further when I try to ping my home PC, it doesn't work.  Should I be able to ping it?  

Could anyone offer me any advice?
Logged

Shadowen

  • Regular Member
  • World Citizen
  • ***
  • Posts: 205
  • He was but a shadow of his former self...
Re:Media Server over Internet
« Reply #5 on: December 05, 2003, 02:14:40 pm »

3)  installed MC on my work PC and tried to connect to URL:8081
It sounds like port 8081 is blocked on your work network.  Try using port 80, this is usually open on corporate firewalls to allow for web traffic.  You could also try port 22, normally used for SSH connections this is often left open also.

Further when I try to ping my home PC, it doesn't work.  Should I be able to ping it?  
Many NAT routers disable incoming pings (ICMP traffic) to protect from DoS (Denial of Service) attacks.

Logged

RobOK

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 615
  • long time MC user for PC, iPod and Tivo
Re:Media Server over Internet
« Reply #6 on: December 05, 2003, 03:17:05 pm »

I had to use port 80 as my company's firewall blocks most other ports.

You should be able to ping your home computer, but some firewalls default to a setting to NOT return a ping request.  Could be that.
Logged
Pages: [1]   Go Up