Categories
- Answers (12)
- DragonFlyBSD (7)
- FreeBSD (10)
- NetBSD (14)
- Networking (7)
- News (1)
- OpenBSD (8)
- Papers (8)
- pkgsrc (1)
- Programming (1)
- Security (9)
- System Administration (10)
Category Archives: DragonFlyBSD
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 … Continue reading
Posted in DragonFlyBSD, FreeBSD, NetBSD, Networking, Papers, Security
Leave a comment
Q: How do I update the locate database (updatedb) in *BSD?
A: In the BSDs this command is /usr/libexec/locate.updatedb .
Posted in Answers, DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, System Administration
Leave a comment
Q: Why do I get “ERROR: failed to get private key” when trying to establish an IPSec tunnel with racoon (ipsec-tools)?
A: If you are using x509 certificates to authenticate your end-points, it is likely that your private keys are encrypted (assume the private key is named maguro.key) # less maguro.key —–BEGIN RSA PRIVATE KEY—– Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,94BC2753E921722E BjPpMYZouxEUBSdEtuRrnbcdGaTlmfuIh8RNxuijBU6ZawY1I5hosULrFKzrLzZt FJ9kg9Zo60o7U0FGzI1LTw4UalQnnkgH/quRZ4pJeM20Hjc5m4mj+YDtXAgNXYrw … Continue reading
