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:roaming_profiles [2019/02/18 20:13 (UTC)] slackwarespanol [Setup centralized authentication with NIS] |
es:howtos:network_services:roaming_profiles [2019/02/18 20:45 (UTC)] (actual) slackwarespanol [Roaming perfiles con NFS y NIS] |
||
---|---|---|---|
Línea 1: | Línea 1: | ||
- | <note warning>En proceso. 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). --> | ||
- | ====== Roaming perfiles con NFS y NIS ====== | + | ====== Perfiles móviles con NFS y NIS ====== |
El siguiente CÓMO describe la configuración de los perfiles móviles usando Slackware Linux. Los perfiles móviles son útiles en configuraciones como redes SOHO, escuelas, ayuntamientos o, en general, en cualquier red donde muchos usuarios tienen que trabajar en muchos clientes de escritorio diferentes. | El siguiente CÓMO describe la configuración de los perfiles móviles usando Slackware Linux. Los perfiles móviles son útiles en configuraciones como redes SOHO, escuelas, ayuntamientos o, en general, en cualquier red donde muchos usuarios tienen que trabajar en muchos clientes de escritorio diferentes. | ||
Línea 212: | Línea 211: | ||
===== Configure the client(s) ===== | ===== Configure the client(s) ===== | ||
- | ==== Mount the shared user home directories ==== | + | ==== Montar los directorios de inicio de usuario compartidos ==== |
- | + | ||
- | On the client side, we will cleanup ''/home'', which will be our mountpoint for the servers' NFS shares. A vanilla Slackware install contains a ''/home/ftp'' directory, which we will get rid of: | + | |
+ | En el lado del cliente, limpiaremos '' / home '', que será nuestro punto de montaje para los recursos compartidos NFS de los servidores. Una instalación Slackware vanilla contiene un directorio '' / home / ftp '', del cual eliminaremos: | ||
<code> | <code> | ||
# rmdir /home/ftp | # rmdir /home/ftp | ||
</code> | </code> | ||
- | + | Inicie '' /etc/rc.d/rc.rpc '' e intente montar los recursos compartidos manualmente. En el siguiente ejemplo, '' nestor '' es el servidor de mi empresa. Reemplace este valor con el nombre de host o la dirección IP de su servidor: | |
- | Start ''/etc/rc.d/rc.rpc'' and try to mount the shares manually. In the example below, ''nestor'' is my company's server. Replace this value with either your server's hostname or IP address: | + | |
<code> | <code> | ||
Línea 230: | Línea 227: | ||
</code> | </code> | ||
- | Once this step has been successful, define a permanent NFS mount in ''/etc/fstab''. Again, replace ''nestor'' by your servers' hostname or IP address: | + | Una vez que este paso haya tenido éxito, defina un montaje NFS permanente en '' /etc/fstab ''. De nuevo, reemplace '' nestor '' por el nombre de host o la dirección IP de sus servidores: |
<code> | <code> | ||
Línea 237: | Línea 234: | ||
</code> | </code> | ||
- | ==== Configure the client to use the NIS server for authentication ==== | + | ==== Configure el cliente para usar el servidor NIS para la autenticación ==== |
- | As noted above, Slackware64 versions prior to 14.0 contain a bug in ''yptools'', which can be fixed like this: | + | Como se indicó anteriormente, las versiones de Slackware64 anteriores a 14.0 contienen un error en "yptools", que puede solucionarse de la siguiente manera: |
<code> | <code> | ||
Línea 246: | Línea 243: | ||
</code> | </code> | ||
- | Define the NIS domain like you did on the server, by creating and/or editing ''/etc/defaultdomain'': | + | Defina el dominio NIS como lo hizo en el servidor, creando y/o editando '' /etc/defaultdomain '': |
<code> | <code> | ||
Línea 252: | Línea 249: | ||
</code> | </code> | ||
- | Define the NIS server by editing ''/etc/yp.conf'': | + | Defina el servidor NIS editando '' /etc/yp.conf '': |
<code> | <code> | ||
Línea 258: | Línea 255: | ||
</code> | </code> | ||
- | Modify ''/etc/nsswitch.conf'' so it looks like this: | + | Modifique '' /etc/nsswitch.conf '' para que se vea así: |
<code> | <code> | ||
Línea 277: | Línea 274: | ||
</code> | </code> | ||
- | To startup NIS on the client, uncomment the relevant lines in the ''/etc/rc.d/rc.yp'' startup script: | + | Para iniciar NIS en el cliente, elimine el comentario de las líneas relevantes en el script de inicio '' /etc/rc.d/rc.yp '': |
<code> | <code> | ||
Línea 292: | Línea 289: | ||
</code> | </code> | ||
- | <note>On a vanilla install, there's no activation (''chmod 0755 /etc/rc.d/rc.yp'') to be done, since the script is already activated.</note> | + | <note>En una instalación vanilla, no hay activación ('' chmod 0755 /etc/rc.d/rc.yp ''), ya que el script ya está activado.</note> |
- | Reboot the client and check if users defined on the server can connect. | + | Reinicie el cliente y verifique si los usuarios definidos en el servidor pueden conectarse. |
- | <note tip>Default the clients to ''init 3'' until all testing and debugging is done. Once everything works fine, switch to ''init 4''.</note> | + | <note tip>Predeterminar los clientes a "init 3" hasta que se realicen todas las pruebas y la depuración. Una vez que todo funcione bien, cambie a "init 4".</note> |
- | ====== Sources ====== | + | ====== Fuentes ====== |
- | * Originally written by [[wiki:user:kikinovak | Niki Kovacs]] | + | * Escrito originalmente por [[wiki:user:kikinovak | Niki Kovacs]] |
+ | * Traducido por: [[wiki:user: slackwarespanol | Victor]] 2019/02/18 20:26 (UTC) | ||
<!-- Please do not modify anything below, except adding new tags.--> | <!-- Please do not modify anything below, except adding new tags.--> | ||
<!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents --> | <!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents --> | ||
{{tag>howtos nis nfs roaming_profiles centralized_authentication author_kikinovak}} | {{tag>howtos nis nfs roaming_profiles centralized_authentication author_kikinovak}} |