Click to See Complete Forum and Search --> : Accessing A Script Remotely


rxguil69
07-27-2002, 03:52 PM
I have a linux box connected to the cable internet via a DHCP router, and I need a remote computer script to access my linux box to run a local script. Is this possible?:confused: How can I get through my router from the outside.

brendan911
07-27-2002, 09:48 PM
set your router's DMZ to the linux box, then use an ssh client to connect to the linux box remotely.

check your router's manual for information on how to set the DMZ host.

brendan911