ConfigureSaned

From $1

Table of contents
[MISSING]
  • As root run sane-find-scanner.
  • In /etc/xinetd.d create file saned with the following content:

service saned
{
  socket_type = stream
  protocol    = tcp
  wait        = no
  user        = root
  group       = root
  server      = /usr/sbin/saned
  disable     = no
}
  • in /etc/services, insert a line:

saned  6566/tcp
  • edit /etc/saned.conf and grant access to 192.168.1.0/24
Tags:
none
 
Images (0)
 
Comments (0)
You must login to post a comment.