1# saned.conf 2# Configuration for the saned daemon 3 4## Daemon options 5# Port range for the data connection. Choose a range inside [1024 - 65535]. 6# Avoid specifying too large a range, for performance reasons. 7# 8# ONLY use this if your saned server is sitting behind a firewall. If your 9# firewall is a Linux machine, we strongly recommend using the 10# Netfilter nf_conntrack_sane connection tracking module instead. 11# 12# data_portrange = 10000 - 10100 13 14 15## Access list 16# A list of host names, IP addresses or IP subnets (CIDR notation) that 17# are permitted to use local SANE devices. IPv6 addresses must be enclosed 18# in brackets, and should always be specified in their compressed form. 19# 20# The hostname matching is not case-sensitive. 21 22#scan-client.somedomain.firm 23#192.168.0.1 24#192.168.0.1/29 25#[2001:db8:185e::42:12] 26#[2001:db8:185e::42:12]/64 27 28# NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and 29# /etc/services must also be properly configured to start 30# the saned daemon as documented in saned(8), services(4) 31# and inetd.conf(4) (or xinetd.conf(5)). 32