Question:
How do I set up a network that can be remotely connected from another location or iphone or other computer?
olrazdad
2009-07-05 20:58:52 UTC
I want to set up a network at my shore home. Using Cable Internet and wireless router, I want to be able to control video cameras and thermostat from other computers or devices such a iphone app and my work computers. Is it possible to set up such a network? I have the cameras and the thermostat but they do not tell you how to set up the network only the ability to have the address on each device. How can I view them?
Three answers:
anonymous
2009-07-05 21:16:26 UTC
You may want to look at something like MisterHouse, which is a free open source home automation package. Something like this would require setting up a web server and such but if you're comfortable with that it may be a suitable program for your needs.



http://misterhouse.net/



Another possibility for your cameras might be ZoneMinder, although I believe it is only available for Linux. Misterhouse has a multiple video camera monitoring portion as well though.

http://www.zoneminder.com/



Setting up the Apache web server on a windows machine:

http://lifehacker.com/124212/geek-to-live--how-to-set-up-a-personal-home-web-server



Home web server security:

http://www.htmlgoodies.com/beyond/security/article.php/3626491



Another general resource that you may find useful is:

http://www.homeautomationindex.com/



Edit:

To access the devices remotely you would need to do something like port forwarding at the router. This would generally require that you have a static IP address from your ISP to connect to across the internet.



Since most of the devices we're talking about are probably accessible via a web page (port 80) you would have to set up port forwards like:

internet.ip:port 180 --> thermostat.ip:80

internet.ip:port 181 --> cam1ip:80

internet.ip:port 182 --> cam2ip:80

etc.



Of course this would make those devices directly accessible to anyone on the internet assuming there isn't some method of restricting access on each device or the use of a firewall to only allow access from where you connect from. So security could be a concern with this method.

Another (better) solution would be to setup a VPN that way you connect to the VPN and then access the individual devices just like you would if you were connected to the network at the shore home.



One main issue is that many routers do not offer such advanced features required to do something like this. The use of another machine could make things easier overall, but it all depends on what you have to work with.
?
2016-05-22 02:10:24 UTC
You will need to set up a VPN solution. Your router does network address translation (NAT) which changes IP addresses passing through it. It also blocks incoming IP which it does not recognize as a response to an IP message generated from the LAN side of the router. It does this for security.
zboy
2009-07-05 21:06:06 UTC
hi



you can use something like mobile me which is apples own sort of networking thing and it can be used to access files and such which will let you do this on ur iPhone hopes this helps





zboy


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...