Re: OT: how to make a ssh/showmount usable with no internet

From: Doug Hardie <bc979_at_lafn.org>
Date: Fri, 14 Jul 2023 21:48:50 UTC
> On Jul 14, 2023, at 07:28, Aryeh Friedman <aryeh.friedman@gmail.com> wrote:
> 
> Due to some t-storms my internet is up and down like nuts today but
> the upshot is it seems that even local ssh requires a reverse DNS
> lookup and thus has a very long hang before connecting.   How can I
> prevent this behaviour
> 
> Additional question: what additional steps do I need to make the
> system completely separable from the internet (I already ran into
> reverse DNS issues with showmount).   (I use NFS but not NIS for most
> stuff)

I run unbound (full version) on one of my servers.  All my systems are entered into it's database as local-data in local-zone.  All the systems use that system for DNS.  If the internet is down, local DNS still works.  I don't the RDNS entries and haven't needed them.  If they are necessary, unbound can do that also.

-- Doug