Networking Forums

Networking Forums > Computer Networking > Linux Networking > How can I access my home linux machine which is connected through Router

Reply
Thread Tools Display Modes

How can I access my home linux machine which is connected through Router

 
 
Santa
Guest
Posts: n/a

 
      06-28-2004, 08:35 PM
How can I access my home linux machine which is connected through
Router?. All of my machines at home connected via netgear router, I
need to access some files from Linux box from work?. How can I do
that?.
 
Reply With Quote
 
 
 
 
Ed
Guest
Posts: n/a

 
      06-28-2004, 08:40 PM
On Mon, 28 Jun 2004 13:35:31 -0700, Santa wrote:

> How can I access my home linux machine which is connected through
> Router?. All of my machines at home connected via netgear router, I
> need to access some files from Linux box from work?. How can I do
> that?.


You usualy connect to your box via ssh (22) but I have a feeling that port
will be closed by the firewall you probably have at work. If you did get
through the firewall, I supose you'd have to tell your router to forward
port 22 to your linux box.

Ed.
 
Reply With Quote
 
Bit Twister
Guest
Posts: n/a

 
      06-28-2004, 08:46 PM
On 28 Jun 2004 13:35:31 -0700, Santa wrote:
> How can I access my home linux machine which is connected through
> Router?. All of my machines at home connected via netgear router, I
> need to access some files from Linux box from work?. How can I do
> that?.


Off the top of my head, you have to
set your router to forward port 22 through to you linux box.
enable/start the sshd daemon/service,
allow port 22 through your linux firewall,
add your work ip to /etc/hosts.allow example: sshd : LOCAL, work_ip_here
service xinetd reload to load hosts.allow
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      06-28-2004, 10:14 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

In comp.os.linux.networking Bit Twister <(E-Mail Removed)> suggested:
> On 28 Jun 2004 13:35:31 -0700, Santa wrote:


[ How to access Linux remote? ]

> Off the top of my head, you have to
> set your router to forward port 22 through to you linux box.
> enable/start the sshd daemon/service,
> allow port 22 through your linux firewall,
> add your work ip to /etc/hosts.allow example: sshd : LOCAL, work_ip_here
> service xinetd reload to load hosts.allow


While sshd might be compiled with tcp_wrapper support, don't know
about any distro dump enough to run it from (x)inetd.

--
Michael Heiming (GPG-Key ID: 0xEDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFA4JhQAkPEju3Se5QRAvGLAKCjO6gIm5Kn9jgH86ING/B4k9ZfVQCfRTCl
RRZw6KN9oFX4Z8yZCK9/N24=
=FUPZ
-----END PGP SIGNATURE-----
 
Reply With Quote
 
Hactar
Guest
Posts: n/a

 
      06-28-2004, 10:25 PM
In article <(E-Mail Removed)>,
Ed <(E-Mail Removed)> wrote:
> On Mon, 28 Jun 2004 13:35:31 -0700, Santa wrote:
>
> > How can I access my home linux machine which is connected through
> > Router?. All of my machines at home connected via netgear router, I
> > need to access some files from Linux box from work?. How can I do
> > that?.

>
> You usualy connect to your box via ssh (22) but I have a feeling that port
> will be closed by the firewall you probably have at work.


Then use some port other than 22 for SSH. They might not all be blocked.

--
-eben (E-Mail Removed)m home.tampabay.rr.com/hactar
Are you confident that you appear to be professional in your electronic
communication? Consider this: A: No
Q: Can I top post? from (E-Mail Removed)
 
Reply With Quote
 
Bit Twister
Guest
Posts: n/a

 
      06-28-2004, 10:31 PM
On Mon, 28 Jun 2004 22:14:41 -0000, Michael Heiming wrote:
>
> While sshd might be compiled with tcp_wrapper support, don't know
> about any distro dump enough to run it from (x)inetd.


Hey, the OP has not read http://www.catb.org/~esr/faqs/smart-questions.html
and did not indicate distro and release so I threw in everything I
could think about.

Then again we have no idea what he is going to select in the system
configuration tool.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
router and server on one linux machine, need help. Tamer Higazi Linux Networking 4 11-11-2009 06:12 PM
home network - cant access drive on one machine Baffie Home Networking 4 08-20-2005 07:50 AM
Network connected but unable to access the home pc from other pc NZRE Wireless Networks 3 04-27-2005 06:30 PM
How to create RedHat Linux machine as router chonja@inbox.lv Linux Networking 1 04-21-2005 02:31 PM
Making a router from a Linux machine iceman_to_the_max@yahoo.com Linux Networking 4 03-01-2005 12:30 PM



1 2 3 4 5 6 7 8 9 10 11