Networking Forums

Networking Forums > Computer Networking > Linux Networking > SSh and other vpn clients

Reply
Thread Tools Display Modes

SSh and other vpn clients

 
 
dougga
Guest
Posts: n/a

 
      10-25-2004, 12:33 AM
I'd like to drastically improve the security on my network.
I understand that seting up SSH tunnels for secure networking is a nice way
to go.

Are there tools that automate and simplify this process?

I have Suse 9.1 on intell.

What are the recommendations for vpn client packages>
Open souce preferred.

Thanks.


 
Reply With Quote
 
 
 
 
David Efflandt
Guest
Posts: n/a

 
      10-25-2004, 01:21 AM
On Sun, 24 Oct 2004, dougga <do-not-send-(E-Mail Removed)> wrote:
> I'd like to drastically improve the security on my network.
> I understand that seting up SSH tunnels for secure networking is a nice way
> to go.
>
> Are there tools that automate and simplify this process?


man ssh_config
pico -w ~/.ssh/config

The "Host" line can be anything you want to call it. More than one Host
description can list the same "Hostname" with different port forwarding
setup. For example I might have one Host called "work" to ssh to our
smtp server, and one called "work-vtmgr" to forward ports through that to
our HP3000, etc.

> I have Suse 9.1 on intell.
>
> What are the recommendations for vpn client packages>
> Open souce preferred.


I have done ipsec with freeswan. It allows you to tunnel entire private
networks. But it is also more difficult, requiring root access on the
destination to arrange the authentication and firewall/masq for the ipsec
connection.

I had no luck with poptop (pptp).

If you just need to forward a few ports, ssh is easiest, because you only
need 1 port to connect ssh, and usually do not need root access on the
destination (unless opening remote listening ports < 1024).
 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      10-25-2004, 02:00 AM
dougga wrote:

> I'd like to drastically improve the security on my network.
> I understand that seting up SSH tunnels for secure networking is a nice
> way to go.
>
> Are there tools that automate and simplify this process?
>
> I have Suse 9.1 on intell.
>
> What are the recommendations for vpn client packages>
> Open souce preferred.


SuSE 9.1 includes OpenVPN, which works well.

--

(This space intentionally left blank)
 
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
[Click the star to watch this topic] how much time i have if i want to migrate a server with clients connected wo clients noticing it will_u_tellmemore Linux Networking 0 12-28-2006 01:21 PM
AD and NT4 clients... need help Jimmy D Windows Networking 3 08-03-2005 02:11 PM
linux clients for W2K domains. (key words samba kerberos ldap winbind clients) nerak99 Linux Networking 0 01-17-2004 02:21 PM
W98 clients run fast-XP clients run slow! JK Windows Networking 1 11-18-2003 05:39 PM
dns update from dhcp server ok for windows clients, not ok for linux (dhclient) clients Tom Van Overbeke Linux Networking 3 08-07-2003 03:24 PM



1 2 3 4 5 6 7 8 9 10 11