Re: dhcp issues

2021-07-18 Thread Martin
Hi, I confirm that dhclient don't read(apply) /etc/dhclient.conf configuration beginning from 6.9am64 and set in /etc/resolv.conf ISP search domain and nameserver(s) even without any complex setup in name resolution: $ cat /etc/resolv.conf search domain.name nameserver ISP.nameserver

Securing MariaDB on OpenBSD

2021-07-18 Thread iio7
I have just installed MariaDB on a 6.9 box and I was wondering whether adding a root password is needed? The root user can access the database without a password by default, but IMHO if the box gets compromised and someone reaches root access, adding a password to the database root user doesn't

Re: Securing MariaDB on OpenBSD

2021-07-18 Thread Stuart Henderson
On 2021-07-17, iio7 wrote: > I have just installed MariaDB on a 6.9 box and I was wondering whether > adding a root password is needed? The root user can access the > database without a password by default, but IMHO if the box gets > compromised and someone reaches root access, adding a password

Re: dhcp issues

2021-07-18 Thread Stuart Henderson
On 2021-07-18, Martin wrote: > Hi, > > I confirm that dhclient don't read(apply) /etc/dhclient.conf configuration > beginning from 6.9am64 and set in /etc/resolv.conf ISP search domain and > nameserver(s) even without any complex setup in name resolution: Not sure what that's about, I don't

Re: dhcp issues

2021-07-18 Thread Stuart Henderson
On 2021-07-17, Sonic wrote: > On Sat, Jul 17, 2021 at 11:20 AM Theo de Raadt wrote: >> >> Instead, we are focusing on 99% of the use cases. > > I hardly think that wanting to override your ISP's name servers is > outside of the 99% use cases. Of course it wouldn't be the first time > I am wrong.

Re: dhcp issues

2021-07-18 Thread gwes
On 7/18/21 8:55 PM, Theo de Raadt wrote: Lots of excellent reasons. Is there any document available which describes your concept of how systems running OpenBSD are used? E.g. mobile laptop, home user desktop, office desktop, single local net server, multiple local servers, single gateway,

Re: dhcp issues

2021-07-18 Thread Sonic
On Sun, Jul 18, 2021 at 3:55 PM Stuart Henderson wrote: > > The bits that can't be handled are the more per-interface things ("fetch > an address but ignore dns or the default route on interface X however do > fetch them from interface Y", or "my ISP won't give me a lease without > providing a

Re: dhcp issues

2021-07-18 Thread Theo de Raadt
Sonic wrote: > On Sun, Jul 18, 2021 at 3:55 PM Stuart Henderson wrote: > > > > The bits that can't be handled are the more per-interface things ("fetch > > an address but ignore dns or the default route on interface X however do > > fetch them from interface Y", or "my ISP won't give me a lease

Re: dhcp issues

2021-07-18 Thread Theo de Raadt
gwes wrote: > On 7/18/21 8:55 PM, Theo de Raadt wrote: > > Lots of excellent reasons. > > > > > Is there any document available which describes your concept of how > systems running OpenBSD are used? > > E.g. mobile laptop, home user desktop, office desktop, single local > net server, multiple