当前位置:  技术问答>linux和unix

虚拟机中安装samba,vista下网上邻居看不到,这是怎么回事?

    来源: 互联网  发布时间:2016-09-05

    本文导语:  这个是smb.conf文件的相关配置: #======================= Global Settings ===================================== [global] workgroup = WORKGROUP server string = Samba Server Version %v security = share username map = /etc/samba/smbusers ; netbios name =...

这个是smb.conf文件的相关配置:

#======================= Global Settings =====================================

[global]
workgroup = WORKGROUP
server string = Samba Server Version %v
security = share
username map = /etc/samba/smbusers
; netbios name = MYSERVER

; interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24 
; hosts allow = 127. 192.168.12. 192.168.13.

# --------------------------- Logging Options -----------------------------
# logs split per machine
log file = /var/log/samba/log.%m
# max 50KB per log file, then rotate
max log size = 50

# ----------------------- Standalone Server Options ------------------------
# security = user
# passdb backend = tdbsam
        smb passwd file = /etc/samba/smbpasswd   


# ----------------------- Domain Members Options ------------------------
#
; security = domain
; passdb backend = tdbsam
; realm = MY_REALM

; password server = 

# ----------------------- Domain Controller Options ------------------------
#
; security = user
; passdb backend = tdbsam

; domain master = yes 
; domain logons = yes

# the login script name depends on the machine name
; logon script = %m.bat
# the login script name depends on the unix user used
; logon script = %u.bat
; logon path = \%LProfiles%u
# disables profiles support by specifing an empty path
; logon path =          

; add user script = /usr/sbin/useradd "%u" -n -g users
; add group script = /usr/sbin/groupadd "%g"
; add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M -d /nohome -s /bin/false "%u"
; delete user script = /usr/sbin/userdel "%u"
; delete user from group script = /usr/sbin/userdel "%u" "%g"
; delete group script = /usr/sbin/groupdel "%g"


# ----------------------- Browser Control Options ----------------------------
#
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
#
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
#
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
; local master = no
; os level = 33
; preferred master = yes

#----------------------------- Name Resolution -------------------------------
; wins support = yes
; wins server = w.x.y.z
; wins proxy = yes

; dns proxy = yes

# --------------------------- Printing Options -----------------------------
load printers = yes
cups options = raw

; printcap name = /etc/printcap
#obtain list of printers automatically on SystemV
; printcap name = lpstat
; printing = cups
# --------------------------- Filesystem Options ---------------------------

; map archive = no
; map hidden = no
; map read only = no
; map system = no
; store dos attributes = yes


#============================ Share Definitions ==============================

[homes]
comment = Home Directories
browseable = no
writable = yes
create = mask 0700
directory mask = 0700
; valid users = %S
; valid users = MYDOMAIN%S

[qinguan2]
path = /home/qinguan2
writeable = yes
; browseable = yes
guest ok = yes
read list = @student student1 qinguan2
write list  = @student qinguan2
[student1]
path = /home/student1
writeable = yes
; browseable = yes 
guest ok = yes
read list = @student qinguan2
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes

# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
; path = /var/lib/samba/netlogon
; guest ok = yes
; writable = no
; share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
; [Profiles]
; path = /var/lib/samba/profiles
; browseable = no
; guest ok = yes


# A publicly accessible directory, but read only, except for people in
# the "staff" group
; [public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = yes
; printable = no
; write list = +staff

[share]
comment = sharefile
path = /home
public = yes
writable = yes
printable = no
read list =  student1  qinguan2 @student
write list = @student  qinguan2

|
映射网络驱动器

|
晕,都不知道Samba支持vista不。

|
vista可以,vista要在网络设置里面开启局域网发现功能才可以列出局域网内共享的目录,如果还不行就是samba的问题

    
 
 

您可能感兴趣的文章:

  • 境外的window主机中安装linux的虚拟机问题,
  • 虚拟机中安装linux的fc4时发生的问题
  • 关于在虚拟机中安装linux
  • 关于linux在vmware虚拟机中安装问题
  • 在虚拟机中安装Gentoo Linux 问题
  • 请教,如何修改在虚拟机vmware中安装的linux的ramdisk大小?
  • 同个虚拟机中安装linux6.0和linux9.0,前者可以上网,后者上不了,为什么??
  • 虚拟机中安装的系统与实际系统文件的拷贝问题?
  • 在VMWare Linux虚拟机中安装了WebLogic,如何在外部XP系统中访问WebLogic控制台?
  • 在虚拟机中安装RHEL5.4一直报错的原因是什么?
  • 虚拟机中安装的Fedora14,每次有一段时间没在上面操作,系统都让我重新输入密码。有没有办法改变这种情况呢?
  • 虚拟机中安装ubuntu8.0.4的时候总是出现“this kernal requires an x86-64 cpu but only detected an i1586 cpu“.....急啊
  • Oracle VM虚拟机中安装Oracle Clusterware 11g步骤
  • 怎么让虚拟机出现在宿主机的网上邻居里?
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请问:为什么在虚拟机linux(vmware)下,看不到csdn论坛里社区的名字(错误提示请进来看)?
  • VPN虚拟局域网和本地局域网共存(连上vpn后正常打开网页)
  • 虚拟机的系统为Linux ,我在虚拟机下装了tomcat,我在虚拟机下可以访问tomcat的应用,但是为什么在本机访问不了虚拟机下的应用
  • VLAN(虚拟局域网)技术工作原理介绍
  • 我有两个电脑都装了Virtual PC虚拟机,请问我在一个虚拟机上装了LINUX后,另一个虚拟机可以用吗?
  • docker和VM虚拟机的区别以及如何用docker搭建基础设施
  • [虚拟机下安装linux]初次使用虚拟机,请帮忙推荐虚拟机和可以下载的镜像
  • ​docker之轻量虚拟化技术——docker实战分享
  • 在虚拟机上运行的程序和非虚拟机的区别
  • 虚拟机能虚拟硬件平台不 ?
  • 一台机器能不能装两台虚拟机或是同一台虚拟机能装两个linux系统么??
  • ARM ping不通虚拟机,虚拟机可以ping通ARM
  • linux(虚拟机)如何使用windows上的虚拟光驱?谢谢了
  • 虚拟机安装xampp后虚拟接口一访问网站,主机不可以
  • vmware虚拟机linux不能ping通主机,主机能ping通虚拟机
  • VMware虚拟机下Linux怎么访问虚拟机的光驱
  • Fedora9中虚拟机工具不能创建虚拟机
  • 虚拟机-虚拟光驱的搭配,有安装LINUX成功的办法么?
  • 在虚拟机上安装freebsd7.0后,将虚拟硬盘移到其它虚拟机上,出现mounroot> 怎样解决?
  • aix可以用虚拟机虚拟吗?
  • redhat 虚拟机的ip设置好了,如何让虚拟机跟xp本机通讯呢?
  • 虚拟linux,我在windows下面怎么虚拟linux。


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3