[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:31 (UTC)] – [Permissions] slackwarespanoles:howtos:network_services:scanning_with_sane_in_a_network [2019/02/14 12:34 (UTC)] – [Testing the network-settings for the server] slackwarespanol
Línea 8: Línea 8:
  
 Tengo un dispositivo multifunción HP-PSC-1410 antiguo que está conectado a mi servidor a través de USB. Para 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. ** Tengo un dispositivo multifunción HP-PSC-1410 antiguo que está conectado a mi servidor a través de USB. Para 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. **
-===== Configuration of the server =====+===== Configuración del servidor =====
  
-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+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
 <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>
  
-===== Testing the network-settings for the server =====+===== Probando las configuraciones de red para el servidor =====
  
-With the nmap command one can scan the ports and find out if the sane-port is open, sane uses port 6566+Con el comando nmap uno puede escanear los puertos y averiguar si el puerto de sane está abierto, sane usa el puerto 6566
 <code>Samsung ~ # nmap -p 6566 192.168.178.10 <code>Samsung ~ # nmap -p 6566 192.168.178.10
  
Línea 35: Línea 35:
  
 Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds</code> Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds</code>
-The command can be executed on the server as well as any clientthe ip-adress is the one of the server!+El comando se puede ejecutar tanto en el servidor como en cualquier clientela dirección IP es la del servidor.
  
 ===== Configuration of the client(s) ===== ===== Configuration of the client(s) =====
 es:howtos:network_services:scanning_with_sane_in_a_network ()