Skip to content

theJaxon/RHCSA_ENV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RHCSA_ENV

RHCSA Vagrant

An environment to prepare for the RHCSA certification, mainly automates server side installation of samba and NFS (RHCSA deals only with the client side)

How to use:

vagrant up will bring three machines controller, share_1 and share_2

Details for these machines are as follows:

Machine name IP address FQDN
controller 192.168.50.210
share_1 192.168.50.211 nfs.com
share_2 192.168.50.212 cifs.com

after the machines are up and running do vagrant ssh controller and from there start practicing.

SSH keys have already been generated on the controller so from the controller you can ssh into any of the 2 machines using

ssh cifs.com

ssh nfs.com

showing NFS shares

showmount -e nfs.com OR showmount -e cifs.com

showing samba shares

smbclient -U cifs //cifs.com/cifs OR smbclient -U cifs //nfs.com/cifs

*password is cifs

About

An environment to prepare for the RHCSA certification, mainly automates server side installation of samba and NFS (RHCSA deals only with the client side)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages