If you need to use ACME plugin to register certificate (by using nsupdate (RFC2136)), you could be faced on the problem below Nov 6 07:58:24 Sagitarius named[121]: client @0x7f68640c70d0 10.20.3.1#50544/key opnsense: signer “opnsense” approved Nov 6 07:58:24 Sagitarius named[121]: client
Proxmox and replacing disk in ZFS pool
For one time this blog post will not be around Telecom and Cisco/Juniper/Nokia or something like this. Just to keep in mind how to replace a faulty device in a ZFS pool. I have : root@pve:~# zpool status -x root@pve:~#
Happy to share : JNCIA-JunOS passed.
I am happy to share that I have achieved something that could be normal as usual but important to me : use different vendor in certification tracks. I have passed JNCIA-Junos.
Bind9 as master DNS server, NSD as backup with TSIG.
Perhaps it seems easy for you, but it was not for me at begining even if I am running bind9 master/bind9 slave already. We will begin with TSIG key, on your master DNS server : root@Sagitarius:~# tsig-keygen mykey > /etc/bind/keys/mykey.key
FreeBSD, xrdp and Lumina-desktop
Hey girls and guys, A little post to give you some news about my fails and tries with FreeBSD. I have had tried to install a little FreeBSD-13, xrdp and Lumina-desktop on my proxmox to test. As done for other
FRR Routing v8.0 is out and happy to see SR
Hey, For (perhaps) futur projet I read different documentations around Bird, FRR Routing, … and I am really happy to see in FRR Routing v8.0 the new ‘pathd‘ daemon, which implement SR (Segment Routing). It is really cool to see
FreeBSD and fail2ban
Hey, To go on configuring my FreeBSD server, I install my traditionnal package : “fail2ban”. By the way with Linux distro, apt install fail2ban is enough. Not now 😀 You must add : root@pluton:/usr/local/etc/fail2ban/jail.d# cat ssh-ipfw.local [ssh-ipfw] enabled = true
Blog, bsd, apache2, certbot and fun
It was long time ago I used a FreeBSD system. I was really impressed by the way it great evolved. It is easy to add package due to “pkg” tool and “portsnap”. After : pkg install apache24 mysql57-server mod_php73 php73-mysqli
Long long time ago, blog and FreeBSD…
It was a long long timeago I wrote here. ot of things happens to me but I don’t think it is the time and place to explain it. This post is about a new experience to me : hosting this
bwping patch (catching signals)
diff -urpN bwping/bwping.c bwping-patched/bwping.c — bwping/bwping.c 2012-10-11 19:23:17.000000000 +0200 +++ bwping-patched/bwping.c 2017-04-20 09:06:23.449540033 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef __CYGWIN__ #include “cygwin.h” @@ -224,21 +225,39 @@ static int recv_ping (int sock, int iden return 0; }