I currently have a network with an older machine, which is (usually) operated in headless mode as a data & backup server, with a fixed IP of 192.168.0.10. I have two client machines, a desktop & a laptop, which use DHCP. All three computers are running Slackware-12.2, the clients with a full install & the server without any X components.
I want to set the server to serve a scanner & have been following
this link, which is mostly a rewrite of the man page for sane.d. I set up saned per the article, adding the saned:saned user. 'scanimage -L' works for both root & my local user on the server. I can ssh into the server as my desktop user & 'scanimage -L' works. Ditto if I ssh into the server, then 'su -' to root. I can scan either locally from the server or via ssh from the desktop machine. BUT, I cannot get the scanner recognized on the network.
On the server, I have this line in /etc/sane.d/saned.conf:
this line in /etc/services:
Code:
sane-port 6566/tcp #SANE network scanner daemon
& this line in /etc/inetc.conf:
Code:
sane-port stream tcp nowait saned:saned /usr/sbin/saned saned
I have changed the line in /etc/sane.d/saned.conf to just "+", for testing. That didn't work either.
On the clients, I have these two uncommented lines in /etc/sane.d/net.conf:
Code:
connect_timeout = 60
192.168.0.10
My desktop user is in these groups:
Quote:
users lp wheel floppy audio video cdrom plugdev power scanner data vboxusers
|
My server user is in the same groups, less vboxusers.
The server is identified in /etc/hosts & I can connect to it via ssh & mount nfs shares from it. What am I (not) doing that is killing network scanning?
Regards,
Bill