Networking Forums

Networking Forums > Computer Networking > Linux Networking > SAMBA + wIN xp ( Help Needed )

Reply
Thread Tools Display Modes

SAMBA + wIN xp ( Help Needed )

 
 
MaxGlc
Guest
Posts: n/a

 
      11-22-2004, 08:38 AM
Hallo.
I think that the topic is not new. I decided however to post this
news due to strange anoyng problem I faced. I have small network with
14 host (10x windows 98, 4x WinXP), which all have access to samba
server. Server is based on linux RedHat 8.0. samba-2.2.5-10 server.
Recently I got the new notebook with WinXP Home installed and I can't
reach proper configuration for samba use. Has Microsoft changed
smething in SMB protocol??? At first I noticed that the NetBEUI and
NetBIOS protocols was missing. I managed to install these protocols (
I can browse Network Neigborhood ) but I can't get access to samba
share. I havn't had any problems with XP configuration untill now. If
enyone could help I would be emormously greatefull.
XP registry configuration is as follows:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netlogon\Parameters\requi
resignorseal
= 0
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netlogon\Parameters\signs
ecurechannel
= 0
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netlogon\Parameters\seals
ecurechannel
= 0
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanWorkStation\Parame
ters]
"EnablePlainTextPassword"=dword:00000001

My SAMBA smb.conf :

[global]
netbios name = SEEN_SERVER
workgroup = SEEN
server string = Firmowy serwer plikow
hosts allow = 192.168.1.0/24
log file = /var/log/samba/connects.log
security = user
socket options = TCP_NODELAY
interfaces = 192.168.1.1/24
local master = yes
os level = 99
preferred master = yes
wins support = yes
character set = ISO8859-2
client code page = 852
code page directory = /usr/share/samba/codepages

Best regards
Adam Chochla
 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a

 
      11-22-2004, 01:23 PM
MaxGlc wrote:

> Hallo.
> I think that the topic is not new. I decided however to post this
> news due to strange anoyng problem I faced. I have small network with
> 14 host (10x windows 98, 4x WinXP), which all have access to samba
> server. Server is based on linux RedHat 8.0. samba-2.2.5-10 server.
> Recently I got the new notebook with WinXP Home installed and I can't
> reach proper configuration for samba use. Has Microsoft changed
> smething in SMB protocol??? At first I noticed that the NetBEUI and
> NetBIOS protocols was missing. I managed to install these protocols (
> I can browse Network Neigborhood ) but I can't get access to samba
> share. I havn't had any problems with XP configuration untill now. If
> enyone could help I would be emormously greatefull.
> XP registry configuration is as follows:
>

(snip XP registry entries)

No, nothing has changed regarding the protocol from XP's side that would
affect Samba access. What *has* changed is that XP's Service Pack 2
activates a built-in Windows Firewall automatically. Go into its applet
in Control Panel and either add the lan as a Trusted Exception or,
depending on your situation, turn it off. I certainly wouldn't run a
Windows machine without a firewall for a second unless it is all by
itself in a locked room with no outside access.

Also, uninstall any extraneous protocols like NetBEUI. You only want
TCP/IP.

I have 4 XPSP2 boxen here that have no problem interacting with the two
Linux boxen (SuSE 9.1 Pro).

Also, make sure you add the user accounts/passwords for the new laptop
to Samba with smbpasswd after adding the users/passwords to the server
box.

See if making those changes helps.
>
> My SAMBA smb.conf :
>
> [global]
> netbios name = SEEN_SERVER
> workgroup = SEEN
> server string = Firmowy serwer plikow
> hosts allow = 192.168.1.0/24
> log file = /var/log/samba/connects.log
> security = user
> socket options = TCP_NODELAY
> interfaces = 192.168.1.1/24
> local master = yes
> os level = 99
> preferred master = yes
> wins support = yes
> character set = ISO8859-2
> client code page = 852
> code page directory = /usr/share/samba/codepages


Malke
--
"I have a cunning plan..."
 
Reply With Quote
 
