Re: Using an IP from remote server on home computer

From: David Efflandt (efflandt_at_xnet.com)
Date: 05/06/04


Date: Thu, 6 May 2004 17:45:01 +0000 (UTC)

On Thu, 06 May 2004, Peter Verrill <peter_verill@_remove_blueyonder.co.uk>
wrote:
> OK, what I want to do is use an IP address I have on a remote server on a
> computer based at home.
>
> I want the IP to be fully connectable from the outside world, via the
> server.
>
> This is what I have running at the moment:
>
> Server - Linux
> Main IP:193.201.200.212
> IP I want at home: 193.201.200.242
>
> Home - Windows
> Main IP: 82.43.99.151
>
> How would I go about getting 193.201.200.242 to work on a home computer?
>
> I've had a look at a few VPN sites, but not sure exactly how I want to set
> it up, anyone got any ideas?

You do not say what Win version, but XP has native ipsec and I have used
SSHSentinal trial version (maybe no longer available) to VPN a Win98se box
on dialup to freeswan (ipsec) on Linux connected via adsl. But a hole
needs to be opened in the Linux firewall (by root) for the ipsec
connection (which can be done with from freeswan related scripts).

It may be easier to use ssh with port forwarding to just tunnel specific
ports (does not require root access on remote server). But I have not
tried ssh port forwarding with a Windows ssh client like Putty. Instead I
connected ssh Linux2Linux with gatewayed ports so I could connect a Win
terminal client on my end to HP3000 (computer) on distant LAN.

-- 
David Efflandt - All spam ignored  http://www.de-srv.com/


Relevant Pages

  • Re: Port Forwarding over Unreliable Connections
    ... >I make extensive use of ssh port forwarding to access machines behind ... >patiently wait a long time before finally snipping the connection. ... two separate TCP connections when you do port forwarding, ...
    (comp.security.ssh)
  • Automatically forwarding from sshd server to an application on same box
    ... This client can be setup to use SSH; however, our application does not have kind of SSH encryption built into it at the moment and I'm really trying to avoid that. ... I have been playing around with Putty on a laptop and creating a port forwarding connection from the laptop to a linux box running sshd and our application. ...
    (comp.security.ssh)
  • Re: Using an IP from remote server on home computer
    ... > connection. ... > ports (does not require root access on remote server). ... > tried ssh port forwarding with a Windows ssh client like Putty. ...
    (comp.os.linux.networking)
  • Port Forwarding over Unreliable Connections
    ... I make extensive use of ssh port forwarding to access machines behind ... patiently wait a long time before finally snipping the connection. ...
    (comp.security.ssh)
  • problem with port forwarding
    ... I have following problem with ssh port forwarding: ... - when a connection is requested, a channel is opened and the daemon ... tries to establish connection on the server side. ...
    (comp.security.ssh)