hi,
my home network consists of 1 winXP ('myxp') box and 1 linux ('mysamba') box connected to a router-switch for DSL internet sharing.
The linux runs Samba 2.2.1a. It can do 'smbclient //myxp/shareddocs' to browse and read files of xp box.
The xp box can see 'mysamba' icon in My Network Place, but when I double-click it, i get "No service is operating at the destination network endpoint on the remote system." and denied access.
I also tried in xp commnad line 'net use \\mysamba\test' and received the same message + 'System error 1234 has occurred'.
Both pc don't use domain but are in the same workgroup. I use /etc/hosts and windows hosts file to help each other to resolve computer name. Both can ping each other by name. I didn't run any WINS.
what's wrong? Help!!
thanks!
here's my smb.conf
[global]
workgroup = HOME
netbios name = MYSAMBA
server string =
encrypt passwords = Yes
smb passwd file = /etc/samba/private/smbpasswd
username map = /etc/samba/private/smbusers
log level = 3
log file = /var/log/samba/%m.log
max log size = 2000
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = Yes
hosts allow = 192.168.1.
printing = lprng
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[test]
comment = for testing only
path = /tmp/test
read only = No
guest only = Yes
guest ok = Yes
hosts allow =
my home network consists of 1 winXP ('myxp') box and 1 linux ('mysamba') box connected to a router-switch for DSL internet sharing.
The linux runs Samba 2.2.1a. It can do 'smbclient //myxp/shareddocs' to browse and read files of xp box.
The xp box can see 'mysamba' icon in My Network Place, but when I double-click it, i get "No service is operating at the destination network endpoint on the remote system." and denied access.
I also tried in xp commnad line 'net use \\mysamba\test' and received the same message + 'System error 1234 has occurred'.
Both pc don't use domain but are in the same workgroup. I use /etc/hosts and windows hosts file to help each other to resolve computer name. Both can ping each other by name. I didn't run any WINS.
what's wrong? Help!!
thanks!
here's my smb.conf
[global]
workgroup = HOME
netbios name = MYSAMBA
server string =
encrypt passwords = Yes
smb passwd file = /etc/samba/private/smbpasswd
username map = /etc/samba/private/smbusers
log level = 3
log file = /var/log/samba/%m.log
max log size = 2000
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = Yes
hosts allow = 192.168.1.
printing = lprng
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[test]
comment = for testing only
path = /tmp/test
read only = No
guest only = Yes
guest ok = Yes
hosts allow =