当前位置: 技术问答>linux和unix
我的redhat 8 的 samba 为什么只能看到mygroup却看不到机器和目录呢??
来源: 互联网 发布时间:2015-05-13
本文导语: 我的 smb.conf 如下: ...... # workgroup = NT-Domain-Name or Workgroup-Name workgroup = MYGroup # server string is the equivalent of the NT Description field server string = Samba Server ...... [tmp] comment = Temporary file space ...
我的 smb.conf 如下:
......
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MYGroup
# server string is the equivalent of the NT Description field
server string = Samba Server
......
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
......
......
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MYGroup
# server string is the equivalent of the NT Description field
server string = Samba Server
......
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
......
|
samba现在配置很简单了,你安装一个rh9中的redhat-config-samba(但愿文件名没写错)
是gui方式的.
1.如果你访问的是不要口令的windows机器,就选share方式
2.如果有域控制器就要选域方式,同时不要忘记口令验证服务器(比如 passwdserver)
验证服务器要用名子,在hostname中加个就可以了
3.上面的配置好了,重起samba服务,在使用命令# smbpasswd -j -r
-u ,加入域就可以了
是gui方式的.
1.如果你访问的是不要口令的windows机器,就选share方式
2.如果有域控制器就要选域方式,同时不要忘记口令验证服务器(比如 passwdserver)
验证服务器要用名子,在hostname中加个就可以了
3.上面的配置好了,重起samba服务,在使用命令# smbpasswd -j -r
-u ,加入域就可以了
|
你可能是配置的不全:
你用netconfig配置一下,再用ifconfig查一下,也可以直接在control panel的network configuration中配置。
修改smb.conf
启动smb服务,就差不多了,祝你成功!
你用netconfig配置一下,再用ifconfig查一下,也可以直接在control panel的network configuration中配置。
修改smb.conf
启动smb服务,就差不多了,祝你成功!