As I said in my last post, I was working on making rainerscript functions into loadable modules. This had multiple reasons. For one, adding new functions may add more and more dependencies, which in the end takes up a lot of memory on your computer, even if you don’t plan on using any of the […]
anonymizing IPv6 with embedded IPv4
Apart from the normal format for IPv6, it is also possible to format an IPv6 with an embedded IPv4 instead of the last two blocks. This is described in the RFC 4291 section 2.2.3, for example:::FFFF:129.144.52.38 The format is used for systems working with both IPv6 and IPv4 addresses. However, in the RFC it is […]
Zusammenfassung Logging
Hier ist eine Zusammenfassung meines Verständnisses von Eventreporter, WinSyslog und rsyslog: Die drei Programme heißen Eventreporter, Winsyslog und rsyslog. Eventreporter ist der lokale client, der auf einem einzelnen Computer läuft. Mit ihm kann mach auch noch einige weitere überwachen lassen, aber nicht viele. Er sammelt und speichert die Vorgänge, also Fehlermeldungen, wenn ein Programm gestartet […]