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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This is a quick and easy fix. Place this in /etc/samba/ as smb.conf then run service smb restart.
This works in my mixed win2k,winXP, RH7.2, RH 8.0 environment.
Good luck and merry Xmas,
Mark
# Global parameters
[global]
netbios name = "server name"
workgroup = "your workgroup"
server string = Samba Server
security = SHARE
encrypt passwords = Yes
map to guest = Bad User
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
guest account = root
hosts allow = "ip range first 3 octets" 127.
[slash]
comment = / directory
path = /
read only = No
guest ok = Yes
Last edited by mcontatore; 12-15-2002 at 02:30 PM.
Distribution: Gentoo, ubuntu, BeatrIX, Knoppix, RedHat <= 9, Solaris 8
Posts: 17
Rep:
This sounds like a similar problem I had with Samba on a Sun box. I had posted this problem sometime back in the Sun section.
"The cmd line utility smbpasswd kept giving errors."
Anyway, this is what I did that made it work. Perhaps you can try it too.
I installed the Webmin administration tool and used it to configure Samba. I also (re)-set each user's password through Webmin - after this samba sorked fine.
Since the Webmin interface was able to do set the samba password, Samba started working perfectly.
Last edited by sean_pereira; 01-17-2003 at 01:54 AM.
I run 2 Linux boxes an a mixed Windows 2000, Win98 and Mac network.
If you look at your message:
share disk Linux share space
dne disk
guest disk
user disk
IPC$ IPC IPC service (Samba)
The IPC$ is a password problem. When you make a add a user to Linux and you are running Samba, you need to run smbpasswd to add that user and password to Samba. If you do not you will get a login error and password error - this is especially true in Windows 98, moreso than 2000.
Anytime you see an IPC$ message on a Windows machine logging into Linux, first check your Samba users and passwords.
I regret that I can't help you any on this because I'm a much bigger newb at this than you are. I did see that you mentioned a Gnome Samba browser. Is that included with Samba, or do you have to install it separately? How do you start it and what's it called and such?
Note : this is the minimum setup without any security protection .. but this is the easy way to setup. Besides, you can start sharing with the following option : -
[myshare]
comment = just put any comment at here or no is fine..
path = /home/share_directory
public = yes
writable = yes
create mask = 0765
before try this, u have to create a share directory at /home/share_directory and chmod on this directory.. to 777.
Just remember this is good testing and getting a result faster, but always not recommend putting in to organization.. bcos no security at all, it will just like u make a full share access in win98 with no user control right.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.