vote up 3 vote down star

I have been wondering about the relatively small adoption rate of OpenBSD (excepting firewalls and routers).

Is anybody here using OpenBSD for other purposes?

flag

75% accept rate
Nope, not even that! – paxdiablo Nov 21 '08 at 0:55

9 Answers

vote up 6 vote down check

We run a complete ISP infrastructure on OpenBSD.

  • Web Hosting Servers (with PHP, Perl, Python, SQLite, WebDAV, SSL)
  • Database Servers (MySQL, PostgreSQL)
  • Authoritative and Recursive DNS Servers (BIND)
  • Complete Mailing System (SMTP with Postfix, IMAP/POP with Cyrus, Webmail with Roundcube)
  • RADIUS Server (FreeRADIUS)
  • NTP Server (OpenNTPD)
  • VPN Server (IPSec, OpenVPN, Poptop, L2TPd)
  • Central Log Server (syslogd)
  • Central Snapshots and Backup Server (rsync)
  • Central Configuration Management Server (cvs)
  • Infrastructure monitoring (Monit, Nagios, MRTG and custom SNMP pollers)
  • Intrusion Detection Systems (Snort, Prelude, OSSEC)
  • Layer 3/4 and Layer 7 load balancer (relayd)
  • SSL Accelerator Proxy with a hardware crypto co-processor. (relayd)

I'm not mentioning the incredible potential, agility and ease of operation of OpenBSD when employed as a router and firewall. Compared to many open source projects, the collective contribution of OpenSSH, pf and OpenBGPd/OpenOSPFd projects to our modern information technology assets is tremendous.

link|flag
vote up 0 vote down

I'm using FreeBSD for a Nagios server at work. I decided to give it a shot over Linux for a change of pace, and ended up liking it. The general directory structure and administration seemed clearer to me than the different versions of Linux I've worked with in the past.

link|flag
vote up 0 vote down

I've heard it being used for an Asterisk server.

link|flag
vote up 2 vote down

My web server (site) run's OpenBSD. I also use it as a server for my Git repo's. It was also a file/media server for a while.

For a period of time I had both a OpenBSD desktop and laptop. Both very capable machines.

link|flag
vote up 2 vote down

See picture for more details:
http://openbsd.4ezi.com/pic/openbsd.jpg

I am using OpenBSD for:
- CA certificate authority (openssl)
- DNS domain name server
- MAIL server (postfix)
- MySQL server
- reverse PROXY server (squid)
- WEB server (apache)
- ...

link|flag
vote up 1 vote down

I used it to serve webpages and a database to other hosts. For some time in the past (but about two years ago), I used it as a development system on a laptop.

I did that, because at that time, I mainly developed in emacs and any windowing system would do. :-)

OpenBSD is a lovely system to tinker with. It's BSD, it has ports, it's small and the installation procedure was so simple that it was a joy. Oh, and it's rather secure and drives technology in some interesting fields (at that time, pf was such a clean solution and iirc came from OpenBSD).

link|flag
vote up 1 vote down

I've implemented a PCI compliant KeyServer and a CreditCard Transaction gateway. I also use it for a desktop, email server, web server, and NAS.

link|flag
vote up 0 vote down

I'm using it as a toy desktop in a VM for learning system internals. The source for OpenBSD is amazing in it's clarity and structure, very easy to understand. I think it can be a good desktop OS, but I am not currently using it as such.

link|flag
vote up 0 vote down

I've used OpenBSD for everything - webserver, mailserver, fileserver, firewall and so on.

I also used on my laptop for a while. The only reason I don't do that anymore is the lack of UTF-8 support. You can, and I did, work around it in X11 but it's a hack.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.