Networking Forums

Networking Forums > Computer Networking > Linux Networking > Trying to network w/ WinXP Pro

Reply
Thread Tools Display Modes

Trying to network w/ WinXP Pro

 
 
Robert Solomon
Guest
Posts: n/a

 
      06-24-2004, 11:51 PM
I installed Fedora core 2 w/ samba and I'm trying to communicate w/ my
Win XP Pro network. I am getting a NT connection refused error. What
do I have to do to get the networking to work properly?

Thanks,
Rob
 
Reply With Quote
 
 
 
 
Stefan Viljoen
Guest
Posts: n/a

 
      06-25-2004, 05:57 AM
Robert Solomon wrote:

> I installed Fedora core 2 w/ samba and I'm trying to communicate w/ my
> Win XP Pro network. I am getting a NT connection refused error. What
> do I have to do to get the networking to work properly?
>
> Thanks,
> Rob


Hi

Here is my Samba config which I use with Rh9 to connect to WinXP systems on
my company net from my Linux box:

[global]

netbios name = stefan
workgroup = GOEDEHOOP10
security = share
log file = /var/log/samba.log
log level = 1
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=16384 SO_SNDBUF=16384
wins support = yes
domain logons = no
logon drive = f:
logon home = \\stefan\%U
os level = 99
preferred master = yes
local master = yes
hosts allow = 127.0.0.1 (and your other IP's you want to give access to the
Linux box)
encrypt passwords = yes
browseable = yes
lanman auth = yes
lm announce = yes

[Linux_win_hd]
path = /mnt/win/
guest ok = yes
writeable = yes
create mode = 0666
directory mode = 0777
browseable = yes
public = yes

I mount the XP machines on the Linux machine like this:

smbmount "//xpmachinename/xpsharename" /mnt/xpmachine -o
username=xpusername,password=xppassword,uid=stefan ,dmask=0775,fmask=0775

Xpmachinename is obtained from running "findsmb" as well as sharename.
Xpusername is the user who's access rights you want to use under XP (i. e.
the name the user types in when he starts his XP to get access) and
xppassword is the one he then types to log in to XP.

Hope this helps a bit or at least gives you a pointed in the right
direction?

Regards,
--
---
Stefan Viljoen
Software Support Technician
Polar Design Solutions
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      06-25-2004, 06:56 PM
you might like to see the link beneath .... nicely done for XP!

http://www.ccs.uky.edu/docs/samba.htm

okay .... you have to configure your XP ... as the link says ...
----------------
1) Make sure that the workstation belonged to the same workgroup as
the server and have a fixed IP address and hostname assigned.

2) Change the registry entry, run the command regedt32 and do the
below
a) RequireSignOrSeal Registry hack

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\netlogon\parameters
"RequireSignOrSeal"=dword:00000000

b) Use the Registry Editor and edit the
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\System\CompatibleRUPSecurity
to have the DWORD value of 1

3) Use the Group Policy Editor (gpedit.msc) and enable "Computer
Configuration\Administrative Templates\System\User Profiles\Do not
check for user ownership of Roaming Profile Folders".

4) Go to MyComputer right click Properties. Go to Change and click on
Domain and enter the domain-name you want to join. When joining the
domain for the First time enter userid as root and give the samba
password. Make sure there is an entry for the root in the smbpasswd
(samba password) file.

5) Reboot and then the changes will be effective.
--------------------------------------------------------------
hth

raqueeb hassan
congo (drc)
 
Reply With Quote
 
LucM
Guest
Posts: n/a

 
      06-26-2004, 11:04 PM
Robert Solomon wrote:

> I installed Fedora core 2 w/ samba and I'm trying to communicate w/ my
> Win XP Pro network. I am getting a NT connection refused error. What
> do I have to do to get the networking to work properly?
>
> Thanks,
> Rob


Make sure that passwords are encrypted (see Samba doc).



--
LucM

Visit your friends
> www.gnu.org
> www.greenpeace.org

 
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
password popup winxp-winxp local connection? Chris Home Networking 3 02-05-2005 09:58 PM
Network between WinXP & G4 Mac =?Utf-8?B?QW5pdGE=?= Windows Networking 2 10-19-2004 07:45 PM
WinXP and Win98SE network Keith Marjerison Windows Networking 1 10-08-2004 08:38 PM
NETWORK OLD WIN98 TO WINXP Michele trying to get kids off my computer! Windows Networking 1 03-01-2004 04:25 PM
Networking Win98 to WinXP network - Neighboorhood Network R. Chapple Windows Networking 2 01-03-2004 06:18 PM



1 2 3 4 5 6 7 8 9 10 11