Nollställ lagersaldo
"

Handbok SystemQ affärssystem

Installation av samba

Aktivera Samba
  • Konfigurera /etc/samba/smb.conf
  • setsebool -P allow_smbd_anon_write=1
  • setsebool -P samba_export_all_rw on
  • setsebool -P samba_export_all_ro on
  • chcon -t samba_share_t /disk2/data
  • Aktivera service

    systemctl enable smb.service

    systemctl enable nmb.service

    systemctl start smb.service systemctl start nmb.service

  • Lägg till användare

    smbpasswd -a gbk

Konfigurera samba
  • cd /etc/samba/
  • vi /etc/samba/smb.conf
    • workgroup = MYGROUP
    • server string = SystemQ Server Version %v
    • hosts allow = 192.168.28. 192.168.29. 192.168.31. 195.84.189. 213.80.28. 213.80.60. 213.64.253. 194.16.31. 127.
    • security = share
    • [root]
      comment = Temporary file space
      path = /
      read only = no
      public = yes
      valid users = root, gbk
    • [SystemQ]
      comment = SystemQ
      path = /opt/SystemQ
      guest account = nobody
      read only = no
      public = yes
    • [Data]
      comment = Data
      path = /disk2/data
      read only = no
      public = yes
      writable = yes
    • [Eloq] path = /opt/SystemQ/eloquence
      writable = yes
      printable = no
    • [disk3]
      path = /disk3
      writable = yes
      printable = no
  • Öppna brandväggen för samba

    firewall-cmd --add-service=samba

    Lista service

    firewall-cmd --add-service=samba

    https://fedoraproject.org/wiki/FirewallD#How_to_configure_or_add_zones.3F

  • lägg till sambaanvändare med smbpasswd -a gbk
  • Confifurera med setup att systemtjänsten smb skall stara vid bootning
  • Starta om samba med /etc/init.d/smb restart
  • Öppna en fil från en PC med \\192.168.31.51\root