Re: wg interface sometimes not reconnecting

2024-11-16 Thread Will
> On Nov 15, 2024, at 16:22, obs...@loopw.com wrote: > > there are situations where stateful firewalls can forget about the wireguard > session, but one or more of the peers remember it. Even wireguard’s > keepalive wont fix that situation. From a technical perspective, wouldn’t it make sense

Re: OpenBSD Stickers

2024-11-16 Thread Rob Schmersel
On Sat, 16 Nov 2024 08:27:08 + bsdbsdbsd1 wrote: > May I suggest a few stylish OpenBSD stickers just as you have > good-looking T-shirts. The stickers can be attached to your Lap-top > computer etc. Thanks. > > Best regards > John Scofield There are stickers: https://openbsd.creator-spring.

Re: wg interface sometimes not reconnecting

2024-11-16 Thread Stuart Henderson
On 2024-11-16, Will wrote: >> On Nov 15, 2024, at 16:22, obs...@loopw.com wrote: >> >> there are situations where stateful firewalls can forget about the wireguard >> session, but one or more of the peers remember it. Even wireguard’s >> keepalive wont fix that situation. > > From a technical

Re: OpenBSD Stickers

2024-11-16 Thread Polarian
Oooo stickers, and more!!! How much of the profits go to OpenBSD? I might buy a few stickers myself, I much rather donate to OpenBSD by buying something than to simply give money. OpenBSD tshirt would be cool, but I am weird, I do not wear hoodies as I am sensitive to heat (welcome to being autis

Re: unbound error with DNS blocklist size

2024-11-16 Thread Otto Moerbeek
On Sat, Nov 16, 2024 at 11:23:59PM +, ckeader wrote: > > > I guess you're using local zones for this - I would look into using RPZ > > instead. I haven't tried it myself but hopefully this will get you started: > > > > https://blog.nlnetlabs.nl/response-policy-zones-in-unbound/ > > Thanks,

Re: wg interface sometimes not reconnecting

2024-11-16 Thread Will
> On Nov 16, 2024, at 12:41, Stuart Henderson wrote: > > What do you mean by "refresh the connection”? Hi Stuart, I’m glad you replied, because I’m sure you have a much deeper understanding of how wireguard works than me. I think wgpka is probably working as intended, and a network appliance

Re: unbound error with DNS blocklist size

2024-11-16 Thread ckeader
> I guess you're using local zones for this - I would look into using RPZ > instead. I haven't tried it myself but hopefully this will get you started: > > https://blog.nlnetlabs.nl/response-policy-zones-in-unbound/ Thanks, Stuart. I can see the advantage of this approach and it looks like some

Re: Iddentifying network files into a qcow2 file to edit them?

2024-11-16 Thread Stuart Henderson
On 2024-11-16, lati...@vcn.bc.ca wrote: >> Hello misc >> >> i moved one name.qcow2 from a 7.5 server to a 7.6 server with different >> networks. >> >> They have different IPs 4 and 6; i have edited hostname.vio0 but i need to >> identify what other network files are involve, to make internet to be

Re: wg interface sometimes not reconnecting

2024-11-16 Thread Janne Johansson
Den lör 16 nov. 2024 kl 13:11 skrev Gregory Edigarov : > On Fri, 15 Nov 2024 15:22:27 -0800 > obs...@loopw.com wrote: > > > there are situations where stateful firewalls can forget about the > > wireguard session, but one or more of the peers remember it. Even > > wireguard’s keepalive wont fix th

OpenBSD Stickers

2024-11-16 Thread bsdbsdbsd1
May I suggest a few stylish OpenBSD stickers just as you have good-looking T-shirts. The stickers can be attached to your Lap-top computer etc. Thanks. Best regards John Scofield

Re: Iddentifying network files into a qcow2 file to edit them?

2024-11-16 Thread latinfo
> On 2024-11-16, lati...@vcn.bc.ca wrote: >>> Hello misc >>> >>> i moved one name.qcow2 from a 7.5 server to a 7.6 server with different >>> networks. >>> >>> They have different IPs 4 and 6; i have edited hostname.vio0 but i need >>> to >>> identify what other network files are involve, to make i

Re: unbound error with DNS blocklist size

2024-11-16 Thread Stuart Henderson
On 2024-11-16, ckeader wrote: > > Since the upgrade to 7.6, I have been unable to use unbound in the > previous configuration. > > root@router ~ # rcctl -df start unbound > doing _rc_parse_conf > unbound_flags >-c /var/unbound/etc/unbound.conf< > doing rc_check > unbound > doing rc_pre > /var/unbo

unbound error with DNS blocklist size

2024-11-16 Thread ckeader
Since the upgrade to 7.6, I have been unable to use unbound in the previous configuration. root@router ~ # rcctl -df start unbound doing _rc_parse_conf unbound_flags >-c /var/unbound/etc/unbound.conf< doing rc_check unbound doing rc_pre /var/unbound/db/root.key has content success: the anchor is

Re: wg interface sometimes not reconnecting

2024-11-16 Thread Gregory Edigarov
On Fri, 15 Nov 2024 15:22:27 -0800 obs...@loopw.com wrote: > there are situations where stateful firewalls can forget about the > wireguard session, but one or more of the peers remember it. Even > wireguard’s keepalive wont fix that situation. > isn't ifstated(8) the cure for this?