Solaris-hosted VPN server

This is a discussion on Solaris-hosted VPN server within the SUN forums, part of the Systems category; Hi all, I have a colleague who is on the road/works from home very frequently, who also has a need to access internal systems at times. He uses Windoze--and needs ...

Go Back   Unix Linux Forum > Technologies & Tools > Systems > SUN

FixUnix.com - Unix Linux Forums

Unix Content Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-15-2008, 02:01 PM
Default Solaris-hosted VPN server

Hi all,

I have a colleague who is on the road/works from home very
frequently, who also has a need to access internal systems
at times. He uses Windoze--and needs to access a Windoze
hosted application called Expandable--so the current solution
is for him to use Remote Desktop through the company's firewall.

Apart from the security concerns, this method clearly doesn't
scale. Judging from the limited research I've been able to
perform, it looks like a VPN would be the ideal solution.
Assuming the use of NAT at both ends, is this correct? The
set up I'm imagining is something like this:

Solaris VPN host---+
|
Windoze app host---+---Switch---NAT router---Internet---NAT router---client laptop
|
Other corp hosts---+

In the above ASCII art, assume that there could be multiple
"NAT routers and client laptops".

Is the above doable? That is, is it possible for a laptop running
Windoze (XP for example) to access corporate resources as though
it was inside the corportate NAT/firewall, assuming the use of a
Solaris VPN server?

If the above is doable, pointers for how to do this would be appreciated.
I'm currently wading through the IPsec part of the Solaris admin
manual if that helps. The target for the Solaris host is some recent
version of Nevada, probably build 95.

Many TIA,

--
Rich Teer, SCSA, SCNA, SCSECA

CEO,
My Online Home Inventory

URLs: http://www.rite-group.com/rich
http://www.linkedin.com/in/richteer
http://www.myonlinehomeinventory.com
Reply With Quote
  #2  
Old 08-18-2008, 02:33 PM
Default Re: Solaris-hosted VPN server

Hi Rich,

I had a similar problem which was resolved in a very simple way, using
VirtualBox on Solaris 10 with Host Network Interfacing, I created a
Win2K workstation and installed the Checkpoint SecureClient VPN client
software for connecting to the Windows network.

A 64bit build of tuntap for Solaris 10 x86 which can be used with
OpenVPN/FreeSWAN or provide VirtualBox with Host Interfacing can be
found here

ftp://ftp@ftp.flomerics.co.uk/pub/tu...-amd64.tar.bz2

The missing Solaris 10 library can be found in the following file below

ftp://ftp@ftp.flomerics.co.uk/pub/su...laris-i386.deb

Hope that helps.


Rich Teer wrote:
> Hi all,
>
> I have a colleague who is on the road/works from home very
> frequently, who also has a need to access internal systems
> at times. He uses Windoze--and needs to access a Windoze
> hosted application called Expandable--so the current solution
> is for him to use Remote Desktop through the company's firewall.
>
> Apart from the security concerns, this method clearly doesn't
> scale. Judging from the limited research I've been able to
> perform, it looks like a VPN would be the ideal solution.
> Assuming the use of NAT at both ends, is this correct? The
> set up I'm imagining is something like this:
>
> Solaris VPN host---+
> |
> Windoze app host---+---Switch---NAT router---Internet---NAT router---client laptop
> |
> Other corp hosts---+
>
> In the above ASCII art, assume that there could be multiple
> "NAT routers and client laptops".
>
> Is the above doable? That is, is it possible for a laptop running
> Windoze (XP for example) to access corporate resources as though
> it was inside the corportate NAT/firewall, assuming the use of a
> Solaris VPN server?
>
> If the above is doable, pointers for how to do this would be appreciated.
> I'm currently wading through the IPsec part of the Solaris admin
> manual if that helps. The target for the Solaris host is some recent
> version of Nevada, probably build 95.
>
> Many TIA,
>

Reply With Quote
  #3  
Old 08-24-2008, 12:26 PM
Default Re: Solaris-hosted VPN server

Rich Teer wrote:
> I have a colleague who is on the road/works from home very
> frequently, who also has a need to access internal systems
> at times. He uses Windoze--and needs to access a Windoze
> hosted application called Expandable--so the current solution
> is for him to use Remote Desktop through the company's firewall.


OpenVPN server works nicely on Solaris.
Reply With Quote
  #4  
Old 08-25-2008, 05:45 PM
Default Re: Solaris-hosted VPN server

I too recommend OpenVPN (stable).

Its easy to setup and works perfect in heterogeneous enviroments.
Reply With Quote
  #5  
Old 08-25-2008, 06:29 PM
Default Re: Solaris-hosted VPN server

On Mon, 25 Aug 2008, Daniel Brnak wrote:

> I too recommend OpenVPN (stable).
>
> Its easy to setup and works perfect in heterogeneous enviroments.


Thanks; I'll look into OpenVPN!

--
Rich Teer, SCSA, SCNA, SCSECA

CEO,
My Online Home Inventory

URLs: http://www.rite-group.com/rich
http://www.linkedin.com/in/richteer
http://www.myonlinehomeinventory.com
Reply With Quote
  #6  
Old 08-26-2008, 10:14 AM
Default Re: Solaris-hosted VPN server

Rich Teer wrote:
> Thanks; I'll look into OpenVPN!


keep in mind that one of the interfaces of the OpenVPN server
would have to be reachable from the outside. The other interface
would be on the intranet.

It doesn't really match the picture you painted. You might have to
convince the network admins to open up access to the VPN server.
Reply With Quote
  #7  
Old 08-26-2008, 11:58 AM
Default Re: Solaris-hosted VPN server

On Tue, 26 Aug 2008, Oscar del Rio wrote:

> keep in mind that one of the interfaces of the OpenVPN server
> would have to be reachable from the outside. The other interface
> would be on the intranet.


Got it. Do they have to be two physical interfaces, or can one
use virtual interfaces?

> It doesn't really match the picture you painted. You might have to
> convince the network admins to open up access to the VPN server.


That's OK; I am he. :-)

--
Rich Teer, SCSA, SCNA, SCSECA

CEO,
My Online Home Inventory

URLs: http://www.rite-group.com/rich
http://www.linkedin.com/in/richteer
http://www.myonlinehomeinventory.com
Reply With Quote
  #8  
Old 08-26-2008, 03:38 PM
Default Re: Solaris-hosted VPN server

Rich Teer wrote:
> On Tue, 26 Aug 2008, Oscar del Rio wrote:
>
>> keep in mind that one of the interfaces of the OpenVPN server
>> would have to be reachable from the outside. The other interface
>> would be on the intranet.

>
> Got it. Do they have to be two physical interfaces, or can one
> use virtual interfaces?


I believe it has to be 2 interfaces. I tried it with virtual interfaces
after one NIC failed and while it looked like working, traffic was not
flowing. But I might have missed something in the rush (I just scavenged
another NIC and got it working again).
Reply With Quote
Reply

Thread Tools


All times are GMT -5. The time now is 10:24 AM.

In an effort to better serve ads to our visitors, cookies are used on Fixunix.com. For more information, check out our Privacy Policy.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Ad Management by RedTyger