- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: SSL VPN
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 04:25 PM
02-21-2006 04:25 PM
SSL VPN
thanks for all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 06:52 PM
02-21-2006 06:52 PM
Re: SSL VPN
http://openvpn.net/ OpenVPN is a full-featured SSL VPN solution
As for IPSEC vs. CIPE - as far as I see, IPSEC is more standardised and more popular.
Rgds,
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 08:24 PM
02-21-2006 08:24 PM
Re: SSL VPN
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 08:35 PM
02-21-2006 08:35 PM
Re: SSL VPN
As I understand, SSL VPN is meant for Web browser based access to the applications & resources, based on HTTPS protocol. So, may be the openvpn solution can suffice your requirements for browsing application remotely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 09:07 PM
02-21-2006 09:07 PM
Re: SSL VPN
As far as I see, openvpn is user-level applications, so it should work with RHEL4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 10:01 PM
02-21-2006 10:01 PM
Re: SSL VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 11:22 PM
02-21-2006 11:22 PM
Re: SSL VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 11:25 PM
02-21-2006 11:25 PM
Re: SSL VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 08:01 PM
02-22-2006 08:01 PM
Re: SSL VPN
I used both SSL and IPSec VPN on FreeSBD (but the general ideas should be the same on Linux too) so I can forward you my results :
IPsec:
1+ It is standard protocol implemetned in a vast range of equipments (routers, vpn-concentrators, operating systems, etc).
2+ It does not need a software application for client acces (it is implemented in Windows and of course in *x, *BSD, etc)
3- It is rather hard to configure (at least it was for me on FreeBSD with Windows clients)
4- You have to rely on another VPN technology for building a virtual interface (this depends on the implementation you use tunnel vs transport mode). It is advisable to use L2TP/IPsec but I used it like PPTP/IPsec.
5- You may experience severe problems with clients behind NAT (you have to use transport mode and the implementations/standardization of NAT-Traversal is different upon various operating systems).
SSL VPN (OpenVPN):
1- It is not standardized (which means you have to stick around to one solution both on client and server).
2- It needs a client application (but OpenVPN it is supported on various platforms , including Windows and can be configured to run transparently for the user).
3+ It is very easy to configure.
4+ It is using a tun/tap device. So it builds automatically a tunel between the client and the server.
5+ You have no problems with NAT. It works on TCP or UDP with the advantage that implemented on TCP you can even use it through a proxy server. It supports even bridge mode which is a great advantage (for example I used it like such for exporting IPv6 support to clients too).
I hope these ideas will be useful for you, and I hope they are correct. This is the outcome of my practical work with both these technologies SSL and IPsec VPN.
L.