[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:33 (UTC)] – [Configuration of the server] slackwarespanoles:howtos:network_services:scanning_with_sane_in_a_network [2019/02/14 12:36 (UTC)] – [Configuration of the client(s)] slackwarespanol
Línea 22: Línea 22:
 <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) =====+===== Configuración del cliente (s) =====
  
-On the client one has to edit the ''/etc/sane.d/net.conf'' file and add a line with the IP-adress of the server.+En el cliente, uno tiene que editar el archivo '' /etc/sane.d/net.conf '' y agregar una línea con la dirección IP del servidor.
 <code>#/etc/sane.d/net.conf <code>#/etc/sane.d/net.conf
 192.168.98.10</code> 192.168.98.10</code>
-Theoretically it is possible to insert the DNS-name of the server (instead of it'IP-adressin the net.conf filebut it didn't work here.+En teoría, es posible insertar el nombre DNS del servidor (en lugar de su dirección IP) en el archivo net.conf, pero no funcionó aquí.
  
-Also be sure that in the file ''/etc/sane.d/dll.conf'' is a line with the word "net"+También asegúrese de que en el archivo '' /etc/sane.d/dll.conf '' haya una línea con la palabra "net"
 <code>#/etc/sane.d/dll.conf <code>#/etc/sane.d/dll.conf
 # enable the next line if you want to allow access through the network: # enable the next line if you want to allow access through the network:
 es:howtos:network_services:scanning_with_sane_in_a_network ()