Automatically restart Webmin/Virtualmin in case of failure

Running out of memory sometimes happens on swap-less VPSes, and it seems Webmin (together with its twin, Virtualmin) are among the first processes to die in out-of-memory cases.

Setting up a little script to check for and restart Webmin if it is no longer running is a pretty simple (workaround) solution – but should never replace the proper procedure of adjusting the settings or upgrading the VPS to avoid running out of memory in the future.

Directory listing failed in FileZilla with ProFTPd on Virtualmin

Everything appears normal in the FTP server’s log:
fr01-srv proftpd[5591]: 192.168.0.1 – USER testuser: Login successful.

However, in Filezilla things are different:
Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing

Obtaining administrator access on Huawei HG8247H

My ISP upgraded my connection from VDSL to fiber and gave me new hardware to go with it – the Huawei HG8247H GPON. However, as I am already using a fully configured DDWRT-ed router for all my networking tasks, I needed to turn the Huawei into a media converter and pass the static IP to my second router – not the easiest task as it appears.

The Huawei my ISP uses comes with manufacturer firmware and blank configuration so the default logins of still work, but as soon as its WAN gets connected it grabs the configuration from the ISP and the administrator login changes.

Adding static DNS records on DD-WRT

Ever needed to manually control host/domain IPs using the hosts file? Well, good thing most computers have a hosts file, but what do you do with other devices that do not support such a feature.

If you’re running a DD-WRT router, by using DNSMasq the DNS change will work for all devices that connect to your router, including mobile devices.