|  | 
 
| 看了上面的贴子:samba速成!修改了/etc/samba/smb.conf 然后:
 [root@redhat9 root]# ping 10.10.10.6
 PING 10.10.10.6 (10.10.10.6) 56(84) bytes of data.
 64 bytes from 10.10.10.6: icmp_seq=1 ttl=128 time=7.91 ms
 64 bytes from 10.10.10.6: icmp_seq=2 ttl=128 time=0.541 ms
 64 bytes from 10.10.10.6: icmp_seq=3 ttl=128 time=0.597 ms
 64 bytes from 10.10.10.6: icmp_seq=4 ttl=128 time=0.388 ms
 
 --- 10.10.10.6 ping statistics ---
 4 packets transmitted, 4 received, 0% packet loss, time 3029ms
 rtt min/avg/max/mdev = 0.388/2.360/7.914/3.207 ms
 [root@redhat9 root]# smbclient '\\oracle\oraforliu'
 Can't find include file /etc/samba/smb.conf. //smb.conf存在的,为什么找不到??
 added interface ip=192.168.12.2 bcast=192.168.12.255 nmask=255.255.255.0
 added interface ip=192.168.13.2 bcast=192.168.13.255 nmask=255.255.255.0
 can't determine netmask for 10.10.10.6 //这还要设置什么???
 wins_srv_died(): Could not mark WINS server 127.0.0.1 down.
 Address not found in server list.
 Connection to oracle failed
 [root@redhat9 root]# smbstatus
 /var/cache/samba/connections.tdb not initialized.
 #在目录/var/cache/samba没有connection.tdb文件呀???如何初始化??
 This is normal if an SMB client has never connected to your server.
 redhat linux9.0是在win2000上用vmware安装的,oracle的IP地址为10.10.10.6,现在想访问win2000上的文件夹oraforliu,先谢谢大家!
 | 
 |