[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:network_services:scanning_with_sane_in_a_network [2019/02/14 12:29 (UTC)] slackwarespanoles:howtos:network_services:scanning_with_sane_in_a_network [2019/02/14 12:33 (UTC)] – [Configuration of the server] slackwarespanol
Línea 1: Línea 1:
 <note warning>En proceso de traducción. Victor</note> <note warning>En proceso de traducción. Victor</note>
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
-====== Using a Scanner in a Network ====== +====== Usar un escáner en una red ====== 
-This Howto describes how one can use scanner which is connected to another Slackware-computer over the network+Este Howto describe cómo se puede usar un escáner que está conectado otra computadora Slackware a través de la red. 
 +===== Software necesario ===== 
 +Todos los paquetes que son necesarios están disponibles en una instalación de Slackware. Estos son ** sane ** y ** xsane ** para el escáner. También se utiliza el demonio del super-servidor de Internet ** inetd ** (en el servidor del escáner) para escuchar la red en busca de trabajo del escáner. 
 +===== Permisos =====
  
-===== Necessary Software ===== +Tengo un dispositivo multifunción HP-PSC-1410 antiguo que está conectado a mi servidor a través de USBPara utilizar el dispositivo para escanear (localmente o a través de la red), uno tiene que ser miembro del ** escáner ** y del grupo ** lp ** -** Tenga en cuenta que cualquier usuario que se agregue con el comando adduser de Slackware, es miembro de este grupo de forma predeterminada. ** 
-All packages which are necessary are available in a stock Slackware-installationThis are **sane** and **xsane** for the scanner. Also the internet super-server daemon **inetd** is used (on the scannerserver) to listen to the network for scanner-job.+===== Configuración del servidor =====
  
-===== Permissions ===== +Uno tiene que editar el archivo '' /etc/sane.d/saned.conf ''Dado que el inetd se usa para escuchar la red, la única parte que tiene que configurar es la "Lista de acceso"Enumera las direcciones IP de las computadoras a las que se les permite acceder al escánerEs posible enumerar direcciones IP individuales o la dirección de la subred completaaquí utilizo
- +
-I have an older Multifunction-device HP-PSC-1410 which is connected via USB to my server. In order to use the device for scanning (locally or over the network) one has to be member of the **scanner** as well as the **lp**-group. **Note that any user who is added with Slackware's adduser command, is member of this groups by default.** +
- +
-===== Configuration of the server ===== +
- +
-One has to edit the ''/etc/sane.d/saned.conf'' fileSince the inetd is used to listen to the network the only part one has to configure is the "Access-List"It lists the IP-adresses of the computers which are allowed to access the scannerIt is possible to list single IP-Adresses or the adress of the whole subnethere I use+
 <code>192.168.98.0/24</code> <code>192.168.98.0/24</code>
  
-In the ''/etc/inetd.conf'' file one needs a line+En el archivo '' /etc/inetd.conf '' uno necesita una línea
 <code>sane-port    stream    tcp    nowait    root.root    /usr/sbin/saned    saned</code> <code>sane-port    stream    tcp    nowait    root.root    /usr/sbin/saned    saned</code>
  
-Be sure to have the following line in your /etc/services file+Asegúrese de tener la siguiente línea en su archivo /etc/services
 <code>sane-port          6566/tcp</code> <code>sane-port          6566/tcp</code>
  
-Afterwards you will have to restart the inetd-daemon+Luego tendrás que reiniciar el inetd-daemon.
 <code>/etc/rc.d/rc.inetd restart</code> <code>/etc/rc.d/rc.inetd restart</code>
  
 es:howtos:network_services:scanning_with_sane_in_a_network ()