[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:configuring_a_wireless_access_point [2019/02/12 19:04 (UTC)] – [Configuring the client] slackwarespanoles:howtos:network_services:configuring_a_wireless_access_point [2019/02/12 19:22 (UTC)] – [Starting the Accesspoint] slackwarespanol
Línea 61: Línea 61:
 ===== 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 =====+===== Comenzando el punto de acceso =====
  
 <code>ifconfig wlan0 192.168.45.1 up <code>ifconfig wlan0 192.168.45.1 up
 /etc/rc.d/rc.hostapd start</code> /etc/rc.d/rc.hostapd start</code>
-The first line starts wlan0 with IP-adress 192.168.45.1, the second line starts the daemon. +La primera línea comienza wlan0 con la dirección IP 192.168.45.1, la segunda línea inicia el demonio.
  
  
 es:howtos:network_services:configuring_a_wireless_access_point ()