Hi community,
I wanted to analyze the code FreeBSD is using for implementing Ike for a VPN connection. On the webpage of the Kame Project it is stated that FreeBSD would use Kame as well. I found traces of Racoon in NetBSD and MAC OS X, but I did not find Racoon code or more than short notices of Racoon in the FreeBSD source. I downloaded from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.1-RELEASE/src.txz
So I wanted to ask am I looking in the wrong place?
I only found Ike code in:
Is this the Ike that sys/netipsec is using for its Ike? I am confused because it is in the wpa folder. Is there a good paper/document that explains how or where or in what libraries Ike and IPsec are implemented in FreeBSD?
Best regards,
Marius Peschke
I wanted to analyze the code FreeBSD is using for implementing Ike for a VPN connection. On the webpage of the Kame Project it is stated that FreeBSD would use Kame as well. I found traces of Racoon in NetBSD and MAC OS X, but I did not find Racoon code or more than short notices of Racoon in the FreeBSD source. I downloaded from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.1-RELEASE/src.txz
So I wanted to ask am I looking in the wrong place?
I only found Ike code in:
Code:
src/contrib/wpa/src/eap_peer
src/contrib/wpa/src/eap_common
src/contrib/wpa/src/eap_server
Is this the Ike that sys/netipsec is using for its Ike? I am confused because it is in the wpa folder. Is there a good paper/document that explains how or where or in what libraries Ike and IPsec are implemented in FreeBSD?
Best regards,
Marius Peschke