It’s 2020 and I still occasionally stumble on products that can’t handle international characters. I’ve been running my update rounds on our vSphere environment, but one host simply refused to perform is update compliance check. To troubleshoot, I enabled the ssh service and remoted in to the host, looking for errors in /var/log/vua.log. Sure enough,… Continue reading Troubleshooting vSphere update woes
Category: Computing
Fixing “No DKIM keys saved for this domain” in EOP and Office365
Sometimes a newly added domain in Microsoft EOP will not let you enable DKIM from the web user interface. The only workaround I know of is to prepare the domain using PowerShell. To connect a PS session to O365, I use the following script, ripped straight from Microsoft’s documentation: After waiting for an eternity for… Continue reading Fixing “No DKIM keys saved for this domain” in EOP and Office365
SIP telephony behind a pfSense firewall
Background: When we got the fibre connection, I decided to use Bahnhof as our service provider. They enable a SIP phone connection at no extra cost, but they don’t support using third-party SIP boxes; you have to use their combined router/wifi AP/SIP converter (a box by Tilgin), which they manage for you. Naturally, since I’m… Continue reading SIP telephony behind a pfSense firewall
Two steps forward and one step back
I’m happy to report that oxcrag.net has been upgraded from a crappy ADSL line to a fibre based connection, which has improved uplink speed for the server tremendously. Unfortunately, it looks as though newer technology doesn’t always imply that everything gets better: Unlike what the representative for the fibre project stated, there’s no sign of… Continue reading Two steps forward and one step back
IPv6 guests in KVM
I’ve been experimenting with IPv6 at home, and spent some time trying to get it working in my virtual machines. The first symptom I got was that VMs got a “Network unreachable” error when trying to ping6 anything but their own address. The cause was a complete brainfart on my side: We need a loopback interface… Continue reading IPv6 guests in KVM
Frustrations in Ubuntu 18.04
My first frustration with Ubuntu 18.04 came yesterday. I created a template VM with my basic toolkit that any machine in my network should have. I then deployed the VM and asked vSphere to set the hostname to the value of the VM name. Strangely, this didn’t happen: The new machine booted up alright, but… Continue reading Frustrations in Ubuntu 18.04
DNS/DHCP issues in modern Windows versions
Static IP addresses are a solid way to configure machines if you have few enough of them to manage them manually. But the more ability you want to have to change things on the fly, the more limiting such a configuration scheme becomes. Unfortunately I’ve had severe problems with getting servers with DHCP leases (or… Continue reading DNS/DHCP issues in modern Windows versions
Transport security with Postfix
I had a “Face: Meet Palm” moment today, and as usual when that happens, I learned something new: What happened was that I noticed that mail from a Postfix server I use for sending mail from a couple of domains was marked with the red “no encryption” label rather than the expected grey “standard encryption”… Continue reading Transport security with Postfix
Resizing the system volume on a Linux VM
Background With LVM, the preferred way of adding storage space to a computer running a Linux-based operating system seems to be to add disks, judging by my search results. Naturally, this is a great way of minimizing disruption in a physical machine, but what if you’re running your machines virtually? Adding virtual disks tends to… Continue reading Resizing the system volume on a Linux VM
When the French attack…
A consultant working with our Alcatel phone system encountered a weird issue that caused us some problems the other day. When attempting to install an Open Touch Media Server (used for receiving fax, for example), the entire vCenter client environment froze, and a reload of the page resulted in the following error message: 503 Service… Continue reading When the French attack…