Hello!
I'm trying to conecto my Windows XP to my Madriva 2006 Linux with samba.
I have 2 main problems that most likely are related:
1) Unable to conect from Windows to Linux
2) Unable to mount windows shares in Linux
When I browse My Network Places, I can't get the Linux machine.
When I use ms-dos "net view" I don't see the Linux Samba server.
I turned off my Sygate firewall already in XP and I haven't configure any in Linux, as far as I know.
I can
ping both machines even with the host name intead of the IP address.
I have assigned to the
WINS address, the IP of the Linux samba server, in the TCP/IP Advanced Properties in Win XP.
I have followed each and every step of the Howto that I found in this forum:
http://www.linuxforums.org/forum/lin...ups-howto.html
I have gone through a lot of reading trying to solve this issue, but so far, nothing. I can't conect Windows to Linux.
Please help me a little here, because I don't think this will be a big issue. I have the feeling that something is missing.
Follow are my config:
Linux gbox 2.6.12-12mdk #1 Fri Sep 9 18:15:22 CEST 2005 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz unknown GNU/Linux
I have already installed and configured samba.
My
smb.conf is like this:
#====== Global Settings ===
[global]
workgroup = casa
netbios name = gbox
server string = Samba Server %v
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
username map = /etc/samba/smbusers
log file = /var/log/samba/%m.log
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
wins support = yes
hostname lookups = yes
hosts equiv = /etc/hosts
hosts allow = 192.168.0.1 127.0.0.1 localhost
hosts deny = All
interfaces = lo eth0
bind interfaces only = yes
guest ok = no
browse list = yes
printcap name = cups
printing = cups
load printers = yes
domain master = no
local master = no
preferred master = no
os level = 0
#==== Share Definitions ====
[public]
path = /home/samba/public
comment = Shared folders
guest ok = no
create mode = 0766
browseable = yes
public = yes
read only = no
[homes]
path = /home/%U
comment = Home Directories
browseable = no
read only = no
valid users = %U root
-------------------------
When I do a
testperm, I get this:
Load smb config files from /etc/samba/smb.conf
Processing section "[public]"
Processing section "[homes]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
In Linux I can conect to the local samba server with smbclient and see all the shares:
smbclient -L //localhost/public
Domain=[GBOX] OS=[Unix] Server=[Samba 3.0.20]
Sharename Type Comment
--------- --- -------
public Disk Shared folders
IPC$ IPC IPC Service (Samba Server 3.0.20)
ADMIN$ IPC IPC Service (Samba Server 3.0.20)
root Disk Home Directories
Domain=[GBOX] OS=[Unix] Server=[Samba 3.0.20]
Server Comment
--------- -------
Workgroup Master
--------- -------
CASA
It seems the server is running well and the
smbd and
nmbd deamons are ok.
Please, any help would be apreciated.
Thanks