SIMULATION -There were two systems:✑ system1, main system on which most of the configuration take place✑ system2, some configuration hereNFS server.✑ Configure serverX with the following requirements✑ Share the /nfsshare directory within the example.com domain clients only, share must be writable✑ Share the /nfssecure, enable krb5p security to secure access to the NFS share from URL http://station.network0.example.com/pub/keytabs/serverX.keytab✑ Create a directory named as protected under /nfssecure✑ The exported directory should have read/write access from all subdomains of the example.com domainEnsure the directory /nfssecure/protected should be owned by the user harry with read/write permission
SIMULATION -There were two systems:✑ system1, main system on which most of the configuration take place✑ system2, some configuration hereConfigure NFS mount.✑ Mount /nfsshare directory on desktopX under /public directory persistently at system boot time.✑ Mount /nfssecure/protected with krb5p secured share on desktopX beneath /secure/protected provided with keytab http://station.network0.example.com/pub/ keytabs/desktopX.keytab✑ The user harry is able to write files on /secure directory
SIMULATION -There were two systems:✑ system1, main system on which most of the configuration take place✑ system2, some configuration hereConfigure smb access.✑ Share the /sambadir directory via SMB on serverX✑ Your SMB server must be a member of the TESTGROUP workgroup✑ The share name must be data✑ The data share must be available to example.com domain clients only✑ The data share must be browseable✑ susan must have read access to the share, authenticating with the same password "password", if necessary✑ Configure the serverX to share /opstack with SMB share name must be cluster✑ The user frankenstein has readable, writeable, accessable to the /opstack SMB share✑ Both users should have the SMB passwd "SaniTago"
SIMULATION -There were two systems:✑ system1, main system on which most of the configuration take place✑ system2, some configuration hereSmb multiuser mount -✑ Mount the samba share /opstack permanently beneath /mnt/smbspace on desktopX as a multiuser mount.✑ The samba share should be mounted with the credentials of frankenstein.
SIMULATION -There were two systems:✑ system1, main system on which most of the configuration take place✑ system2, some configuration hereWebserver.Implement a webserver for the site http://serverX.example.com✑ Download the webpage from http://station.network0.example.com/pub/rhce/rhce.html✑ Rename the downloaded file in to index.html✑ Copy the file into the document root✑ Do not make any modification with the content of the index.html✑ Clients within my22ilt.org should NOT access the webserver on your systems
SIMULATION -There were two systems:✑ system1, main system on which most of the configuration take place✑ system2, some configuration hereSecured webserver.✑ Configure the website https://serverX.example.com with TLS✑ SSLCertificate file http://classroom.example.com/pub/rhce/tls/certs/system1.networkX.crt✑ SSLCertificatekeyfile http://classroom.example.com/pub/rhce/tls/private/system1.networkX.key✑ SSL CA certificate file http://classroom.example.com/pub/example-ca.crt