Documentation – Package Sharing and Samba Access
Packages downloaded
– httpd
– clamav
– code
– firewalld
– iptables
– mariadb-server
– nano
– transfer
– npm
– openssh-server
– php
– postgresql-server
– python3
– samba
– openssh-clients
– vsftpd
– xrdp
Shared folder: Sintesi Resources
Files copied to path:
`/usr/share/sintesi` and have been shared with Samba under the name `RecursosSintesi`.
Permissions and groups
The `equip_it` group has been created and the following users have been added: vagrant, alex, aniol and brayan. Folder permissions are 750, owner root and group equip_it.
Samba configuration (/etc/samba/smb.conf)
[Sintesi Resources]
path = /usr/share/sintise
comment = .rpm packages for local installation
valid users = @equip_it
read only = yes
browsable = yes
Accessed from Linux
1. Check connection:
`ping 192.168.10.8`
2. Access via smbclient:
`smbclient //192.168.10.8/RecursosSintesi -U vagrant`
Password: 1234
Access from Windows
1. Open File Explorer
2. Write in the bar:
`\\192.168.10.8\RecursosSintesi`
3. Enter user: `vagrant` and password: `1234`