Wyk72

Results 9 comments of Wyk72

You have to use VXLAN encapsulation into a wireguard tunnel for this to work. VXLAN interfaces behave like standard eth interfaces (more or less...) so they can be bonded/bridged to...

I have a couple of those NICs and they have a (BIOS/legacy) PXE boot rom that works , you can chainload iPXE or whatever you like. I can dump them...

I have a workaround for this, a bit ugly but works: - run privaxy on any linux machine without interface, it will bind to 127.0.0.1:8100 as usual (.pem certs in...

Yes, but you need docker to run it.

I use qcow2 as a LXC "backend" with simple mount scripts & some little helpers programs (qemu-nbd), for particular use-cases. One was to boot an Alpine Linux USB key in...

Same problem here: /usr/include/linux/if_packet.h:24:17: error: flexible array member 'sockaddr_ll::::::sll_addr_flex' not at end of 'struct raw_info_t' 24 | __DECLARE_FLEX_ARRAY(unsigned char, sll_addr_flex); | ^~~~~~~~~~~~~~~~~~~~ Alpine Linux Kernel 6.6

I've compiled coreboot FW for M700 Tiny. Wifi slot (m.2 sff) does not work at all, device (Intel AC wifi card 8260 w bluetooth) is not enumerated at all -...

I got this bug and it's severely affecting our workflow. I don't understand what the underlying cause is: I have planty of terabytes of space on my servers (source and...

It seems it's a ZFS issue on the main server i.e. snapshot does not exist. BTW we are planning to abandon ZFS completely, it's a memory hog and kinda useless...