Re: [Fwd: Re: Login to home from work]

2002-09-10 Thread Keith G. Murphy

That leads me to this thought:  if you really want access to a GUI 
desktop on your home machine, and/or don't want to carry an Putty floppy 
with you...

What about installing (Tight)VNC on your Linux machine, and use its 
HTTP/Java capabilities to get to your machine from any 
Internet-connected machine that has a Java-capable browser?

The beauty of that is that that web page Kenneth proposes could then 
have an actual *link* to your X desktop!

That is perhaps not too secure, but you could always run apache-ssl, or 
apache + mod_ssl, with authentication, and use mod_proxy to forward 
requests to Xvnc.

Mind you, personally I'd rather just use Putty/SSH when possible, and I 
use DynDNS for the addressing.  I would think the above would be 
substantially slower - but it could help you out in a pinch.

Kenneth Macdonald Karlsen wrote:
 
 
 
 
 Subject:
 Re: Login to home from work
 From:
 Kenneth Macdonald Karlsen [EMAIL PROTECTED]
 Date:
 09 Sep 2002 19:39:17 +0200
 To:
 Paul Johnson [EMAIL PROTECTED]
 
 
 If your isp has possibilities for a homepage you can make cron.hourly
 and put a script there.
 Example of script is:
 
 ken@pingu:~$ cat ip.script 
 #!/bin/bash
 wget www.showmyip.com -O /var/tmp/ip  grep nextgen /var/tmp/ip | cat
 /var/tmp/test.html  ncftpput -u kennkarl -p xxxwhatever
 home.broadpark.no / /var/tmp/test.html
 ken@pingu:~$ 
 --
 
 results :
 http://home.broadpark.no/~kennkarl/test.html
 
 Im never more than a hour away from home
 
 
 Kenneth
 
 
 On Mon, 2002-09-09 at 15:43, Paul Johnson wrote:
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Sep 08, 2002 at 09:14:26PM -0600, Phil Reardon wrote:

What needs to be set up in order to login to my home box from work?  At
home there is a cable modem, then a router, then two linux boxes, with
mine running debian (sid). I have a 192.168.2.xx ip address.

You'll need some way of identifying your home machine remotely.  I use
dyndns.org's service to get DNS.

You'll also need to install ssh if you intend on logging in remotely.

- -- 
Baloo


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9fKWXNtWkM9Ny9xURAlzWAJ9YR2ik2W756SC+FTq8zjcrcxEDUQCgoqVo
50GF8zHLeqSnlgnuliwvVC8=
=CtGO
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Login to home from work

2002-09-09 Thread Nikodim Nikodimov

Do you need ssh login or a graphical one?

NN
- Original Message -
From: Phil Reardon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 09, 2002 6:14 AM
Subject: Login to home from work


 What needs to be set up in order to login to my home box from work?  At
 home there is a cable modem, then a router, then two linux boxes, with
 mine running debian (sid). I have a 192.168.2.xx ip address.

 Phil Reardon




 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Login to home from work

2002-09-09 Thread Tim Dijkstra

On Sun, 08 Sep 2002 21:14:26 -0600
Phil Reardon [EMAIL PROTECTED] wrote:

 What needs to be set up in order to login to my home box from work? 
 At home there is a cable modem, then a router, then two linux boxes,
 with mine running debian (sid). I have a 192.168.2.xx ip address.
 

I assume you just want a command line login (or maybe even
X-forwarding). You then need to run a ssh-deamon on you're box at home
(that's 'apt-get install ssh' I think.) From you're work you can then
start a ssh-session to you're box at home. So you need to type
somewehere 'ssh hostname or ip'. But it seems you have assigned an
ip adres to you're box that is not visible from the internet. If you do
have a fixed ip adres, I suppose you have to set up you're
router(/firewall?) to do portforwarding. 

grts Tim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Login to home from work

2002-09-09 Thread Jaye Inabnit ke6sls

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 08 September 2002 08:14 pm, Phil Reardon wrote:
 What needs to be set up in order to login to my home box from work?  At
 home there is a cable modem, then a router, then two linux boxes, with
 mine running debian (sid). I have a 192.168.2.xx ip address.

 Phil Reardon

*router* is a linux computer, or something like a Linksys or Cisco router?

In my case, my LAN is up 24/7.  I have an old P75 functioning as 
router/gateway.  I simply ssh to my router, then ssh to my desktop machine.  

Another way I have done it is forwarding ports.  I picked a high port number 
that is transparently routed directly to my desktop machine.

Either way, you can easily configure this with ipmasq tools.

gl

tatah
- -- 

Jaye Inabnit\ARS ke6sls\/A GNU-Debian linux user\/ http://www.qsl.net/ke6sls
If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
Free software, in a free world, for a free spirit. Please Support freedom!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9fLdOZHBxKsta6kMRAjzHAJ9G0HGHLxVo8CMXLZa0kEc1x/45JACglWTI
br5FIQFRptSrccyEsH6RXEc=
=/rw/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




[Fwd: Re: Login to home from work]

2002-09-09 Thread Kenneth Macdonald Karlsen




---BeginMessage---

If your isp has possibilities for a homepage you can make cron.hourly
and put a script there.
Example of script is:

ken@pingu:~$ cat ip.script 
#!/bin/bash
wget www.showmyip.com -O /var/tmp/ip  grep nextgen /var/tmp/ip | cat
/var/tmp/test.html  ncftpput -u kennkarl -p xxxwhatever
home.broadpark.no / /var/tmp/test.html
ken@pingu:~$ 
--

results :
http://home.broadpark.no/~kennkarl/test.html

Im never more than a hour away from home


Kenneth


On Mon, 2002-09-09 at 15:43, Paul Johnson wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Sun, Sep 08, 2002 at 09:14:26PM -0600, Phil Reardon wrote:
  What needs to be set up in order to login to my home box from work?  At
  home there is a cable modem, then a router, then two linux boxes, with
  mine running debian (sid). I have a 192.168.2.xx ip address.
 
 You'll need some way of identifying your home machine remotely.  I use
 dyndns.org's service to get DNS.
 
 You'll also need to install ssh if you intend on logging in remotely.
 
 - -- 
 Baloo
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.7 (GNU/Linux)
 
 iD8DBQE9fKWXNtWkM9Ny9xURAlzWAJ9YR2ik2W756SC+FTq8zjcrcxEDUQCgoqVo
 50GF8zHLeqSnlgnuliwvVC8=
 =CtGO
 -END PGP SIGNATURE-
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




---End Message---