linux_wiki:network_services_overview_smb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:network_services_overview_smb [2016/10/02 21:40]
billdozor [User Based]
linux_wiki:network_services_overview_smb [2016/10/08 18:01]
billdozor
Line 12: Line 12:
   * Configure the service for basic operation   * Configure the service for basic operation
   * Configure host-based and user-based security for the service   * Configure host-based and user-based security for the service
 +
 +----
 +
 +====== Lab Setup ======
 +
 +The following virtual machines will be used:
 +  * server1.example.com (192.168.1.150) -> Perform all SMB client tests from here
 +  * server2.example.com (192.168.1.151) -> Install the Samba Server here
  
 ---- ----
Line 89: Line 97:
 vim /etc/samba/smb.conf vim /etc/samba/smb.conf
  
 +[global]
 hosts allow = 192.168.1. hosts allow = 192.168.1.
 </code> </code>
Line 97: Line 106:
 Main samba config Main samba config
 <code bash> <code bash>
 +vim /etc/samba/smb.conf
 +
 +[share]
 valid users = dvader, yoda valid users = dvader, yoda
 write list = dvader write list = dvader
  • linux_wiki/network_services_overview_smb.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)