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

Meeting Etiquette (Rules of Engagement)

I’ve found that managing your time is the most important and most effective thing you can do in your day to maintain productivity. If you’re like me having endless unnecessary interruptions means you can’t get into “the zone” and have periods of deep concentration required to actually do useful work. Endless flipping from task to … Read more

Exploring DKIM Validation

To explore how DKIM validation works first got an email in .eml format as an example email which was a known good email where the DKIM validation is OK. Meaning that both the header and the body are unchanged from when the email was first DKIM signed. There is a little tool called “dkimpy”, which … Read more

Test SMTPS from Command Line

Just like the testing of SMTP using Telnet, you can also perform the same steps if the target server is using TLS, however because telnet won’t do the job here, you can use OpenSSL instead. Here’s a simple example:

Telnet SMTP with Headers

Although I’ve covered this before if you want to add some headers into a test email, this can be done by just adding the required header into the “DATA” section. In the example below I’m adding in a header called “List-Id”. You would telnet into your mail server then type in the following:

Extreme Networks Out-of-Band (OOB) Management Port Fails EXOS 31.7.2.28-patch1-75

At the time of writing (29/03/2024) the recommended EXOS (SwitchEngine) version for the X450-g2, X460-g2 and 5420 (as well as other hardware) is EXOS 31.7.2.28-patch1-75. We recently purchased some new 5420 switches and are upgrading some existing X450-g2 and X460-g2 to the latest recommended software versions. However we have identified an issue that currently at … Read more