[Openswan Users] no public interfaces found on 2.6.37

Tuomo Soini tis at foobar.fi
Wed Apr 18 11:30:56 EDT 2012


On Wed, 18 Apr 2012 18:21:26 +0800
"Ozai" <ozai.tien at gmail.com> wrote:

> Dear Sirs,
> 
> I merged the openswan(2.6.37) into embedded linux(2.6.30 mips).When I
> started the ipsec.I got the error message 'no public interfaces
> found' as below.Please help,how can I solve this question.thank's. 
> 
> Best Regards,
> Ozai
> 
> # cat ipsec.conf
> 
> config setup
>         dumpdir=/var/run/pluto/
>         interfaces=ipsec0=ppp0.1

This would be (if your interface really is "ppp0.1" ?):

	interfaces="ipsec0=ppp0.1"

>         oe=off
>         protostack=klips
> 
> conn %default
>                 keyexchange=ike
>                 ike=3des-md5-modp1024

	This would be:

	ike=3des-md5;modp1024

>                 esp=3des-md5

	And this:

	phase2alg=3des-md5;modp1024


-- 
Tuomo Soini <tis at foobar.fi>
Foobar Linux services
+358 40 5240030
Foobar Oy <http://foobar.fi/>


More information about the Users mailing list