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:55 (UTC)] slackwarespanol [Daemon startup] |
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 281: | Línea 280: | ||
**/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}} | ||