LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   HELP - Remote Network Administration (https://www.linuxquestions.org/questions/linux-networking-3/help-remote-network-administration-177171/)

nyb141 05-02-2004 10:04 PM

HELP - Remote Network Administration
 
Hi, I'm hoping someone can help me with the following setup:

I want to be able to control my networks in different locations from one primary place. I want to have computers connected to a router and have absolutely no internet access. I want a default homepage provided by the network to show up and ask the user to request to be activated. Once they request a connection (by submitting a form), I want that request re-routed to a main computer in my remote location and have my computer allow internet access at that location. Is this possible to do? If anyone has any knowledge, any help would be appreciated. Thanks.

david_ross 05-03-2004 01:45 PM

Welcome to LQ.

I assume you mean for some sort of Internet cafe? What about:
http://cyborg.sourceforge.net/index.html.en

nyb141 05-03-2004 05:55 PM

What I want is close to an automated internet cafe:

A user can come in with their laptop and plugin the network cable into their machine. Any site site they try to access, they will always be returned to 1 main site -- my site. They click to activate internet access to their machine. My machine at home gets a request that a person at a site is trying to go online and will activate the connection to that computer.

Possible?

zaphodiv 05-03-2004 08:10 PM

Vagly simlar reccent thread

>Possible?
It is definatly _possible_ but it may not be easy. One way would be to have a linux box at the remote location that by default blocks all outgoing connections except to port 80, and transparently redircts port 80 connections to a webserver at your home. The home web server needs a custom server-side script that serves a form, processes the returned form, connects to the remote linux box over an ssh/openssl connection and reconfigures it to allow internet access.

nyb141 05-03-2004 08:15 PM

Thats exactly what I figured but I'm just wondering if there are any resources or projects which may help me. No point in reinventing the wheel.


All times are GMT -5. The time now is 01:55 AM.