Enjoy Slackware 15.0!
Diferencias
Muestra las diferencias entre dos versiones de la página.
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:22 (UTC)] slackwarespanol [Starting the Accesspoint] |
||
---|---|---|---|
Línea 12: | Línea 12: | ||
El paquete hostapd está disponible en [[http: // | El paquete hostapd está disponible en [[http: // | ||
- | ===== Configuring | + | ===== Configurando |
- | The configuration of hostapd | + | La configuración de hostapd |
< | < | ||
# the wireless interface | # the wireless interface | ||
Línea 51: | Línea 51: | ||
wpa_pairwise=TKIP | wpa_pairwise=TKIP | ||
rsn_pairwise=CCMP | rsn_pairwise=CCMP | ||
- | </ | + | </ |
===== 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</ | gateway: 192.168.45.1</ | ||
- | Since we have (in this minimal configuration) | + | Como no tenemos un servidor |
===== IP_forwarding and routing ===== | ===== IP_forwarding and routing ===== | ||
- | === Enable | + | === Habilitar el reenvío de IP === |
< | < | ||
- | === Internet | + | === Conexión compartida a Internet === |
< | < | ||
- | In this case eth0 is the interface which is connected to the internet. | + | En este caso, eth0 es la interfaz que está conectada a internet. |
- | ===== Starting the Accesspoint | + | ===== Comenzando el punto de acceso |
< | < | ||
/ | / | ||
- | The first line starts | + | La primera línea comienza |