Home | Gallery | Forum | Services | Webmail | Archive | Links | Contact Us | About Us
OS2 World.Com Forum
OS2 World.Com Online Discussion Forum.
Index / OS/2 - General / Networking
author message
how to configure ipsec?
Post a new topic Reply to this Topic Printable Version of this Topic Forward this Topic to your Friend Topic Commands (for administrator or moderators only)
Alles
Normal member
in user

View this member's profileSearch all posts from this memberSend an email to this member
posts: 1
since: 20 Apr, 2006
1. how to configure ipsec?
Reply to this topic with quote Modify your message
Please help!
I need information how to configure os/2 work with ipsec tunnel and if it possible how to configure os/2 work in MS active directory domen with ipsec.
Have somebody links, were it publicate?
Date: 20 Apr, 2006 on 14:12
GA
Normal member
in user

View this member's profileSearch all posts from this memberSend an email to this member
posts: 1
since: 20 Apr, 2006
2. Re:how to configure ipsec?
Reply to this topic with quote Modify your message
I found this file IPSEC.CFG:

;-----------------------------------------------------------------------------
; IPSEC.CFG
;-----------------------------------------------------------------------------
;
; Location.: Workdir of host product
;
; Purpose..: Define Security Association (SA) bundles for use
; with the IPSec PlugIn.
;
; Syntax...: An SA bundle section begins with a section name
; (in brackets) and ends with two empty brackets "[]".
;
; For security reasons, you must use numeric IP addresses
; and not host names.
;
; Lines starting with ';' denote a comment.
;
; Help.....: IPSec Reference Manual
;
; Errors...: Written to 'IPSEC.LOG' in the workdir
;_____________________________________________________________________________

;-----------------------------------------------------------------------------
;
; SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE
;
; Transport mode connection between two hosts.
;
;-----------------------------------------------------------------------------


[transport]
mode = transport
local = 195.97.1.40 ; our host
remote = 195.97.1.1 ; remote host
ah = yes ; ah required
esp = yes ; esp required
reinit = yes ; IKE negotiations on startup
[]

;-----------------------------------------------------------------------------
;
; SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE
;
; Simple VPN case. Two intranets behind gateways.
;
;-----------------------------------------------------------------------------


[simpleVPN]
mode = tunnel
local = 195.97.1.1 ; our gateway
localnet = 192.168.3.0 ; local net
localmask = 255.255.255.0 ; local mask
remote = 194.96.1.1 ; remote gateway
remotenet = 192.168.2.0 ; remote net
remotemask = 255.255.255.0 ; remote mask
ah = yes ; ah required
esp = yes ; esp required
reinit = yes ; IKE negotiations on startup
[]

;-----------------------------------------------------------------------------
;
; SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE
;
; Road Warrior case.
;
; Local end is a Road Warrior (e.g. InJoy Dialer with dynamic IP).
;
; Remote end is an IPSec gateway.
;
;-----------------------------------------------------------------------------

[RoadWarrior]
mode = tunnel
local = 0.0.0.0 ; our host is road warrior
remote = 195.97.1.1 ; remote gateway
remotenet = 192.168.2.0 ; remote net
remotemask = 255.255.255.0 ; remote mask
ah = yes
esp = yes
reinit = yes
[]

;-----------------------------------------------------------------------------
;
; SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE SAMPLE
;
; IPSec gateway accepting remote Road Warriors
; (e.g. remote InJoy Dialers)
;
;-----------------------------------------------------------------------------

[RWgateway]
mode = tunnel
local = 195.97.1.1 ; our gateway
localnet = 192.168.2.0 ; local net
localmask = 255.255.255.0 ; local mask
remote = 0.0.0.0 ; all RWs share same secret
ah = yes
esp = yes
reinit = no
[]

I hope this hepls

Date: 20 Apr, 2006 on 19:24
how to configure ipsec?
Post a new topic Reply to this Topic Printable Version of this Topic Forward this Topic to your Friend Topic Commands (for administrator or moderators only)
All times are CET+1. < Prev. | P. 1 | Next >
Go to:
 

Powered by UltraBoard 2000 Standard Edition,
Copyright © UltraScripts.com, Inc. 1999-2000.
Home | Gallery | Forums | Services | Webmail | Archive | Links | Contact Us | About Us
© OS2 World.Com 2000-2004