I'd like to redirect any web (port 80) request arriving from the outside to a specific page within my internal network. Meaning, just doing port forward of port 80 isn't enough because it allows access to everything on that internal server.
What I have is a Linksys WVC80-N camera, I'd like to restrict outside access to only the /img/mjpeg.jpg file so that someone could view the video stream, but would not have access to the entire camera web-based control panel, etc--yes it's PW protected, but I'd like to make it even more fool proof (and also restrict outside access to the viewing page which includes audio).
I had previously been doing this when I was running a Linux server at home, I had the Linux machine act as the webserver and I setup a php based re-direct for the MJPEG stream to an image that the Linux machine would serve... I'm not running that Linux machine 24/7 any longer so I'd like to come up with a less power-hungry alternative.
↧