The Wiki has moved to new hardware, and the old server died.
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 | ||
es:howtos:network_services:home_nfs_howto [2019/02/14 15:48 (UTC)] slackwarespanol [Configuración de acceso] |
es:howtos:network_services:home_nfs_howto [2019/02/14 15:59 (UTC)] (actual) slackwarespanol |
||
---|---|---|---|
Línea 1: | Línea 1: | ||
- | <note warning>En proceso de traducción. Victor</note> | ||
<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> | <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> | ||
<!--Reviewed 20130128 by hazel --> | <!--Reviewed 20130128 by hazel --> | ||
Línea 90: | Línea 89: | ||
**/etc/rc.d/rc.nfsd** | **/etc/rc.d/rc.nfsd** | ||
- | + | Compruebe que este archivo es ejecutable en ambos equipos | |
- | Check that this file is executable on both computers | + | |
**/etc/rc.d/rc.rpc** | **/etc/rc.d/rc.rpc** | ||
- | Check that this file is executable on both computers. (Not strictly necessary as /etc/rc.d/rc.nfsd will run this, but will be important if you want the computer to work as an NFS client only) | + | Compruebe que este archivo es ejecutable en ambos equipos. (No es estrictamente necesario ya que /etc/rc.d/rc.nfsd ejecutará esto, pero será importante si desea que la computadora funcione solo como cliente NFS) |
+ | ==== Puertos de enlace ==== | ||
- | ** - Binding ports -** | ||
- | **a) Slackware versions up to 14.2** | + | **a) Versiones de Slackware hasta 14.2.** |
+ | Para usar NFS a través del firewall, siga esta guía citada textualmente. Gracias rworkman! | ||
+ | De http://rlworkman.net/howtos/NFS_Firewall_HOWTO | ||
- | To use NFS through the firewall follow this guide that is quoted verbatim. Thanks rworkman! | ||
- | From http://rlworkman.net/howtos/NFS_Firewall_HOWTO | ||
<file>This document is intended to give you detailed steps for making NFS bind to | <file>This document is intended to give you detailed steps for making NFS bind to | ||
user-specified ports instead of random ports assigned by the portmapper. | user-specified ports instead of random ports assigned by the portmapper. | ||
Línea 241: | Línea 239: | ||
</file> | </file> | ||
- | **b) Slackware version after 14.2** | + | **b)Versión de Slackware después de 14.2** |
- | To use NFS through the firewall is now easier, as options for NFS can be set in /etc/default/nfs and /etc/default/rpc. It is simply necessary to uncomment the appropriate lines in /etc/default/rpc. | + | hora es más fácil usar NFS a través del firewall, ya que las opciones para NFS se pueden configurar en /etc/default/nfs y /etc/default/rpc. Simplemente es necesario descomentar las líneas apropiadas en /etc/default/rpc. |
**/etc/default/rpc** | **/etc/default/rpc** | ||
Línea 277: | Línea 275: | ||
#</code> | #</code> | ||
- | ** - Firewall settings -** | + | ==== Configuración de Firewall ==== |
**/etc/rc.d/rc.firewall** | **/etc/rc.d/rc.firewall** | ||
- | Here are some example lines to allow NFS | + | Aquí hay algunas líneas de ejemplo para permitir NFS |
<code>## NFS uses TCP and UDP on ports 111, 2049, 32764-32769 | <code>## NFS uses TCP and UDP on ports 111, 2049, 32764-32769 | ||
# Accept TCP and UDP on port 111 from local LAN for portmap | # Accept TCP and UDP on port 111 from local LAN for portmap | ||
Línea 311: | Línea 310: | ||
</code> | </code> | ||
- | The work is done! Everything should now be in place. After rebooting both machines it should now be possible to: | + | ¡El trabajo está hecho! Todo debería estar ahora en su lugar. Después de reiniciar ambas máquinas, ahora debería ser posible: |
- | * mount the root file system on the desktop computer on the /mnt/tmp directory on the laptop using | + | * monte el sistema de archivos raíz en la computadora de escritorio en el directorio / mnt / tmp en la computadora portátil usando |
<code>mount DESKTOP:/ /mnt/tmp</code> | <code>mount DESKTOP:/ /mnt/tmp</code> | ||
- | * mount the root file system on the laptop computer on the /mnt/tmp directory on the desktop using | + | * monte el sistema de archivos raíz en la computadora portátil en el directorio / mnt / tmp en el escritorio usando |
<code>mount LAPTOP:/ /mnt/tmp</code> | <code>mount LAPTOP:/ /mnt/tmp</code> | ||
- | ====== Sources ====== | + | ====== Fuentes ====== |
* http://nfs.sourceforge.net/nfs-howto/ | * http://nfs.sourceforge.net/nfs-howto/ | ||
* http://rlworkman.net/howtos/NFS_Firewall_HOWTO | * http://rlworkman.net/howtos/NFS_Firewall_HOWTO | ||
+ | * Traducido por: [[wiki:user: slackwarespanol | Victor]] 2019/02/14 15:58 (UTC) | ||
<!-- Please do not modify anything below, except adding new tags.--> | <!-- Please do not modify anything below, except adding new tags.--> | ||
{{tag>howtos software nfs slackware_13.37 slackware_14.0 author_allend}} | {{tag>howtos software nfs slackware_13.37 slackware_14.0 author_allend}} | ||