|
|
今天折腾了一天,也没把局域网内linux和windows互访搞好。
用的是samba,[global]
workgroup = LINUX
server string = Samba Server %v
smb passwd file = /etc/samba/smbpasswd
log level = 3
log file = /var/log/samba/log.%m
max log size = 50
vscan-clamav:config-file = /etc/samba/vscan-clamav.conf
hosts allow = 127.0.0.1, 192.168.1.3, 192.168.1.100
vfs objects = vscan-clamav
[public]
comment = Public Files
path = /home/harttmann/samba/public/
read only = No
guest ok = Yes linux 访问 windows 的共享文件可以用 mount -t cifs //....../SharedDocs/ 来实现,但是从windows怎么都访问不了linux,
网上邻居,映射网络磁盘,windows优化大师的附加工具,都是只能看到linux服务器,但是访问不了,连输入用户名的窗口都没有。
互相可以ping到,但是windows优化大师的附加工具ping到linux但是不显示MAC,MAC全为0000000000。
怀疑是防火墙的问题,但是没装防火墙啊,sudo iptables sudo: iptables: command not found
难道gentoo默认安装了其他的防火墙?
现在的nautilus里的网络也连不到windows的网络里了,连接到服务器也连不上了。 |
|