• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VPN solution for FreeBSD

xyyz

Diamond Member
at the moment i have a win2k3 server that's taken the role of the VPN server using PPTP. i'm connecting to the home network from abroad at the moment.

unfortuantely, there are some issues that are going to make me stop using win2k3 as the VPN server.

i'd like to use my FreeBSD box as my vpn server. the problem is that i haven't seen documentation where i can use FreeBSD as a VPN endpoint for a client machine. from all the IPSec examples, you have firewall/server-2-firewall/server VPNs, but never server-2-client solutions.

i really need to be able to connect my laptop through a dial-up account using the internet, without the need for an addtional server between the laptop and the FreeBSD VPN server.

does anyone know if this is possible?
 
nice nice...

you got anything for an IPSec solution with the same freebsd-server to winxp-client setup?
 
your google is stronger than mine.

i did the search from google before coming here. unfortunately, i can't find a client-server solution. just gateway to gateway.
 
that last post looks, pretty much like what i need.

are you by chance familiar at all with OpenVPN?
 
I've never really done anything with VPN. Anytime I think I'm interested something shiny distracts me. Oooh a quarter!
 
racoon is the most popular ipsec vpn server for bsd. ive connected many offices with it. the only problem with it was it didnt support road warriors at all. thats supposed to have changed recently, but i have since started using m0n0wall (www.m0n0.ch/wall) which is a stripped down version of freebsd aimed at embedded platforms.
 
Back
Top