Skip to main content

Posts

2022


Forcing A or AAAA record resolution with CoreDNS

·690 words·4 mins
Some devices will favour IPv6 when configured, which is great, however there are sometimes that you want a device to only resolve either the v4 or v6 addresses.

LLDP on Intel X710 Network Cards

·243 words·2 mins
It’s sometimes useful to be able to match ports on a system to those on a switch from both sides.

2015


2013


On the fly content replacement using F5 Load balancers

·775 words·4 mins
In the modern web application world, a large proportion of sites are using SSL Offloading, be this for the added security of the web servers not having the SSL private key on them (and hence if compromised the certificate is not necessarily compromised as well) or for the performance boost associated of using hardware accelerators.

iSCSI Target re scanning on VMWare

·59 words·1 min
If you’re using iSCSI on VMWare but have a requirement to rescan the luns after a machine has booted (For example a VM which has DirectPath to a Storage card enabled, which is hosting your iSCSI luns) you can simply do so with the following command

F5 LoadBalancing on a per app mountpoint

·471 words·3 mins
With some customers solutions I’ve seen a common requirement to do loadbalancing decision based on the actual application server serving the content, this obviosuly introduces a few issues if you’re using a single base URL for this

2012


"Instant" Upload to Rackspace CloudFiles

·92 words·1 min
Using inotify and the ‘swift’ client tools it is possible to automatically upload files to cloudfiles as they are written to disk.