Displaying 2 results from an estimated 2 matches for "freebsdipsec".
2005 Apr 17
1
IPSEC l2tpd and Windows shares problem
...ut it
will never show the network shares.
If I connect to a linux IPSEC gateway using rp-l2tp there is no problem.
/usr/local/etc/l2tp/l2tpd.conf
====================================
[global]
port = 1701
[lns default]
ip range = 192.168.0.129 - 192.168.0.254
local ip = 192.168.0.2
hostname = freebsdipsec
name = freebsdipsec
ppp debug = yes
pppoptfile = /usr/local/etc/l2tp/options.l2tpd
=======================================
/usr/local/etc/l2tp/options.l2tpd
=======================================
noauth
proxyarp
lcp-echo-interval 30
lcp-echo-failure 6
ms-dns 192.168.0.3
ms-dns 192.168.0.4
ms-wins...
2004 Jul 26
1
Cisco IOS and racoon
...is:
<cisco config>
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
lifetime 10000
crypto isakmp key donttell address 1.1.1.1 no-xauth
!
crypto ipsec security-association lifetime seconds 6000
!
crypto ipsec transform-set MB esp-3des esp-md5-hmac
!
crypto map FreeBSDIPSEC-MAP 1 ipsec-isakmp
description BBE Map
set peer 1.1.1.1
set security-association lifetime seconds 10000
set transform-set MB
set pfs group2
match address 109
!
!
!
!
interface FastEthernet0/0
ip address 10.0.3.1 255.255.255.0
speed auto
!
interface FastEthernet0/0.1
!
interface Serial0/0
i...