Setting a Smarthost in Postfix
Postfix is an excellent email server that is available as a port for FreeBSD. My mail server is running in a Shaw cable modem as every now and they Shaw […]
Setting a Smarthost in Postfix Read More »
Postfix is an excellent email server that is available as a port for FreeBSD. My mail server is running in a Shaw cable modem as every now and they Shaw […]
Setting a Smarthost in Postfix Read More »
OpenSSH has the ability to use a number of authenitcation mechanisms. One of the most popular (next to plain passwords) is using shared keys. Shared keys can give you a lot
Using SSH shared keys Read More »
I have used OpenVPN for a number of applications. From remote access while I travel to building a wide area network for a small business. OpenVPN has a number of
OpenVPN on FreeBSD 6 Read More »
For those of you like myself that have a laptop with newer hardware that FreeBSD does not recognize, VMWare may be a good solution for you. FreeBSD 6.2 works very
Installing VMWare tools on FreeBSD 6.2 Read More »
We use BGP on our main borger router and need to check or test out BGP connectivity every now and then. This article shows most of the common commad
Trouble Shooting BGP on FreeBSD Read More »
Gmirror is a software raid mirror system. It allows to disks or partitions to be mirrored so that in the even of a total drive failure, you can switch
GMirror on FreeBSD 6.x/7.x/8.x Read More »
FreeBSD distributions usually have 2 CDs. I wanted to have both CDs combined into one DVD. There are several good reasons to do this.
Creating a FreeBSD install DVD Read More »
Here is an article I came across for performance testing the FreeBSD kernel. It explains a lot of information and talks about some sysctl variables that can help improve
Tuning and Testing the FreeBSD 6 TCP stack Read More »
Practical rc.d scripting in BSD Beginners may find it difficult to relate the facts from the formal documentation on the BSD rc.d framework with the practical tasks of rc.d scripting.