LinuxMCE Forums

General => Users => Topic started by: MediaMonkey on September 06, 2007, 08:12:44 pm

Title: LinuxMCE in a separate sub-network
Post by: MediaMonkey on September 06, 2007, 08:12:44 pm
I want to configure my media network on its own switch with LinuxMCE as the DHCP server. The original (wireless enabled) home network will continue to use the DHCP server built in into the wireless router. This lets media server to shutdown or sleep when not in use. Can any one review this network diagram for me, please?

If I feed internet to LinuxMCE server directly from the main switch, will it make any better or worse?
Title: Re: LinuxMCE in a separate sub-network
Post by: pixelator on September 06, 2007, 08:35:01 pm
A switch with VLAN support would be the best choice if you want to run separate subnets.
Title: Re: LinuxMCE in a separate sub-network
Post by: dopey on September 07, 2007, 04:14:43 am
I would connect the core directly to the wireless router if you can. Really, though, it shouldn't matter much as your main bottle neck would be the internet.

Don't forget to punch a hole in your wireless router to forward http requests to your core... assuming you want to be able access the web functionality from the outside world (if you wanted to view security footage and stuff).
Title: Re: LinuxMCE in a separate sub-network
Post by: MediaMonkey on September 07, 2007, 04:51:11 am
I would connect the core directly to the wireless router if you can. Really, though, it shouldn't matter much as your main bottle neck would be the internet.

Don't forget to punch a hole in your wireless router to forward http requests to your core... assuming you want to be able access the web functionality from the outside world (if you wanted to view security footage and stuff).

Sure I will have to do that. Can we change http port number for LinuxMCE webserver? That would be required if I want to run a lower power machine for web server in my home network.
Title: Re: LinuxMCE in a separate sub-network
Post by: dopey on September 07, 2007, 05:42:06 am
You just have to forward it from a different port. So you tell you router that all requests on port 81, for example, get forwarded to your core at port 80.
Title: Re: LinuxMCE in a separate sub-network
Post by: MediaMonkey on September 07, 2007, 02:39:33 pm
You just have to forward it from a different port. So you tell you router that all requests on port 81, for example, get forwarded to your core at port 80.
My Netgear (with wireless) router does not translate ports, I can only specify which port should be forwarded to which IP address.
Title: Re: LinuxMCE in a separate sub-network
Post by: dopey on September 08, 2007, 02:20:37 am
That kind of sucks... but to answer your original question, yes. The setting can be changed in /etc/apache2/ports.conf.
Title: Re: LinuxMCE in a separate sub-network
Post by: MediaMonkey on September 08, 2007, 04:49:47 am
That kind of sucks... but to answer your original question, yes. The setting can be changed in /etc/apache2/ports.conf.

Great! Thanks for the tip!
(I switched to Linux (now LinuxMint 3.0) about 6 months ago and learned that you can do pretty much anything in Linux! Linux rocks!)