I want to launch a Centos 7 VM using qemu in Windows 11. I already have a disk image (vmdk) and it works fine if I run it with the following command: qemu-system-x86_64 -m 4096 -smp 2 -drive file="C:MyDrivesCentos7.vmdk" It works, the VM is running correctly. The only issue I […]
Monthly Archives: October 2022
399 posts
I’m trying to setup a TCP transparent proxy with cgroups2: iptables -t nat -A OUTPUT -p tcp -m cgroup --path test --syn -j DNAT --to-destination 10.0.0.1:10000 iptables -A INPUT -p tcp -m cgroup --path test --syn -j ACCEPT iptables A INPUT -m cgroup --path test -j DROP iptables -A OUTPUT […]
A friend has a Netgear Nighthawk AX1800 RAX20-100NAS WiFi 6 router that I can’t get to the administrative web interface of. The router is connected (by Ethernet cable) to their cable modem. I’ve tried multiple browsers from Windows (WiFi and Ethernet), Linux (WiFi and Ethernet) and Android devices and it […]