Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Grant
Hello, I'd like to ssh into my network over the internet. Do I need to set up VPN for that? Can anyone point me in the right direction? - Grant no, you just type: ssh my.network.com Depending on your setup you will probably need to set your firewall/router to forward port 22 to

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Stroller
On 29 Dec 2005, at 17:28, Grant wrote: ... you just type: ssh my.network.com Depending on your setup you will probably need to set your firewall/router to forward port 22 to the machine you want to log into. Also make sure your ssh server is set up securely. I really don't have any idea

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Robin
If you are looking to reach your gentoo computer, consider sshd. You can search the gentoo wiki for help docs for setup and usuage. http://www.gentoo-wiki.com On 12/29/05, Stroller [EMAIL PROTECTED] wrote: On 29 Dec 2005, at 17:28, Grant wrote: ... you just type: ssh my.network.com

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Grant
... you just type: ssh my.network.com Depending on your setup you will probably need to set your firewall/router to forward port 22 to the machine you want to log into. Also make sure your ssh server is set up securely. I really don't have any idea where to start here. Does

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Stroller
On 29 Dec 2005, at 22:30, Grant wrote: How is your network connected to the internet? http://www.google.com/search?ie=utf8oe=utf8q=port+forwarding The first link looks fairly useful. Stroller. That helped a lot. I have a high-number port on the router forwarding to one of my systems.

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Grant
How is your network connected to the internet? http://www.google.com/search?ie=utf8oe=utf8q=port+forwarding The first link looks fairly useful. Stroller. That helped a lot. I have a high-number port on the router forwarding to one of my systems. How can I access the

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Grant
How is your network connected to the internet? http://www.google.com/search?ie=utf8oe=utf8q=port+forwarding The first link looks fairly useful. Stroller. That helped a lot. I have a high-number port on the router forwarding to one of my systems. How can I access the

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Ryan Viljoen
You can get a hostname which will resolve to your dynamic IP at http://dyndns.com - there are some free utilities which you can run to do the updating. There is also no-ip.com both no-ip and dyndns update clients are in the portage tree so now worries there. Sorry for the repetitive mail. --

Re: [gentoo-user] Reaching my network over the internet

2005-12-29 Thread Stroller
On 29 Dec 2005, at 23:18, Grant wrote: Also, what should I do about securing ssh? I'm using a high port number. Is there other special configuration I should be using? I'm using the standard sshd_config except for the high port number specification. Using a high port number isn't terribly

Re: [gentoo-user] Reaching my network over the internet

2005-10-17 Thread Neil Bothwick
On Sun, 16 Oct 2005 21:27:22 -0400, Dave Nebinger wrote: Unless you really feel comfortable with your own security infrastructure, your best bet is to edit your /etc/ssh/sshd_config file and change the port number to only something you'd think of in the higher range of port numbers.

[gentoo-user] Reaching my network over the internet

2005-10-16 Thread Grant
Hello, I'd like to ssh into my network over the internet. Do I need to set up VPN for that? Can anyone point me in the right direction? - Grant -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Reaching my network over the internet

2005-10-16 Thread Nick Rout
no, you just type: ssh my.network.com Depending on your setup you will probably need to set your firewall/router to forward port 22 to the machine you want to log into. Also make sure your ssh server is set up securely. On Sun, 16 Oct 2005 09:59:53 -0700 Grant wrote: Hello, I'd like to ssh

Re: [gentoo-user] Reaching my network over the internet

2005-10-16 Thread Dave Nebinger
On Sunday 16 October 2005 09:18 pm, Nick Rout wrote: no, you just type: ssh my.network.com Depending on your setup you will probably need to set your firewall/router to forward port 22 to the machine you want to log into. Also make sure your ssh server is set up securely. This last

Re: [gentoo-user] Reaching my network over the internet

2005-10-16 Thread Nick Rout
On Sun, 16 Oct 2005 21:27:22 -0400 Dave Nebinger wrote: On Sunday 16 October 2005 09:18 pm, Nick Rout wrote: no, you just type: ssh my.network.com Depending on your setup you will probably need to set your firewall/router to forward port 22 to the machine you want to log into.

Re: [gentoo-user] Reaching my network over the internet

2005-10-16 Thread Heinz Sporn
Am Sonntag, den 16.10.2005, 21:27 -0400 schrieb Dave Nebinger: On Sunday 16 October 2005 09:18 pm, Nick Rout wrote: no, you just type: ssh my.network.com Depending on your setup you will probably need to set your firewall/router to forward port 22 to the machine you want to log into.