Computing.Net > Forums > Linux > Win98 ASk for IPC pass on Samba

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Win98 ASk for IPC pass on Samba

Reply to Message Icon

Name: Yomero
Date: April 25, 2001 at 02:58:42 Pacific
Comment:

Hi, i installed Samba on my linux box, i can
smbclient into the win98 machine easily, but
when trying to connect to my linux box i get
asked for a IPC$ password.. .. what is that?
i have tried all the passwords i have on my
system but still no go



Sponsored Link
Ads by Google

Response Number 1
Name: Eric
Date: April 25, 2001 at 06:53:59 Pacific
Reply:

In the globals section of the smb.conf you need to add a "encrypt passwords = yes"


0

Response Number 2
Name: roni
Date: April 25, 2001 at 08:20:08 Pacific
Reply:

hi
now roni:but if i do what u just said the 95 won't get in...what if you want to connect both boxes?
also what is the IPC anyway? what password does it want to get into that share?
bye
roni


0

Response Number 3
Name: Michael Mangone
Date: April 26, 2001 at 14:09:25 Pacific
Reply:

IPC inter process commun... I'm pretty sure

Are all of your machines on the same subnet?
When sharing in NT (which is basically what
your linux/samba server looks like on a
netowork at this point) across a subnet you
need to setup WINS. When this isn't
configured and you try to access a share you
will be prompted for a password and you'll
see IPC$ (or something like that). Hope this
might help...


0

Response Number 4
Name: roni
Date: April 26, 2001 at 14:16:10 Pacific
Reply:

thanks...
roni


0

Response Number 5
Name: Tina
Date: May 21, 2001 at 19:57:50 Pacific
Reply:

Roni..

Did you have any luck getting this to work? I have tried all the suggestions in these threads, and I am still having connections issues with Win98. Win95 machine connects flawlessly, but I can't get past that IPC$ password with 98.

Thanks for any help you can provide!

Tina


0

Related Posts

See More



Response Number 6
Name: Mark Dascher
Date: May 26, 2001 at 19:03:29 Pacific
Reply:

None of these suggestions worked for me either. (What is "setting up WINS" anyway?) But this is the first site I've visited to get help, too. If I figure it out I'll let you know. =)


0

Response Number 7
Name: Simon
Date: June 12, 2001 at 15:13:48 Pacific
Reply:

Here's what I did after struggling with the same problem
Windows:
delete all c:\windows\*.pwl
Log in again using lower case for username
-
Linux:
edit /etc/samba/smb.conf
workgroup = WORKGROUP
guest account = pcguest
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
Add PCGUEST as a linux user and to USERS
smbpasswd -a {same as win pwd}
smbpasswd -a pcguest {null pwd}
samba start


0

Response Number 8
Name: Bill
Date: July 5, 2001 at 17:05:42 Pacific
Reply:

This is what worked for me

To get Windows to see Linux with Samba

1. Create an account on Linux the same as on your Windows account.
(User-name and password)

2. Create folders on Linux under /home directory the same as your user-name.

3. In a Linux command line (Terminal emulation program) type
cat /etc/passwd | mksmbpasswd.sh > /etc/smbpasswd
(You now have a Samba password file)

4. Now edit the smb.conf file located at /etc/samba on your Linux machine. It should look like the example below.
Smb.conf
;*******************section global*****************
[global]
users = Windows username
guest account = Windows username
workgroup = Your work group
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
server string = Samba Server
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
max log size = 0
security = USER
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
;*******************section homes*****************
[homes]
comment = Home Directories
browseable = True
writable = yes
;*******************section printers*****************
[printers]
comment = All Printers
path = /var/spool/samba
browseable = True
guest ok = True
printable = yes

5. In a Linux command line (Terminal emulation program) type
smbpasswd –a Your Windows user-name now you should be prompted to enter your password, enter your password you created in step 1 and enter it again to confirm your password.

6. In a Linux command line (Terminal emulation program) type
samba start (You may have to repeat this step each time you boot Linux.)


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Win98 ASk for IPC pass on Samba

samba over subnets www.computing.net/answers/linux/samba-over-subnets/22036.html

Good help Resources for Linux www.computing.net/answers/linux/good-help-resources-for-linux/4292.html

Go to PC store ask for linux O/S www.computing.net/answers/linux/go-to-pc-store-ask-for-linux-os/4159.html