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:40 (UTC)] slackwarespanol [Configuring a Wireless Access Point] |
es:howtos:network_services:configuring_a_wireless_access_point [2019/02/12 19:22 (UTC)] slackwarespanol [Starting the Accesspoint] |
||
---|---|---|---|
Línea 9: | Línea 9: | ||
Esta es una configuración muy limitada, se puede ampliar con DHCP, DNS y un firewall, pero estos temas se pueden encontrar en otros Howtos aquí en SlackDocs. | Esta es una configuración muy limitada, se puede ampliar con DHCP, DNS y un firewall, pero estos temas se pueden encontrar en otros Howtos aquí en SlackDocs. | ||
- | ===== Requirements | + | ===== Requisitos |
- | The package | + | El paquete |
+ | ===== Configurando hostapd ===== | ||
- | ===== Configuring | + | La configuración de hostapd |
- | + | ||
- | The configuration of hostapd is done in the file / | + | |
< | < | ||
# the wireless interface | # the wireless interface | ||
Línea 52: | Línea 51: | ||
wpa_pairwise=TKIP | wpa_pairwise=TKIP | ||
rsn_pairwise=CCMP | rsn_pairwise=CCMP | ||
- | </ | + | </ |
===== Configuring the client ===== | ===== Configuring the client ===== | ||
Línea 59: | 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 |