Archive for November 2023
Zyxel NR7102 setup how to migrate Ethernet devices to the 192.168.1.x network + Internet access
Per default, the Zyxel NR7102 (a 5G router) has some atypical settings, which one would not expect. Here’s some notes on how to set the device up. I assume that you are using a PoE switch to power the Zyxel NR7102, and your computer is connected using Ethernet. The default admin password is on the…
WeiterlesenDebugging MQTT over websockets on Envoy 1.28.0
I have migrated our Envoy installation from Envoy 1.11.1 to 1.28.0, and am now also using SNI for selecting the correct certificate. A big part of that migration is upgrading the syntax of the configuration for Envoy from the v2 API to the v3 API. The upgrade went well, except for our websocket-based MQTT service…
WeiterlesenA PowerShell script to take a list of domains and output their A and AAAA records as CSV
This was the result of a colloboration between me (with programming skills, but not in PowerShell!) and ChatGPT. It blows my mind away, what can be done with ChatGPT – this is what work IS supposed to be! Quick, without researching every single line. Human and machine in perfect colloboration: be sure to adjust the…
Weiterlesen