<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    Hi,<br>
    <br>
    <div class="moz-cite-prefix">On 2021-05-08 10:35 a.m., Media Mouth
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:2221372C-F5FA-49FC-BE27-7E04BDD493F1@gmail.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Thanks, Ralph for the info below.
      <div class="">If I'm understanding correctly, once the scanner is
        successfully connected via USB to a local computer, you can
        share that scanner to the LAN.</div>
      <div class="">Is that correct?<br class="">
        <div class=""><br class="">
        </div>
        <div class="">From what I understand (at least from <a
            href="https://wiki.debian.org/SaneOverNetwork" class=""
            moz-do-not-send="true">this link</a>)</div>
        <div class="">On the Client machine</div>
      </div>
      <blockquote style="margin: 0 0 0 40px; border: none; padding:
        0px;" class="">
        <div class="">
          <div class="">
            <div>in file 'dll.conf' (/usr/local/etc/sane.d/dll.conf),
              un-comment "net"</div>
          </div>
        </div>
        <div class="">
          <div>in file 'net.conf' (/usr/local/etc/sane.d/net.conf), Add
            the ip address of the Server machine (the one connected via
            USB to the scanner)</div>
        </div>
      </blockquote>
      <div class="">
        <div><br class="">
        </div>
        <div>On the Server machine</div>
      </div>
      <blockquote style="margin: 0 0 0 40px; border: none; padding:
        0px;" class="">
        <div class="">
          <div class="">
            <div>in file 'sane.d' (/usr/local/etc/sane.d), add the IPs
              permitted to scan.</div>
          </div>
        </div>
      </blockquote>
      <div class="">
        <div><br class="">
        </div>
      </div>
    </blockquote>
    As Brian said, the file is saned.conf.<br>
    <br>
    <blockquote type="cite"
      cite="mid:2221372C-F5FA-49FC-BE27-7E04BDD493F1@gmail.com">
      <div class="">
        <div>Am I on track?  Not working for me yet, but there's a note
          in 'sane.d':</div>
      </div>
      <blockquote style="margin: 0 0 0 40px; border: none; padding:
        0px;" class="">
        <div class="">
          <div class="">
            <div># NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and</div>
          </div>
        </div>
        <div class="">
          <div class="">
            <div># /etc/services must also be properly configured to
              start</div>
          </div>
        </div>
        <div class="">
          <div class="">
            <div># the saned daemon as documented in saned(8),
              services(4)</div>
          </div>
        </div>
        <div class="">
          <div class="">
            <div># and inetd.conf(4) (or xinetd.conf(5)).</div>
          </div>
        </div>
      </blockquote>
      <div class="">
        <div><br class="">
        </div>
      </div>
    </blockquote>
    So for this part, we are really talking about how to run saned on
    the server machine.<br>
    Depending on the distro and how they packaged it, you might find
    that saned is already running or set up to start on demand.<br>
    <br>
    Perhaps check to see if a saned process is running. You could also
    see if a service manager is listening on your behalf:<br>
    <br>
    netstat -an | grep 6566<br>
    <br>
    In my case:<br>
    <br>
    tcp6       0      0 :::6566                 :::*                   
    LISTEN <br>
    <br>
    With the above, you should be set.<br>
    If it is not running and no-one is listening on the port, you could
    run it manually for testing purposes.<br>
    <br>
    E.g.<br>
    saned -l -p 6566 -b 192.168.1.12 -e -d5<br>
    <br>
    The address and port should be configured to what you desire. Port
    6566 is the default port so you should probably stick to that.<br>
    <br>
    Cheers,<br>
    Ralph<br>
    <br>
  </body>
</html>