MCIT201 (Information Security System)
MCIT201 (Information Security System)
MCIT201 (Information Security System)
Lab-III (MCIT-206)
Steps:
Set up Network File System (NFS)
Set up Secure Shell (SSH)
Set up Message Passing Interface (MPI)
Requirement:
2 machine running Linux
Set up Network File System
Set up Network File System
Consider we have two host machine with ip 10.10.3.4 and 10.10.3.3; Now I want to make
10.10.3.4 as server and rest as client then to implement NFS file system between this two follow
the following steps:
Step 1: Host with ip 10.10.3.4 edit following file as given in /etc/exports put entry /home
10.10.3.3(rw, no_root_squash) //we want share home directory to client
Step 2: Execute following set of command from root on both machine to start the daemons.
rpc.portmap
rpc.mountd,
rpc.nfsd
rpc.statd,
rpc.lockd
rpc.rquotad
Step 3: Client machine execute following command to mount server directory on client machine
2
(If possible make firewall off).
Page 3
MCIT204 (Soft Computing)
Experiment No: 1
Output:
4
Page 5
MCIT204 (Soft Computing)
Experiment No: 2
Output:
6
Page 7