Felix Kaechele

Results 47 comments of Felix Kaechele

I am seeing this (or a similar) issue with my Schlage BE469ZP as well. I cannot change the PIN on Slot 1 & 2 (which happen to be the factory...

What you're suggesting is to read all entries in a RRset and then add every one of the items to the list of broker candidates, right? Because that would be...

Okay, looking at it, I think it can be done. I found a corner case that would need to be checked: Currently, there is a defined maximum of 10 brokers...

Unfortunately, Dr. Jung (:tada:), I have been unable to capture a log in this situation. But I would not be surprised given the current state of the client that there...

What we could try is porting tunneldigger to (ab)using vxlan instead of L2TPv3 for tunneling. vxlan in the Kernel does work with multiple Tunnels using the same src and dst...

> This is my understanding of the protocol and standard. I might be mistaken and that there exist some reasonable way why it is done like this in Linux. But...

Okay. Did some more analysis. I, too, see now that the limitation is in the kernel L2TPv3 implementation. The problem becomes apparent when you read the [documentation](https://github.com/torvalds/linux/blob/master/Documentation/networking/l2tp.txt): > The driver...

I verified my understanding of the situation with James Chapman, the original author of the Kernel L2TP implementation. He was so kind to take the time and provide me some...

Let me break out what needs to be done in order to get this done: - Fixing the kernel L2TP implementation (this is the hardest part) - Change the way...