Archive for 'NetBSD'
Securing Wireless Communications with IPSec
This paper attempts to explain how to configure racoon/ipsec-tools to encrypt wireless communications.
Our example does not cover how to configure the wireless gateway as an access point, it assumes that there is a configured wireless access point plugged into one of the nics of the gateway. Our example also assumes the client and gateway [...]
Posted: January 17th, 2007 under DragonFlyBSD, FreeBSD, NetBSD, Networking, Papers, Security.
Comments: none
Configuring CGD with two-factor authentication on NetBSD
This was tested on NetBSD 3.99.16, however the instructions should be applicable to any version with cgd support
Note:In my example, we will be using a vnode disk, the vnd specific steps may be omitted if not applicable.
First, you will need to have pseudo-device cgd compiled into the kernel.
pseudo-device cgd [...]
Posted: January 17th, 2007 under NetBSD, Papers, Security.
Comments: none
Q: I tried to compile pkgsrc’s PHP with fastcgi support but it didn’t work, why?
A: First, make sure you are passing the fastcgi option correctly, one way to do this is simply:
$ sudo env PKG_OPTIONS.php=fastcgi make install
Once that completes, there are now two php binaries on your system.
The cli binary:
$ /usr/pkg/bin/php -v
PHP 4.4.4 (cli) (built: Dec 5 2006 07:12:02)
[...]
Posted: January 16th, 2007 under Answers, NetBSD, pkgsrc.
Comments: none

