View previous topic :: View next topic |
Author |
Message |
DaveArb Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 29 Apr 2004 Posts: 510 Location: Texas, USA
|
Posted: Mon Jul 11, 2005 5:07 pm Post subject: |
|
|
kramerkeller wrote: | So I take port 22 on the router and then route it to 192.168.0.7:22 and then my other computer which is 192.168.0.1 cannot then get forwarded from 22. |
Once you have ssh'd into 192.168.0.7, you can ssh from that machine to 192.168.0.1.
Code: | karmerkeller's 192.168.0.7 ~$ ssh 192.168.0.1
Password:
karmerkeller's 192.168.0.1 ~$ |
Dave |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kramerkeller Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 20 Jun 2005 Posts: 179
|
Posted: Mon Jul 11, 2005 5:53 pm Post subject: |
|
|
Dont port forward, use an SSH tunnel to some remote server to access your box, much safer.
_________________
Working day and night to enhance your Linux Desktop experience
Blog
To this post - how would I go about doing this? My router allows remote access on port 8080, but maybe you are speaking about something different. I did have some safety concerns. My goal is to be able to access all the machines on my homenetwork - remotely outside the home. So I thought I would set up a bunch of port forwards, but I guess that is a hassle if I want to browse mulitple computers at my house. HOw can I set up this tunnel or how can I set up my network so that the whole homenetwork consiting of around 14 computers total - can be accessed while I am at work or school via putty?
Please help me use an SSH tunnel if that is the answer. Or point me in the direction as to where to read up on it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kramerkeller Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 20 Jun 2005 Posts: 179
|
Posted: Tue Jul 12, 2005 3:42 am Post subject: |
|
|
I just need help with remotely accessing an entire home network. I can access my linux box by port forwarding to the linux box from the router. How should I set up a homenetwork that I can access from outside - should I always just go through one linux box and then tunnel to the windows and mac machines with local area IP? Or can I jsut remotely access the routers and link to any pc on the network. Please help? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|