3 Minute Guide To Configuring NFS & NIS Clients Guía de 3 minutos para la configuración de NFS y NIS clientes
Let us assume that you have already setup your NFS and NIS server. Supongamos que usted tiene ya su configuración de NFS y NIS servidor. Now you need to configure your clients. Ahora lo que necesita para configurar sus clientes. Here are the steps you can follow to configure them in 5 minutes or less: Aquí están los pasos que puede seguir para configurar en 5 minutos o menos:
Configuring NFS Client Configurar el cliente NFS
Run: Tirada:
chkconfig portmap on chkconfig portmap en
chkconfig ypbind on chkconfig en ypbind
chkconfig nfslock on chkconfig nfslock en
chkconfig netfs on chkconfig en netfs
service portmap start servicio portmap inicio
service netfs start servicio netfs inicio
service nfslock start servicio nfslock inicio
Open /etc/auto.master and add the line: Abra el archivo / etc / auto.master y añadir la línea:
/home /etc/auto.home –timeout 600 / home / etc / auto.home-timeout 600
Open /etc/auto.home and add the line: Abra el archivo / etc / auto.home y añadir la línea:
* -fstype=nfs,soft,intr,rsize=8192,wsize=8192,nosuid,tcp 192.168.0.1 :/home:& *-Fstype = nfs, soft, intr, rsize = 8192, wsize = 8192, nosuid, tcp 192.168.0.1: / home: &
Run: Tirada:
chkconfig autofs on chkconfig en autofs
service autofs restart servicio autofs restart
Note: Replace 192.168.0.1 with the IP address of your NFS server. Nota: Sustituya 192.168.0.1 con la dirección IP de su servidor NFS.
Configuring NIS Client Configuración de cliente NIS
Run: Tirada:
authconfig-tui authconfig-TUI
Select Cache Information, Use NIS, Use MD5 Passwords, Use shadow Passwords. Seleccione Caché de información, el uso NIS, Utilice contraseñas MD5, la utilización shadow passwords.
Domain: Taragana Dominio: Taragana
Server: 192.168.0.1 Servidor: 192.168.0.1
Run: Tirada:
service portmap start servicio portmap inicio
service ypbind start servicio ypbind inicio
chkconfig portmap on chkconfig portmap en
chkconfig ypbind on chkconfig en ypbind
Note: Replace Taragana with the name of your NIS server domain name. Nota: Reemplace Taragana con el nombre de su servidor NIS nombre de dominio.
Replace 192.168.0.1 with the IP address of your NIS server Sustituya 192.168.0.1 con la dirección IP de su servidor NIS
Filed under Filed under Enterprise Software Enterprise Software , Fedora Core 6 Fedora Core 6 , Headline News Headline News , How To Cómo , Linux , Open Source Software Open Source Software , Tech Note Nota técnica | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |



