Re: Help with IPSec VPN

2001-09-05 Thread Shoichi Sakane
> 8 outbound packets with no SA available > Both boxes are running RELENG_4_3 (security release), and have 'options > IPSEC' and 'options IPSEC_ESP' in the kernel. > > Box A is 192.168.0.2/24, Box B is 192.168.0.3/24. > > Here's what I'm doing on box A: > > gabby# setkey -c << EOF > ad

Help with IPSec VPN

2001-08-31 Thread Matthew Emmerton
Hi all, I've been trying to get an IPSec tunneling VPN between two boxes working without much success. I've read the FAQs and HOWTOs on www.freebsd.org, www.freebsddiary.org, www.daemonnews.org and www.kame.net and they all have helped me get closer to where I want to be, but I'm still missing s

Re: Help with IPSEC

2001-02-22 Thread Lars Eggert
[EMAIL PROTECTED] wrote: > you can create a similar packet by using IPsec transport mode against > gif-encapsulated packet, however, it does not look exactly the same. > if the other end is picky about packet format, they may drop it > because it does not conform to

Re: Help with IPSEC

2001-02-22 Thread Kris Kennaway
On Wed, Feb 21, 2001 at 10:00:09AM +1100, Stephen Cimarelli wrote: > * Most users seem to use gif devices to setup the tunnels instead of IPsec > tunnels, Why? gif is the name of the device used to implement tunneling. > What ports/protocols do I need to allow through a firewall to allow gif an

Re: Help with IPSEC

2001-02-22 Thread itojun
>> * Most users seem to use gif devices to setup the tunnels instead of IPsec >> tunnels, Why? >gif is the name of the device used to implement tunneling. >> What ports/protocols do I need to allow through a firewall to allow gif and >> IPsec to work? >gif isn't a protocol, it's an interface name

Help with IPSEC

2001-02-20 Thread Stephen Cimarelli
Hi All I'm starting to look into using IPSEC to setup VPN's I have the FreeBSD IPsec mini-HOWTO and Henk Wevers's VPN Tunnel howto Which have most of the info I need :) But I have some questions :) * Most users seem to use gif devices to setup the tunnels instead of IPsec tunnels, Why? Wha