LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-11-2003, 04:28 PM   #1
blainehilton
Member
 
Registered: Dec 2002
Location: Portage, IN, USA
Distribution: Fedora
Posts: 34

Rep: Reputation: 15
Samba works with win95 but not ME


I have an odd problem here. I have installed Samba for the first time on a box running Red Hat 9. I have created a simple smb.conf file and a single share. I have two other computers running windows 95 and the 2nd is running windows ME. The Windows 95 computer sees the share, lets me copy files to it and everything. No problem there, now the weird thing is the ME will not see the Samba server.

The ME will see the 95 though, and the 95 box will see both the ME and the Samba. I've checked and rechecked the networking sections and they are both the same on both computers. I have IPX, NetBEUI and TCIP/IP installed on both systems. I use IPX for some older networking games so I need it, but I don't need NetBEUI and I tried deleting it, but then I can't even network the win95 and winME computers together.

Also I can ping the Samba server from both Windows systems. I also want to print to a HP printer attached by USB to the windows ME system. In RH9 I was able to go to add printer and choose a SMB one and it said "dell", which is the name of the Windows ME computer, but I was not able to choose the shared printer under dell, it said something like not a valid name.

Any help would be great!

--
TIA
Blaine Hilton
 
Old 07-12-2003, 01:35 AM   #2
blainehilton
Member
 
Registered: Dec 2002
Location: Portage, IN, USA
Distribution: Fedora
Posts: 34

Original Poster
Rep: Reputation: 15
I just reread my post and realized that I probably should have given more details. I was using the standard IPTABLES firewall, but for the time being I have it turned off right now so that is not an issue.

I am using Samba verison 2.2.7a.

--
Any ideas that I could try would be appreciated!
Thanks
Blaine Hilton
 
Old 07-12-2003, 03:50 AM   #3
DBAONLINUX
LQ Newbie
 
Registered: Jul 2003
Posts: 15

Rep: Reputation: 0
Hi There....

I need some help ...
I have RH linux 8.0 and win 98 on my network...I have configured SMB and iam able to access Win files using smbmount on Linux box.....I can see linux machine on network neighbour hood on Windows 98 but when i click on machine it says "Access denied or the machine not found" I dont understand what is wrong ... I am logging in to linux as a root.....does that have anything to do can u please guide me.........

Thanks in advance

Milano
 
Old 07-12-2003, 01:06 PM   #4
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
make sure you have the correct "host allow" line.
But you'll probably never be able to make a correct network file sharing system work with both win95 and winME, since the old crappy win95 don't use any password encryption, and cause problem with every others windoze who actually use it. So in samba, you should put "encryp password" option to yes for winME but to "no" for win95. not sure if winME can handle something without encryption but I had problem with this and an old Win98 SE computer, so...
 
Old 07-14-2003, 07:49 AM   #5
DBAONLINUX
LQ Newbie
 
Registered: Jul 2003
Posts: 15

Rep: Reputation: 0
Thanks for the reply..

I have default setting for firewall which i selected during installation and i can ping the machine from Win 98 .....
I can access files from Linux box but not from windows....

I am attaching my cmb.conf let me know if any thing is wrong..



[Global]

workgroup = LES
netbios name = MILANO LINUX
encrypt passwords = yes
security = user

os level = 65
preferred master = yes
domain master = yes
logon path = \\%n\profiles\%u

logon drive = c:
logon home = \\mcname\%u

[netlogon]
path = /var/lib/samba/netlogon
guest ok = yes
writable = no
share mode = no

[homes]
read only = no
browseable = no

[music]
path = /data/mp3
browseable = yes
public = yes
write list = ADMINISTRATOR, Milan

[everyone]
path = /data/everyone
read only = no
browseable = yes

[apps]
path = /data/apps
browseable = yes
valid users = @admins, root
write list = @admin, root


reagrds
Milan
 
Old 07-15-2003, 05:35 AM   #6
DBAONLINUX
LQ Newbie
 
Registered: Jul 2003
Posts: 15

Rep: Reputation: 0
Thanks a lot ..

It works ........ It was only becoz of firewall......
I can see my Linux box on all the Windows machines.....
One more thing is, i want to use My Linux as primary DNS server and also internet sharing for which i have configured smb.conf also but its not working.......

Can anyone help me in this matter....

Thanks and Regards

Milan
 
Old 07-15-2003, 06:26 AM   #7
blainehilton
Member
 
Registered: Dec 2002
Location: Portage, IN, USA
Distribution: Fedora
Posts: 34

Original Poster
Rep: Reputation: 15
I was able to get the system working when I realized (along with help from IRC). Windows 95 OS2 release does support encrypted passwords, at least I'm pretty sure, it works for me at least. :-)
 
Old 07-15-2003, 05:28 PM   #8
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Quote:
One more thing is, i want to use My Linux as primary DNS server
ok, get BIND, it's the most used DNS server, it works great for me (I have a Linux box acting as a DNS/NAT router for my entire network). It's very complex but you should be good if you spend some time reading man/how to

Quote:
and also internet sharing for which i have configured smb.conf also but its not working.
I'm not sure to understand, there, you want to share the files your share using SAmba over internet??? Well, Samba isn't make to do it, neither Windoze file sharing. I suggest you to use a good Ftp server or maybe an Apache server.
 
Old 07-24-2003, 05:48 AM   #9
DBAONLINUX
LQ Newbie
 
Registered: Jul 2003
Posts: 15

Rep: Reputation: 0
Hi There..

Me is facing one prob .....Having LISA up and runing but cant find the share folders in the lan browser....I can mount the folder and than access the network .......but its not that effective... I am having RH8.0 cant even use line neighbourhood.......There has to be some way where we can access the folders using lan browser any one can pls guide me...

Appreciate the efforts..

Milan
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Redhat Samba with Win95 Hendon Linux - Networking 2 12-14-2004 10:39 AM
Samba 3 not working (nearly never), but samba 2 works OK vmicho Linux - Networking 0 10-05-2004 01:03 PM
Samba 3.0.2 not mangling long names correctly for Win95/98 JLindenmuth Linux - Networking 0 03-25-2004 01:28 PM
dhcp server works for win2000, not win95 machines lgetsche Linux - Networking 3 08-17-2002 09:05 AM
Win95 and Samba Half_Elf Linux - Networking 19 06-16-2002 10:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration