summaryrefslogtreecommitdiff
path: root/content/software
diff options
context:
space:
mode:
Diffstat (limited to 'content/software')
-rw-r--r--content/software/OpenBSD_firewall.md70
-rw-r--r--content/software/linux_packaging.md2
-rw-r--r--content/software/nagios_plugin_curl.md12
3 files changed, 65 insertions, 19 deletions
diff --git a/content/software/OpenBSD_firewall.md b/content/software/OpenBSD_firewall.md
index a03ec00..baa9794 100644
--- a/content/software/OpenBSD_firewall.md
+++ b/content/software/OpenBSD_firewall.md
@@ -8,15 +8,15 @@ description = "OpenBSD firewall via scripts"
Earlier versions of this project were used at Eurospider by Mihai Barbos (https://github.com/mbarbos)
to build corporate-style firewalls with Portwell hardware.
-Newer versions run on Soekris hardware now.
+It ran on a Soekris net6501 for 4 years.
-I merely collected the ideas and updated them to new versions of OpenBSD and cleaned up the repository a little bit. :-)
+Newer versions run on a Network LES of Thomas Krenn now.
-And I'm using it at home.
+I merely collected the ideas and updated them to new versions of OpenBSD and cleaned up the repository a little bit. :-)
-## Github
+And I'm using it at home on an Alix 2D.13.
-The old unsupported version can still be found on https://github.com/Eurospider/OpenBSD-firewall.
+## Git
Further development happens on git://git.andreasbaumann.cc/OpenBSD-firewall.git
or http://git.andreasbaumann.cc/cgit/OpenBSD-firewall/.
@@ -51,11 +51,57 @@ or remotely (after booting from floppy dongle or from hard disk):
## News
+14.4.2024:
+
+ updated to OpenBSD 7.5
+
+19.10.2023:
+
+ updated to OpenBSD 7.4
+
+20.4.2023:
+
+ updated to OpenBSD 7.3
+
+22.10.2022:
+
+ updated to OpenBSD 7.2
+
+1.5.2022:
+
+ updated to OpenBSD 7.1
+
+24.10.2021:
+
+ updated to OpenBSD 7.0
+
+3.6.2021:
+
+ updated to OpenBSD 6.9
+
+22.10.2020:
+
+ updated to OpenBSD 6.8
+
+5.6.2020:
+
+ updated to OpenBSD 6.7
+
+20.10.2019:
+
+ updated to OpenBSD 6.6
+
+11.05.2019:
+
+ updated to OpenBSD 6.5
+
+28.10.2018:
+
+ updated to OpenBSD 6.4
+
06.05.2018:
- The firewall at Eurospider has not been updated in years and I'm fed up with
- Github and the world in general, so I moved the repo and abandoned the old
- development area on Github.
+ moved repository from Github to a local repository.
15.04.2018:
@@ -127,11 +173,13 @@ At Eurospider we had Portwell NAR-2054 (3 and 5 ethernet port versions),
some have VGA ports and USBs, others only COMs, so make sure we always
get boot output on COM.
-Now at Eurospider we run it on a Soekris net6501, but I'm not going to
-update and test that one anymore.
+It ran on a Soekris net6501 for 4 years, then the Soekris died.
+
+Newer versions run on a Network LES of Thomas Krenn now.
At home I'm running it on an ALIX.2D13 with 3 LAN ports and a WLAN card.
-VirtualBox build and test
+
+## VirtualBox build and test
Create a VMDK wrapper for the disk image built with 'build.sh firewall-test':
diff --git a/content/software/linux_packaging.md b/content/software/linux_packaging.md
index e6bd7cc..805aa2c 100644
--- a/content/software/linux_packaging.md
+++ b/content/software/linux_packaging.md
@@ -20,7 +20,7 @@ I stopped to maintain the CRUX packages.
I'm still maintaing some ARCH Linux packages, mainly things I need for
personal hacking.
-See my [ARCH packages](http://aur.archlinux.org/packages.php?SeB=m&K=andreas_baumann).
+See my [ARCH packages](https://aur.archlinux.org/packages?O=0&SeB=M&K=andreas_baumann&outdated=&SB=p&SO=d&PP=50).
I'm also taking part in the [Archlinux32](https://www.archlinux32.org) project,
an effort to keep 32-bit Intel alive for Archlinux.
diff --git a/content/software/nagios_plugin_curl.md b/content/software/nagios_plugin_curl.md
index bd83c2c..1867b9f 100644
--- a/content/software/nagios_plugin_curl.md
+++ b/content/software/nagios_plugin_curl.md
@@ -3,17 +3,15 @@ title = "Nagios Curl Plugin"
description = "a [Nagios](http://www.nagios.org) plugin replacing check_http"
+++
-In my job I'm sometimes the deputy of the system administrator.
-Using nagios/zabbix/SNMP for monitoring I needed a decent plugin
-for Nagios to do HTTP alive checks. The standard one had some problems
+In my job I'm taking care of a monitoring system using nagios.
+For monitoring web sites I needed a decent plugin for Nagios to do
+HTTP(s) alive checks. The standard 'check_http' plugin had some problems
mainly with chunked transfer encoding, thus I hacked a plugin using the
excellent [libCurl library](http://curl.haxx.se).
Further development goes on as 'check_curl' in
-[monitoring-plugins](https://github.com/monitoring-plugins/monitoring-plugins)
-in branch
-feature_check_curl. If you want help out testing or developing it
-should happen there.
+[monitoring-plugins](https://github.com/monitoring-plugins/monitoring-plugins).
+If you want help out testing or developing it should happen there.
An old archived version of the plugin can be found at
http://git.andreasbaumann.cc/cgit/nagios-plugin-curl/.