Michael W Cocke
Guest
Posts: n/a

 
      11-23-2004, 11:45 AM
On 22 Nov 2004 01:38:11 -0800, (E-Mail Removed) (MaxGlc) wrote:

>Hallo.
>I think that the topic is not new. I decided however to post this
>news due to strange anoyng problem I faced. I have small network with
>14 host (10x windows 98, 4x WinXP), which all have access to samba
>server. Server is based on linux RedHat 8.0. samba-2.2.5-10 server.
>Recently I got the new notebook with WinXP Home installed and I can't


There's your problem. Mickysoft busted most of the networking support
in XP home so you have to go purchase XPensive professional.

Mike-

--
If you can keep your head while those around you are losing theirs...
You may have a great career as a network administrator ahead!
--
Please note - Due to the intense volume of spam, we have installed
site-wide spam filters at catherders.com. If email from you bounces,
try non-HTML, non-encoded, non-attachments,
 
Reply With Quote
 
CL (dnoyeB) Gilbert
Guest
Posts: n/a

 
      11-25-2004, 01:52 AM
MaxGlc wrote:
> Hallo.
> I think that the topic is not new. I decided however to post this
> news due to strange anoyng problem I faced. I have small network with
> 14 host (10x windows 98, 4x WinXP), which all have access to samba
> server. Server is based on linux RedHat 8.0. samba-2.2.5-10 server.
> Recently I got the new notebook with WinXP Home installed and I can't
> reach proper configuration for samba use. Has Microsoft changed
> smething in SMB protocol??? At first I noticed that the NetBEUI and
> NetBIOS protocols was missing. I managed to install these protocols (
> I can browse Network Neigborhood ) but I can't get access to samba
> share. I havn't had any problems with XP configuration untill now. If
> enyone could help I would be emormously greatefull.
> XP registry configuration is as follows:
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netlogon\Parameters\requi
> resignorseal
> = 0
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netlogon\Parameters\signs
> ecurechannel
> = 0
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Netlogon\Parameters\seals
> ecurechannel
> = 0
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanWorkStation\Parame
> ters]
> "EnablePlainTextPassword"=dword:00000001
>
> My SAMBA smb.conf :
>
> [global]
> netbios name = SEEN_SERVER
> workgroup = SEEN
> server string = Firmowy serwer plikow
> hosts allow = 192.168.1.0/24
> log file = /var/log/samba/connects.log
> security = user
> socket options = TCP_NODELAY
> interfaces = 192.168.1.1/24
> local master = yes
> os level = 99
> preferred master = yes
> wins support = yes
> character set = ISO8859-2
> client code page = 852
> code page directory = /usr/share/samba/codepages
>
> Best regards
> Adam Chochla


XP home does not support being part of a domain. It shoudl however be
able to print to domain printers and access resources, if those
resources allow access from unauthorized computers I would suspect.



--
Respectfully,


CL Gilbert

"Verily, verily, I say unto you, He that entereth not by the door() into
the sheepfold{}, but climbeth up some other *way, the same is a thief
and a robber."

GnuPG Key Fingerprint:
82A6 8893 C2A1 F64E A9AD 19AE 55B2 4CD7 80D2 0A2D

For a free Java interface to Freechess.org see
http://www.rigidsoftware.com/Chess/chess.html
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do all Linux distros have Samba built-in? Detect if Samba installed? Matthew Lincoln Linux Networking 8 11-17-2008 12:11 AM
Dancing the Samba with DD-WRT (Samba FS Automount) Louis Ohland Wireless Internet 2 12-01-2006 12:55 PM
A few questions regarding samba from a samba and windows rookie Madhusudan Singh Linux Networking 0 03-30-2005 05:54 PM
HELP NEEDED!! Do I have a router that needs taken back. Please. Any information is much needed. newbie Windows Networking 0 09-28-2003 04:53 PM
[Samba] WINS on Samba server and Routing jbob Linux Networking 0 08-13-2003 01:31 AM



1 2 3 4 5 6 7 8 9 10 11