Hi All, I need to configure a VPN between a FreeBSD-4.8 box and a Linux (FreeS/WAN) box. In the Linux side, the network administrator installed FreeS/WAN with RSA authentication without IKE support. Does anybody knows if is possible to make my FreeBSD box connect a VPN with the Linux box? If so, could point me to a documentation about how to install IPSec with RSA authentication and how to make it work with FreeS/WAN? I have already read the pages on the sites www.freeswan.org and www.kame.org but I didn?t find it. Thank?s Ronan
Hi All, I need to configure a VPN between a FreeBSD-4.8 box and a Linux (FreeS/WAN) box. In the Linux side, the network administrator installed FreeS/WAN with RSA authentication without IKE support. Does anybody knows if is possible to make my FreeBSD box connect a VPN with the Linux box? If so, could point me to a documentation about how to install IPSec with RSA authentication and how to make it work with FreeS/WAN? I have already read the pages on the sites www.freeswan.org and www.kame.org but I didn?t find it. Thank?s Ronan
Hi All, I need to configure a VPN between a FreeBSD-4.8 box and a Linux (FreeS/WAN) box. In the Linux side, the network administrator installed FreeS/WAN with RSA authentication. Does anybody knows if is possible to make my FreeBSD box connect a VPN with the Linux box? If so, could point me to a documentation about how to install IPSec with RSA authentication and how to make it work with FreeS/WAN? I have already read the pages on the sites www.freeswan.org and www.kame.org but I didn?t find it. Thank?s Ronan
Hi All, I need to configure a VPN between a FreeBSD-4.8 box and a Linux (FreeS/WAN) box. In the Linux side, the network administrator installed FreeS/WAN with RSA authentication. Does anybody knows if is possible to make my FreeBSD box connect a VPN with the Linux box? If so, could point me to a documentation about how to install IPSec with RSA authentication and how to make it work with FreeS/WAN? I have already read the pages on the sites www.freeswan.org and www.kame.org but I didn?t find it. Thank?s Ronan
Ronan Lucio wrote:> Hi All, > > I need to configure a VPN between a FreeBSD-4.8 box and > a Linux (FreeS/WAN) box. > > In the Linux side, the network administrator installed FreeS/WAN > with RSA authentication without IKE support. > > Does anybody knows if is possible to make my FreeBSD box > connect a VPN with the Linux box? > If so, could point me to a documentation about how to install > IPSec with RSA authentication and how to make it work with > FreeS/WAN? > > I have already read the pages on the sites www.freeswan.org > and www.kame.org but I didn?t find it. > > Thank?s > RonanDid you really need to ask 4 times?
> Did you really need to ask 4 times?No, I?m sorry list. It was a mistake. My server wasn?t sending messages to security@freebsd.org because it had no reverso DNS. When I found out and make it work, all message in the queue were sent, too... :-/ Sorry, Ronan
Hello Ronan, Monday, July 28, 2003, 10:40:27 PM, you wrote: RL> Hi All, RL> I need to configure a VPN between a FreeBSD-4.8 box and RL> a Linux (FreeS/WAN) box. Never did this thing, but it seems to me that this topic was discussed on this list quite often. Try to search mailing list archives on www.freebsd.org ;------------------------------------------- ; NKritsky ; mailto:nkritsky@internethelp.ru
Apart from the mailing lists, here are a few sites that may help as well: FreeBSD/racoon with FreeS/WAN for Linux http://www.ipv6.iabg.de/download/Interop_Report_6Wind_BSD_FS_v0_2.pdf FreeBSD using x509 certificates with Win2k and FreeS/WAN: http://www.sigsegv.cx/FreeBSD-WIN2K-IPSEC-HOWTO.html FreeBSD with Windows 2000/XP http://www.wiretapped.net/~fyre/ipsec FreeBSD and Checkpoint VPN-1/FW1 http://restricted.dyndns.org/freebsd And naturally, you can Google up a lot more... Hope it Helps Peut -----Original Message----- From: Ronan Lucio [mailto:ronan@melim.com.br] Sent: 28 July 2003 08:40 To: freebsd-security@freebsd.org Subject: IPSec Hi All, I need to configure a VPN between a FreeBSD-4.8 box and a Linux (FreeS/WAN) box. In the Linux side, the network administrator installed FreeS/WAN with RSA authentication without IKE support. Does anybody knows if is possible to make my FreeBSD box connect a VPN with the Linux box? If so, could point me to a documentation about how to install IPSec with RSA authentication and how to make it work with FreeS/WAN? I have already read the pages on the sites www.freeswan.org and www.kame.org but I didn?t find it. Thank?s Ronan _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
> I need to configure a VPN between a FreeBSD-4.8 box and > a Linux (FreeS/WAN) box.http://openvpn.sourceforge.net/ br socketd
Hello to All, Thank?s in advance for the helps. Answering Nickolay comment: I had already searched in the list archives for the past issues and I didn?t find the answer I needed. Just to be registred in the list: As far as I found documentation about this issue. In the FreeS/WAN website there is very good link pointing to a documentation about interoperating different IPSec plataforms, including FreeBSD native IPSec to Linux / FreeS/WAN: http://www.hsc.fr/ressources/ipsec/ipsec2000/ My main problem is because in the Linux server, the network administrator didn?t compile FreeS/WAN with IKE support and as far as I understood FreeBSD only will communicate with Linux/FreeS/WAN using RSA authentication via IPSec + racoon and racoon is a IKE. To solve my trouble, I got to put a FreeBSD box in the other side to make a VPN FreeBSD to FreeBSD... better... :-) Thank?s Ronan
<<On Wed, 23 Jul 2003 20:54:50 -0300, "Ronan Lucio" <ronan@melim.com.br> said:> Does anybody knows if is possible to make my FreeBSD box > connect a VPN with the Linux box? > If so, could point me to a documentation about how to install > IPSec with RSA authentication and how to make it work with > FreeS/WAN?A co-worker of mine wrote this document about interoperation between the two implementations: <http://web.morgul.net/~frodo/docs/kame+freeswan_interop.html> He notes that Linux 2.6 uses the same IKE daemon as FreeBSD. -GAWollman