Ora vorrei condividerlo sulla LAN ma non riesco. Ho provato a seguire questa guida:
http://www.linux.com/articles/57798
che sembrerebbe essere corretta leggendo anche le indicazioni della documentazione di sane trovate qui:
http://tldp.org/HOWTO/Scanner-HOWTO/sane.html#CONFIG-SANE
Fatta tutta la procedura il cliet continua a non "vedere" scanner nella rete.
dando un nmap su localhost non vedo le porte del servizio, quindi presumo che il problema sia la mancanza del demone, ma lanciando saned (sia da utente normale che da su) il demone non si avvia e non da messaggi di errore sul terminale. Cosa sto sbagliando?
Vi posto i file di configurazione del server:
/etc/sane.d/saned.conf
Codice: Seleziona tutto
#
# saned.conf
#
# The contents of the saned.conf file is a list of host names, IP
# addresses or IP subnets (CIDR notation) that are permitted to use local
# SANE devices. IPv6 addresses must be enclosed in brackets, and should
# always be specified in their compressed form.
#
# The hostname matching is not case-sensitive.
#
#scan-client.somedomain.firm
#192.168.0.1
#192.168.0.1/29
#[2001:7a8:185e::42:12]
#[2001:7a8:185e::42:12]/64
#
# NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and
# /etc/services must also be properly configured to start
# the saned daemon as documented in saned(8), services(4)
# and inetd.conf(4) (or xinetd.conf(5)).
10.0.1.0/24
Codice: Seleziona tutto
#<off># netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd
sane-port stream tcp nowait saned.saned /usr/sbin/saned sanedCodice: Seleziona tutto
Starting Nmap 4.62 ( http://nmap.org ) at 2009-02-01 16:03 CET
Interesting ports on localhost (127.0.0.1):
Not shown: 1706 closed ports
PORT STATE SERVICE
25/tcp open smtp
139/tcp open netbios-ssn
445/tcp open microsoft-ds
631/tcp open ipp
2000/tcp open callbook
5900/tcp open vnc
7634/tcp open hddtemp
8118/tcp open privoxy
9050/tcp open tor-socks
Nmap done: 1 IP address (1 host up) scanned in 0.121 seconds
