OpenBSD :: Filtering by MAC address

August 29th, 2008 Jason Posted in OpenBSD, Security 1 Comment »

Now that I have OpenBSD installed on my RAID server at work, I figured that I would write a few tutorials about the things I have done with it. If for nothing else, so I can remember and repeat them if something happens.

I noticed looking at /var/log/authlog that a significant number of failed attempts at root and invalid user login attempts were occurring from seemingly random IP addresses (thousands of dictionary attacks). These are probably boxen that have been hacked into and they haven’t figured it out yet. My first approach was to use pf(4) to filter these IP addresses. With this I found simple pf.conf code using tables and reject code to reject an IP address list.

This worked well and good until I realized the endless array of hacked boxen out there. So I had to figure out something more.

Read the rest of this entry »

AddThis Social Bookmark Button

Dreaming of a Backup System: Early Christmas Present… at work.

August 21st, 2008 Jason Posted in Computing, OpenBSD, Security 5 Comments »

So for quite some time I’ve been dreaming of a perfect backup system. Luckily my current RAIDbox at work was no longer cutting the mustard so I decided to upgrade… big time.

As the system goes:

  • Intel Core2 Duo 2.56GHz
  • 1 GB DDR2-4200 RAM
  • Giga-byte GA-945GCM-S2 Mobo
  • Areca ARC-1220 SATA raid controller 8-port
  • Seagate ES 250GB
  • 5x Seagate ES 1TB

Read the rest of this entry »

AddThis Social Bookmark Button