wsmouse mapping button clicks

2018-05-13 Thread Patrick Marchand
I bought myself a Kensington Slimblade mouse the other day, it is a trackball mouse with 4 buttons and scrolling features. It mostly works out of the box, but openbsd seems to only detect two of the buttons, leaving me without a middle click. I'd like to find a way to program the two other

Re: Remote kernel debugging with kgdb and vmm

2018-05-13 Thread IL Ka
AFAIK kgdb (remote debug) is not supported: http://openbsd-archive.7691.n7.nabble.com/on-line-kernel- debugging-tt335833.html#a341551 You can debug running kernel but functionality is limited.

router does not forward ipv6 packets

2018-05-13 Thread Stephane Guedon
Good afternoon. I am having trouble with my OpenBSD 6.3 router as it does not forward ipv6 packets anymore whereas it did with no trouble a week ago (when I used a tunnel). Long version : I managed to get dhcpcd to craft the exact request to match my ISP's routers expectations and since that

packet filter: table of tables ?

2018-05-13 Thread Harald Dunkel
Hi folks, how can I combine tables into large tables, instead of using inefficient variables? AFAIU I can modify tables using the pfctl command line, but something like this in pf.conf would be nice table const persist { 172.12.127.0/24 172.12.124.0/24 172.12.120.0/24

Re: ikev2 All incoming/outgoing traffic over IPsec?

2018-05-13 Thread Johan Hattne
Nah, sorry, I misread your rules—on second look, I don’t see what’s gone wrong. What about logging blocked packets block log (all, to pflog0) in pf.conf and dumping it # tcpdump -en -i pflog0 while doing what you expect should work? // Johan > On May 13, 2018, at 02:15, Denis

Re: ikev2 All incoming/outgoing traffic over IPsec?

2018-05-13 Thread Denis
Johan, Do I have to remove these two rules or modify them by removing ipencap? pass in quick on $ipsec_enc_if proto ipencap from any to ($ipsec_if) \ keep state (if-bound) pass out quick on $ipsec_enc_if proto ipencap from ($ipsec_if) to any \ keep state (if-bound) On 5/12/2018 10:11 AM, Johan

Re: MIMO in athn(4)

2018-05-13 Thread Артур Истомин
On Sat, May 12, 2018 at 10:53:29PM +1000, tomr wrote: > > I've been playing with an apu2 and an AR9280, which is supported by athn(4). > > It seems to perform terribly when I connect a second antenna. Is this > the expected behaviour currently? Is there some MIMO magic that isn't > yet