Stream Multicast with VLC Player

Multicast can be very complex, its sometimes handy to be able to just test multicast yourself between two machines on the network. VLC Media Player allows you to do this quite easily. Configure Server (Sender) Firstly get yourself a video file you wish to multicast stream out across your network and place it on the … Read more

Multicast – PIM, RP, BSR and MSDP for Multicast Across Routed Networks

Multicast is a networking method used to efficiently transmit data to multiple recipients simultaneously. Unlike unicast (one-to-one) and broadcast (one-to-all) communication, multicast is a one-to-many or many-to-many method where data is sent only to devices that are interested in receiving it, rather than to all devices on a network. In multicast, devices that want to … Read more

Exchange 2016 SMTP StartTLS “Didn’t find STARTTLS in server response”

We use SMTP on our Exchange Servers to provide authenticated SMTP email service for those who are using email clients which require SMTP to send email. We had an issue that following a certificate expiry that any SMTP connections to the server (that were attempting to use STARTTLS) would fail. For example: The issue was … Read more