Configuring Samba server
Configuring Samba server
# vi smb.conf
[global]
# ----------------------- Network Related Options -------------------------
#
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
#
# server string is the equivalent of the NT Description field
#
# netbios name can be used to specify a server name not tied to the hostname
#
# Interfaces lets you configure Samba to use multiple interfaces
# If you have multiple network interfaces then you can list the ones
# you want to listen on (never omit localhost)
#
# Hosts Allow/Hosts Deny lets you restrict who can connect, and you can
# specifiy it as a per share option as well
#
# workgroup = MYGROUP (Change name to WORKGROUP)
workgroup = WORKGROUP (this name is belong to windows client group or domain name)
server string = Samba Server Version %v
[Samba-(Linux Directory)]
path = /sambawindows
public = yes
writable = yes
printable = no
# mkdir /sambawindows
#system-config-firewall-tui
Check the status of firewall.
#getenforce
# cat /etc/samba/smb.conf