Understanding the two types of fiber optic splicing

Fiber splicing is joining two optical fibers to create a continuous, low-loss, and highly efficient optical path. This connection is essential to maintaining the integrity and reliability of optical communication networks, whether they are used for internet connectivity, telephony, or data transmission. Fiber splicing can be performed in two primary ways: fusion and mechanical splicing. … Read more

APNIC:IPv6, DNS, and truncation in UDP

https://blog.apnic.net/2024/03/14/ipv6-dns-and-truncation-in-udp/ In February I looked at the behaviour of the DNS when processing responses in UDP, which set the truncated flag in the DNS response. In particular, I was looking for the incidence of DNS resolvers that used the answer section in truncated responses (despite the admonition in DNS standards not to do so) and the … Read more

Mass Deleteing hosts in LibreNMS

I recently worked on a network where we re-piped around four hundred hosts. These four hundred hosts were being monitored by LibreNMS. The question is how to delete this many hosts. I credit https://www.incredigeek.com/home/librenms-bulk-delete/ for this tutorial. I will only add that I used Excel instead of the MySQL database. I knew the IP range, so I opened … Read more

Amazon Tech Deal: Portable power

With a 600W AC inverter, 268Wh LiFePO4 battery pack, and 9 outlets, this is perfect for Tower crews on the job site. Many times, these crews are in remote areas, so you don’t want to fire up a generator or even the on-site expresso machine to do some small charging. https://amzn.to/3XOtpSn

/127s for IPv6 Point -To-Point links

/127’s for point-to-point links (RFC 6164) instead of /64’s https://datatracker.ietf.org/doc/html/rfc6164 [RFC4291] specifies that interface IDs for all unicast addresses, except those that start with the binary value 000, are required to be 64 bits long and to be constructed in Modified EUI-64 format. In addition, it defines the Subnet-Router anycast address, which is intended to … Read more