Re: freebsd ipfw question

2022-02-21 Thread Randy Bush
> for some reason lost in time, i have the following in `/etc/ipfw.rules` > on a freebsd system running bind9 > > add allow tcp from any to me 53 limit src-addr 1 setup > add deny tcp from any to me 53 and now i know why # lsof -i :53 COMMAND PID USER FD TYPE DEVICE SIZ

BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-21 Thread Larry Stone
So, just for fun, I decided to see if I could build 9.18.0 on my current MacBookPro (where I already run 9.16.26). It’s on MacOS Catalina 10.15.7 (cannot go higher - new MacBookPro coming soon!). First attempt to configure told me I either needed libnghttp2 or to configure with --disable-doh. I

Re: freebsd ipfw question

2022-02-21 Thread Timothe Litt
On 21-Feb-22 18:36, Randy Bush wrote: for some reason lost in time, i have the following in `/etc/ipfw.rules` on a freebsd system running bind9 add allow tcp from any to me 53 limit src-addr 1 setup add deny tcp from any to me 53 Except that rule wouldn't help.  I put the non-local 

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-21 Thread Mark Andrews
When building with OpenSSL in non system locations ensure that the PKG_CONFIG_PATH is properly set. e.g. OPENSSL=/opt/local PKG_CONFIG_PATH=$OPENSSL/lib/pkgconfig Mark > On 22 Feb 2022, at 12:29, Larry Stone wrote: > > So, just for fun, I decided to see if I could build 9.18.0 on my current

Re: BIND 9.18.0 and Mac OS X 10.15.7 - cannot build

2022-02-21 Thread Larry Stone
Thanks. That gave me a good configure and make on the 10.15.7 system. Have not installed or tried to run it yet. Unfortunately, on the 10.13.6 system, with OpenSSL 1.1.1m now installed as well as nghttp2, while it configures OK, make throws an error with references to Xcode (MacOS proprietary s