LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1439|回复: 5

samba问题求助。

[复制链接]
发表于 2009-7-20 13:05:07 | 显示全部楼层 |阅读模式
虚拟机,redhat企业版。官网最新samba源码包。
-------------------------
cd samba
cd souce3
./autogen.sh
./configure
make
make install
--------------------------
[root@lredhat ~]# ps -aux | grep smb
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
root      3000  0.0  0.2   5000   684 pts/0    R+   02:23   0:00 grep smb
[root@lredhat ~]# ps -aux | grep nmb
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
root      3002  0.0  0.2   4996   680 pts/0    R+   02:23   0:00 grep nmb

-------------------------------------
echo "/usr/local/samba/sbin/smbd start" >>/etc/rc.local
echo "/usr/local/samba/sbin/nmbd start " >>/etc/rc.local

----------------------------
service iptables stop

-------------------------------
[root@lredhat ~]# more /etc/samba/smb.conf
[global]
    netbios name = linux
    workgroup = workgroup
    server string = Samba Server
    security = share
[homes]
    comment = Home Directories
    public = yes
    browseable = yes
    writable = yes
[public]
    comment = Public Stuff
     path = /tmp
     public = yes
     browseable = yes

-------------------------------------------

[root@lredhat ~]# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[public]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
        netbios name = LINUX
        server string = Samba Server
        security = SHARE
[homes]
        comment = Home Directories
        read only = No
        guest ok = Yes
[public]
        comment = Public Stuff
        path = /tmp
        guest ok = Yes


adduser test
passwd test
smbpasswd -a test


[root@lredhat ~]# smbclient -L 127.0.0.1
Error connecting to 127.0.0.1 (æ‹’ç»
                                    Connection to 127.0.0.1 failed


XP真机和linux服务器可以互相ping通。虚拟机也曾安装过一个XP,和本机可以相互访问。

现在问题:本机无法访问linux服务器,提示找不到网络路径。
发表于 2009-7-22 17:43:08 | 显示全部楼层
防火墙吧。。
回复 支持 反对

使用道具 举报

发表于 2009-7-25 19:08:38 | 显示全部楼层
就是你的防火墙问题
回复 支持 反对

使用道具 举报

发表于 2009-7-27 12:58:54 | 显示全部楼层
把iptables关掉测试一下
service iptables stop
service ip6tables stop
回复 支持 反对

使用道具 举报

发表于 2009-7-27 15:03:22 | 显示全部楼层
iptables -vnL看看
回复 支持 反对

使用道具 举报

发表于 2009-8-5 22:28:47 | 显示全部楼层
你可以吧iptables停止掉~或者让它开机不启动就可以了chkconfig iptables off 这样在235等级下就不会自动启动FireWall了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表