Linux - Networking This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
08-06-2003, 12:34 PM
|
#1
|
LQ Newbie
Registered: Aug 2003
Posts: 3
Rep:
|
Joining Win2k client to a samba PDC
Dear all,
I enclose my smb.conf below.
Samba starts up fine, all networking works. When I join the domain from the win 2k box, the request for username and password comes up, and i merrily put int 'root' and the password.
whereupon i get this message:
'The specified domain either does not exist or could not be contacted'
I know for a fact that the domain HAS been contacted because the username/password box comes up.
I have the samba domain in the lmhosts file of the win2k box and WINS disabled. I have the win2k ip address and netbios name in the samba lmhosts file.
all firewall rules were flushed.
the samba server is 129.105.11.202, and the win2k box is 129.105.38.9 they are in slightly different subnets so both have netmasks of 255.255.0.0
here's my smb.conf:
[global]
;basic server settings
workgroup = radhakrishnan
netbios name = monster
server string = Samba PDC running %v
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
;PDC settings
os level = 64
local master = yes
domain master = yes
preferred master = yes
domain logons = yes
;security and logging settings
security = user
encrypt passwords = yes
update encrypted = yes
password level = 4
log file = /var/log/samba/log.%m
log level = 2
max log size = 50
hosts allow = 129.105.38.33 129.105.38.9 129.105.11.202
;user profiles and home directory
; next line is 9x/ME specific
logon home = \\%L\%U\.profile
logon drive = H:
logon path = \\%L\profiles\%U
;netlogon
logon script = netlogon.bat
#========shares===========
[homes]
comment = Home Directories
browseable = no
writeable = yes
[profiles]
path = /home/samba/profiles
writeable = yes
browseable = no
create mask = 0600
directory mask = 0700
[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = yes
browseable = no
|
|
|
08-06-2003, 05:54 PM
|
#2
|
LQ Newbie
Registered: Aug 2003
Posts: 3
Original Poster
Rep:
|
specified domain does not exist
can anyone tell me what I can do,
when the win2K client contacts the samba PDC, sends the username and password, but THEN says:
'the specified domain does not exist...'
EH??!?
|
|
|
08-06-2003, 06:43 PM
|
#3
|
Senior Member
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403
Rep:
|
I noticed that in the security and logging settings section, you set security = user
I think it should be security = domain
This will tell Samba to perform full NT-domain authentication.
|
|
|
08-07-2003, 10:34 AM
|
#4
|
LQ Newbie
Registered: Aug 2003
Posts: 3
Original Poster
Rep:
|
I'll try that, but EVERY PDC tutorial/walk-through etc. says security MUST be 'user'...
|
|
|
All times are GMT -5. The time now is 12:15 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|