IPSEC, am I missing something?

2006-08-27 Thread Jim Stapleton
I was googling freebsd and vpn so I could use my notebook to handle work stuff remotely, and I found this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html guess I didn't need google. Regardless, it mentions a lot of kernel options. I checked my kernel configuration file, to

Re: IPSEC, am I missing something?

2006-08-27 Thread Erik Nørgaard
Jim Stapleton wrote: What I found and added: #ipsec: Required for VPN optionsIPSEC#IP security optionsIPSEC_ESP#IP security (crypto; define w/ IPSEC) #ipsec optimsations optionsFAST_IPSEC # new IPsec (cannot define w/ IPSEC) options

Re: IPSEC, am I missing something?

2006-08-27 Thread Jim Stapleton
OK, thanks. Right now there are no problems, I just am looking to figure out how to connect to my works VPN from home. Right now I'm looking at the actual VPN part, but after that I have to check how to do remote desktop/terminal services for the windows server I have to work on. Thank you,