Enjoy Slackware 15.0!

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 anterior Revisión previa
Próxima revisión
Revisión previa
Próxima revisión Ambos lados, revisión siguiente
es:howtos:network_services:configuring_a_wireless_access_point [2019/02/12 12:51 (UTC)]
slackwarespanol [Requirements]
es:howtos:network_services:configuring_a_wireless_access_point [2019/02/12 19:16 (UTC)]
slackwarespanol [IP_forwarding and routing]
Línea 12: Línea 12:
  
 El paquete hostapd está disponible en [[http: //www.slackbuilds.org | slackbuilds.org]]. Proporciona un demonio que escucha en la interfaz inalámbrica y permite que los clientes se autentiquen. El paquete hostapd está disponible en [[http: //www.slackbuilds.org | slackbuilds.org]]. Proporciona un demonio que escucha en la interfaz inalámbrica y permite que los clientes se autentiquen.
-===== Configuring hostapd =====+===== Configurando hostapd =====
  
-The configuration of hostapd is done in the file /etc/hostapd/hostapd.conf, here an example+La configuración de hostapd se realiza en el archivo /etc/hostapd/hostapd.conf, aquí un ejemplo
 <code> <code>
 # the wireless interface  # the wireless interface 
Línea 51: Línea 51:
 wpa_pairwise=TKIP  wpa_pairwise=TKIP 
 rsn_pairwise=CCMP rsn_pairwise=CCMP
-</code>Be sure to read the manpage for hostapd+</code>Asegúrese de leer la página del manual de hostapd
 ===== Configuring the client ===== ===== Configuring the client =====
  
Línea 58: Línea 58:
 subnetmask: 255.255.255.0 subnetmask: 255.255.255.0
 gateway: 192.168.45.1</code> gateway: 192.168.45.1</code>
-Since we have (in this minimal configuration) no DNS-server running in our networkyou'll have to configure your client with the same DNS-server that your Accesspoint is using (look at /etc/resolv.conf).+Como no tenemos un servidor DNS (en esta configuración mínima) en nuestra redtendrá que configurar su cliente con el mismo servidor DNS que utiliza su punto de acceso (consulte /etc/resolv.conf).
 ===== IP_forwarding and routing ===== ===== IP_forwarding and routing =====
  
-=== Enable IP forwarding ===+=== Habilitar el reenvío de IP ===
  
 <code>echo "1" > /proc/sys/net/ipv4/ip_forward</code> <code>echo "1" > /proc/sys/net/ipv4/ip_forward</code>
  
-=== Internet Connection Sharing ===+=== Conexión compartida a Internet ===
  
 <code>iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE</code> <code>iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE</code>
-In this case eth0 is the interface which is connected to the internet. If your computer has connection via ppp you shouls use ppp0 instead of eth0.+En este caso, eth0 es la interfaz que está conectada a internet. Si su computadora tiene una conexión través de ppp, deberá usar ppp0 en lugar de eth0.
  
 ===== Starting the Accesspoint ===== ===== Starting the Accesspoint =====

En otros idiomas
QR Code
QR Code es:howtos:network_services:configuring_a_wireless_access_point (generated for current page)