On Monday 30 November 2009 5:17:38 pm Aaron Mason wrote:
> On Tue, Dec 1, 2009 at 10:28 AM, Aaron Mason <[email protected]>
>
> > The listing of ipsec.conf is as follows:
> >
> > obsd-ipsec-left:
> > ike esp from 192.168.120.0/24 to 192.168.33.0/24 peer 10.255.255.6
> > ike esp from 10.255.255.5 to 192.168.33.0/24 peer 10.255.255.6
> > ike esp from 10.255.255.5 to 10.255.255.6
> >
> > obsd-ipsec-right:
> > ike esp from 192.168.33.0/24 to 192.168.120.0/24 peer 10.255.255.5
> > ike esp from 10.255.255.6 to 192.168.120.0/24 peer 10.255.255.5
> > ike esp from 10.255.255.6 to 10.255.255.5
> >
> > Any ideas? Both sides run OpenBSD 4.6 release and this was done on a
> > fresh install with only bsd{,.rd}, base and etc.
Hello
I have followed the same guide and man page, failing, and my ipsec.conf are:
Server:
ike passive esp from 70.79.81.198 to 0.0.0.0/0
Client:
ike esp from 0.0.0.0/0 to 70.79.81.198
pf=NO
ipsec=YES
Does somebody know about an updated guide/tutorial?
thanks.