這篇文章主要講解了“CenOS7怎么安裝配置Samba服務(wù)”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“CenOS7怎么安裝配置Samba服務(wù)”吧!
目前成都創(chuàng)新互聯(lián)公司已為上千家的企業(yè)提供了網(wǎng)站建設(shè)、域名、虛擬空間、網(wǎng)站運營、企業(yè)網(wǎng)站設(shè)計、雙鴨山網(wǎng)站維護等服務(wù),公司將堅持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長,共同發(fā)展。實現(xiàn)windows 7與centos 7的文件夾共享,本人的是windows7系統(tǒng)下安裝的centos7 虛擬機,橋接模式
不知是不是因為VM的原因,共享文件夾不可用,所以迫不得已使用samba共享,以下是具體步驟,個人驗證可用
1、編輯C:\Windows\System32\drivers\etc\hosts
# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 127.0.0.1 genuine.microsoft.com 127.0.0.1 mpa.one.microsoft.com 127.0.0.1 sls.microsoft.com 192.168.10.187 localhost.localdomain centos #ip地址是centos的ip,localhost.localdomain表示centos的hostname,最后一個參數(shù)centos表示centos的別名,即可以通過\\centos訪問centos的共享文件夾
直接打開hosts文件是無法修改的,有兩種解決方法:
一是以管理員權(quán)限打開記事本程序,然后在記事本程序里打開hosts文件,二是把hosts文件拷貝出來修改后再進行覆蓋
安裝samba服務(wù)相關(guān)包
yum install samba samba-client samba-common
查看相關(guān)包
~#: rpm -qa| grep samba
samba-common-4.1.1-37.el7_0.x86_64
samba-4.1.1-37.el7_0.x86_64
samba-libs-4.1.1-37.el7_0.x86_64
samba-client-4.1.1-37.el7_0.x86_64
修改smb.conf,最好先備份原文件,以防修改不正確導(dǎo)致smb無法執(zhí)行
vi /etc/samba/smb.conf
[global] workgroup = WORKGROUP server string = Samba Server %v netbios name = centos security = user map to guest = bad user dns proxy = no #============================ Share Definitions ============================== [Anonymous] path = /samba/anonymous browsable =yes writable = yes guest ok = yes read only = no
執(zhí)行以下命令,啟動samba服務(wù)
mkdir -p /samba/anonymous
systemctl enable smb.service
systemctl enable nmb.service
systemctl restart smb.service
systemctl restart nmb.service
3、 跳過防火墻
一種方法是關(guān)閉防火墻
systemctl stop firewalld.service
setenforce 0
二方法是添加規(guī)則
firewall-cmd --permanent --zone=public --add-service=samba
firewall-cmd --reload
4 輸入\\centos 即可看到共享文件了,so happy~
感謝各位的閱讀,以上就是“CenOS7怎么安裝配置Samba服務(wù)”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對CenOS7怎么安裝配置Samba服務(wù)這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。