Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to How to share a scanner on your network
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:Fine article - doesn't work yet
Posted by: Anonymous Coward on December 09, 2006 06:30 AMAlso, the article forgot one detail: the file<nobr> <wbr></nobr>/etc/sane.d/saned.conf must be edited on the server to allow the client IP.
For example, to allow all clients of my local network (192.168.1.*) I added the following line:
192.168.1.1/24
If that still does not work then start saned manually on the server side with debug enabled:
saned -d
That should tell you if a connection attempt is made.
#