Networking Forums

Networking Forums > Computer Networking > Linux Networking > VPN requirements

Reply
Thread Tools Display Modes

VPN requirements

 
 
dave
Guest
Posts: n/a

 
      11-26-2008, 05:13 PM
I知 looking for some input on a VPN setup.
I currently have the following configuration and I知 required to setup
a VPN to a specific system on our LAN using ike policy.

Internet < -- > DMZ with shorewall firewall < -- > Internal Lan

What should I be looking at in accomplishing a VPN to one machine in
my LAN? I知 just looking for some ideas on what I would need to do so
this and I can dig up the details myself.

Thanks,
Dave
 
Reply With Quote
 
 
 
 
Luuk
Guest
Posts: n/a

 
      11-26-2008, 06:22 PM
dave schreef:
> I知 looking for some input on a VPN setup.
> I currently have the following configuration and I知 required to setup
> a VPN to a specific system on our LAN using ike policy.
>
> Internet < -- > DMZ with shorewall firewall < -- > Internal Lan
>
> What should I be looking at in accomplishing a VPN to one machine in
> my LAN? I知 just looking for some ideas on what I would need to do so


http://en.wikipedia.org/wiki/VPN

> this and I can dig up the details myself.


happy digging...

>
> Thanks,
> Dave

 
Reply With Quote
 
dave
Guest
Posts: n/a

 
      11-26-2008, 07:46 PM
Thanks but I was looking for more implementation ideas. For example,
OpenVPN on my shorewall firewall or could I setup a VPN server inside
of my network and then just control the access through shorewall with
rules and such.

On Nov 26, 2:22*pm, Luuk <l...@invalid.lan> wrote:
> dave schreef:
>
> > I知 looking for some input on a VPN setup.
> > I currently have the following configuration and I知 required to setup
> > a VPN to a specific system on our LAN using ike policy.

>
> > Internet < *-- *> DMZ with shorewall firewall < -- *> *InternalLan

>
> > What should I be looking at in accomplishing a VPN to one machine in
> > my LAN? I知 just looking for some ideas on what I would need to do so

>
> http://en.wikipedia.org/wiki/VPN
>
> > this and I can dig up the details myself.

>
> happy digging...
>
>
>
> > Thanks,
> > Dave


 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      11-26-2008, 08:01 PM
dave wrote:
> Thanks but I was looking for more implementation ideas. For example,
> OpenVPN on my shorewall firewall or could I setup a VPN server inside
> of my network and then just control the access through shorewall with
> rules and such.


When you're writing the rules, please not that there
are two addresses at the each end of the VPN tunnel:
one for the traffic inside the tunnel (the payload),
and another for the outside of the tunnel, connecting
the tunnel ends together.

For OpenVPN, the UDP port 1194 is the default outside
port.

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
Burkhard Ott
Guest
Posts: n/a

 
      11-27-2008, 06:31 AM
Am Wed, 26 Nov 2008 20:01:54 -0800 schrieb Dave {Reply Address in.Sig}:

> dave wrote:
> As a general principle, I try to run as little as possible on the
> firewall machine itself to reduce the chance of compromising the whole
> thing. So my solution is to open the relevant port in the firewall and
> direct it to an internal machine which then handles the VPN stuff.
>


What about IPSec with NAT Traversal. you only need to open udp/4500 and
udp/500.
 
Reply With Quote
 
Burkhard Ott
Guest
Posts: n/a

 
      11-28-2008, 06:45 AM
Am Thu, 27 Nov 2008 20:36:29 -0800 schrieb Dave {Reply Address in.Sig}:


> It still needs a machine on the inside of the firewall to act as the VPN
> endpoint.
>


You could terminate the vpn on the firewall or you need to the machine
behind (I suggest DMZ network), otherwise you won't be able to establish a
vpn connection.
The other thing I could imagine for a temporary connection would be ssh
but you also would need a machine to terminate the connection and it
shouldn't be the firewall itself.

cheers
 
Reply With Quote
 
dave
Guest
Posts: n/a

 
      11-28-2008, 03:56 PM
On Nov 28, 2:45*am, Burkhard Ott <n...@derith.de> wrote:
> Am Thu, 27 Nov 2008 20:36:29 -0800 schrieb Dave {Reply Address in.Sig}:
>
> > It still needs a machine on the inside of the firewall to act as the VPN
> > endpoint.

>
> You could terminate the vpn on the firewall or you need to the machine
> behind (I suggest DMZ network), otherwise you won't be able to establish a
> vpn connection.
> The other thing I could imagine for a temporary connection would be ssh
> but you also would need a machine to terminate the connection and it
> shouldn't be the firewall itself.
>
> cheers


Since I only need to worry about connecting one machine from outside
to one server on the inside, could I not just setup a RAS connection
on the server (inside) and then dedicate one of my public IP痴 to the
connection on the outside? Then could then NAT the traffic from that
public IP to the server inside. Does this sound doable or am I missing
something?
 
Reply With Quote
 
Burkhard Ott
Guest
Posts: n/a

 
      11-28-2008, 05:33 PM
Am Fri, 28 Nov 2008 08:56:43 -0800 schrieb dave:

> On Nov 28, 2:45ツ*am, Burkhard Ott <n...@derith.de> wrote:
>> Am Thu, 27 Nov 2008 20:36:29 -0800 schrieb Dave {Reply Address in.Sig}:
>>
>> > It still needs a machine on the inside of the firewall to act as the VPN
>> > endpoint.

>>
>> You could terminate the vpn on the firewall or you need to the machine
>> behind (I suggest DMZ network), otherwise you won't be able to establish a
>> vpn connection.
>> The other thing I could imagine for a temporary connection would be ssh
>> but you also would need a machine to terminate the connection and it
>> shouldn't be the firewall itself.
>>
>> cheers

>
> Since I only need to worry about connecting one machine from outside
> to one server on the inside, could I not just setup a RAS connection
> on the server (inside) and then dedicate one of my public IP窶冱 to the
> connection on the outside? Then could then NAT the traffic from that
> public IP to the server inside. Does this sound doable or am I missing
> something?


You asked for a vpn solution right? What you are talking about has nothing
to do with vpn, but it is also possible ther the client only needs a simple
connection to the internet.
In this case you only need a destination nat rule if the server is in a
rfc1918 segment.

cheers
 
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
CAL requirements embrace.chaos@gmail.com Windows Networking 1 08-18-2005 01:08 PM
Requirements for new phones. Ian Stirling Broadband 5 07-02-2005 09:47 PM
Requirements for 2mbit? Mark Allison Broadband 9 01-11-2005 09:27 AM
Odd TFTP requirements Fernando Vaz Linux Networking 0 01-06-2005 03:55 PM
Equipment requirements -how to do this? Guy Robinson Wireless Internet 3 06-09-2004 02:03 PM



1 2 3 4 5 6 7 8 9 10 11