I have configured an openvpn server (Debian 10) to access a webserver on my local network, everything works as it should, but looking at the iptables log I don’t understand one thing. This is how I set up the Iptables: 192.168.0.42 = Web-server ip 192.168.0.21 (Current host) = VPN Server […]
Daily Archives: July 19, 2021
12 posts
I’m a software developer and I’m using some C++ library to access a database. I want to test some aspects related to the handling of timeouts and stuck connections. While I can mock certain stuff, I also want to test how the real application is going to handle “hangups”, i.e. […]
I have a B3+ PI running Raspbian Buster x32 on a armv7 cpu. I have made extensive customizations on this installations and I am wondering if I can use the same installation on a different x86 machine with an Intel Q9450 CPU without making all the configuration all over again […]