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: Networking
Configuring IPSec with x509 certificates on OpenBSD
This document will explain howto configure OpenBSD’s IPSec to authenticate via a Certificate Authority and x509 certificates. It is demonstrated with OpenBSD 4.1 and depends upon ipsecctl which first appeared in OpenBSD 3.8. First you will need to place your … Continue reading
Posted in Networking, OpenBSD, Papers, Security
3 Comments
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: Why do I get “read text: Unknown error: code 60 failed(60)” when trying to PXE boot OpenBSD?
A: You will need to add the following option to /etc/dhcpd.conf on your DHCP server. next-server 10.0.0.5; The next-server address should refer to your tftp server.
Posted in Answers, Networking, OpenBSD
1 Comment
