Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am new to networks. I have Mandrake 9.1 and windows 98. I want to set up a network between these two. I read a bit on the internet about it but can't get it to work.
In windows, I have a directory named "Public" in C:/. In linux, I created a directory /mnt/winshare. These are the options that I added in /etc/samba/smb.conf:
path = /var/public
comment = Public Folder
public = yes
only guest = yes
force directory mode = 777
delete readonly = yes
create mode = 777
wide links = no
force create mode = 777
directory mode = 777
But the rest of the file, I haven't touched it at all. Then I did:
/etc/init.d/smb restart
And
mount -t smbfs -o username=myusername,password=mypasswd //myIP/Public /mnt/winshare/
And I get this error:
Error connecting (Operation already in progress)
So, what is the problem? And where do I have to ceck to make sure that I put the right IP?
I hope this is enough information. Maybe there is some stuff I have to add to smb.conf?
I really don't know. Any help would be greatly appreciated.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.