Firefox: SSL_ERROR_UNSUPPORTED_VERSION

Although you shouldn’t be working around certificates which are very old or no longer meet modern standards e.g. TLS 1.3 etc. if like me you need to access something using TLS 1, you can use Firefox and change the configuration. Use the URL: about:config Then set: security.tls.version.min (from 2/3 to 1), then attempt to access … Read more

SLPP Guard – Simple Loop Prevention Protocol Configuration for Edge Ports (XOS/SwitchEngine)

On VOSS/FabricEngine SLPP should be configured on every VLAN at the point where it leaves the fabric and meets a non-fabric loop prevention strategy.  This will prevent any loops from impacting the fabric by closing down ports where a loop is detected. The below assumes you already have SLPP configured on your upstream switches. If … Read more

Traffic Policing vs Traffic Shaping

The concepts of Traffic Policing and Traffic Shaping can get very detailed, this article intends to be a very high level explanation, I’ve provided some links below that go into more detail. But, first let’s set the scene. When transmitting traffic across a network connection, there are limits, the most notable is the limit in … Read more

Reset Vehicle API on Ohme Pro Charger

Very occasionally my Ohme Pro charger loses its connection to the Nissan LEAF API which it uses to determine the battery status, this doesn’t affect the charging of the car, but just means it reports incorrect information and grumbles to say the “car isn’t charging how we’d expect”, even though it is. Ohme customer car … Read more

Storing Terraform State on AWS S3 Bucket (including AWS DynamoDB for State Locking)

Building upon the example Simple Terraform Docker Example (Ubuntu Linux), we’ll store our Terraform State in AWS S3 Bucket, rather than just locally on the machine running Docker. Yes, I know its not a very useful example, but it simply illustrates the mechanism and how it can be used for more useful and complex deployments. Storing … Read more

VLC Player Not Playing Multicast Stream

Attempting to play a multicast stream from Windows VLC Player, was seeing the IGMP Snooping picking up something from my machine, but not the join to the specific group (channel/stream) I was trying to view. I was attempting to get to a stream: udp://@239.4.6.0:1234 Resolution To resolve the problem, it turned out to be VirtualBox, … Read more

Enable SNMP on Brocade SAN Switch (SNMPv1)

The Brocade SAN Switches have SNMP capability which can be used for configuration and monitoring. These instructions detail how to configure SNMP on the SAN switches to allow them to have their state be monitored via SNMP from a suitable monitoring platform (e.g. NagiosXI or Opsview etc.). We are not configuring SNMP Traps, this is … Read more