<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 8, 2021, at 2:38 PM, Ralph Little <<a href="mailto:skelband@gmail.com" class="">skelband@gmail.com</a>> wrote:</div></blockquote><blockquote type="cite" class=""><br class=""></blockquote><blockquote type="cite" class=""><div class="">no point changing the saned.conf on the client side.<br class="">
    On the server, add 192.168.0.15 to saned.conf on a line on its own.<br class="">
    <br class="">
    </div></blockquote><div>Ok so for clarity, some simplified IPs</div><div><div>Client machine (192.168.0.Client)</div></div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div><div><div>'dll.conf' the line "net" is commented out</div></div></div><div><div><div>'net.conf' has entry for 192.168.0.Server</div></div></div></blockquote><div><div><div><br class=""></div><div>Server machine (192.168.0.Server)</div></div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div><div><div>'saned.conf' has entry for 192.168.0.Client</div></div></div></blockquote><div><br class=""><blockquote type="cite" class=""><div class="">
    It's always frustrating trying to figure out when saned/net is not
    working.<br class="">
    We should look at the server side since it looks like the client is
    doing the right things.<br class=""></div></blockquote><div>If I run SANE_DEBUG_NET=10 scanimage -L</div><div>The stdout hangs on the following Line:</div><div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">[15:02:12.126561] [net] connect_dev: net_init (user=[ClientUser], local version=1.0.3)</span></div></div><div>for about 45 secs.</div><div>Does that suggest maybe the problem is `scanimage -L` attempting to communicate the wrong user name?  Or does that not matter?</div><br class=""><blockquote type="cite" class=""><div class="">
    <br class="">
    Firstly, are you sure that the server side is seeing 192.168.0.15 as
    the incoming address? If you are accessing it through PAT or NAT
    (like often from a VM), then saned is going to see your external
    address rather than your internal address.<br class="">
    Just thought I would bob that in there, not to insult your
    intelligence. ;)<br class=""></div></blockquote><div>Thanks.  We're on a LAN with no VMs.</div><br class=""><blockquote type="cite" class=""><div class="">
    
    Secondly, we can try to switch on debugging. When saned is running
    as a service it should be outputting diag to the syslog.<br class="">
    We should be able to increase the level of that by editing the init
    line.<br class="">
    On my system (which is Linux Mint 19.3) saned is kicked off by the
    init process and is listed in /etc/inetd.conf:<br class="">
    <br class="">
    sane-port       stream  tcp     nowait  saned:saned    
    /usr/sbin/saned saned<br class="">
    <br class="">
    Add -d10 to the end of the line and that should increase the
    verbosity of the output to the syslog.<br class="">
    <br class="">
    sane-port       stream  tcp     nowait  saned:saned    
    /usr/sbin/saned saned -d10<br class="">
    <br class="">
    Try to connect again, then check the bottom of the syslog.<br class=""></div></blockquote><div><br class=""></div><div>Haven't yet tried the "-d10" debugging</div><div>But even before doing that, checking over syslog.  The following are the most suspicious lines:</div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div><div>"<span style="font-family: Menlo; font-size: 11px;" class="">inetd[444]: sane-port/tcp: bind: Address already in use</span>"</div></div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div><div>"<span style="font-family: Menlo; font-size: 11px;" class="">saned[2038]: read_config: could not open config file (saned.conf): No such file or directory</span>"</div><div>"<span style="font-family: Menlo; font-size: 11px;" class="">saned[2038]: init: access by host ::ffff:192.168.1.182 denied</span>"</div></div></blockquote><div><div><br class=""></div><div><br class=""></div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class="">
    <br class="">
    Cheers,<br class="">
    Ralph<br class="">
    <br class="">
  </div>

</blockquote></div><br class=""></body></html>