Re[2]: [Samba] Win98 clients not 'seeing' each other

2002-12-26 Thread Sergey Klusov
Hello Carlos,

Thursday, December 26, 2002, 4:51:13 PM, you wrote:

>> > I've setup the Samba server over Linux to act as a PDC for the domain. I
>> > use dhcp to assign the network configuration to the hosts, and the only
You should setup DHCP server to anounce samba server as WINS server to
all hosts
if you are using ISC-DHCPD then add this lines into dhcpd.conf

#==
option netbios-name-servers 123.456.789.012;
#   
#put your ip here
option netbios-node-type 8;
#==


if your DHCP is Microsoft's, then setup the scope accordingly

also, make sure nmbd is running as well on samba box

and one last thing - make sure there are this lines in your smb.conf:

#==
wins support = yes
os level = 64
preferred master = yes
domain master = yes
local master = yes
#==

-- 
Best regards,
 Sergeymailto:[EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] samba essential files

2002-12-25 Thread Sergey Klusov
Hello

I'm considering to reinstall my server with fresh FreeBSD and and
fresh install of newest samba
Right now i'm running 2.2.5 as a domain controller
Which files i should preserve (along with /etc/passwd, /etc/group,
smb.conf) to put new server at work without reentering client machines
to domain and creating user accounts ?

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] NT_STATUS_INVALID_DOMAIN_ROLE

2002-05-19 Thread Sergey Klusov

Hello samba,

here is my config:

[global]
   netbios name = tech-server
   workgroup = SAGAPROJECT
   security = domain
   password server = SERVER
   encrypt passwords = yes

machine SERVER is accessible and works
   
ATTEMPT #1

lion@tech-server:/usr/local/etc# smbpasswd -D 3 -j SAGAPROJECT -r server -Ujoker
Initialising global parameters
params.c:pm_process() - Processing configuration file "/usr/local/etc/smb.conf"
Processing section "[global]"
added interface ip=172.16.1.9 bcast=172.16.1.255 nmask=255.255.255.0
Password:
resolve_lmhosts: Attempting lmhosts lookup for name server<0x20>
resolve_hosts: Attempting host lookup for name server<0x20>
Connecting to 172.16.1.10 at port 445
error connecting to 172.16.1.10:445 (Invalid argument)
Connecting to 172.16.1.10 at port 139
failed session request
Error connecting to server
Unable to join domain SAGAPROJECT.

ATTEMPT #2

lion@tech-server:/usr/local/etc# smbpasswd -D 3 -j SAGAPROJECT -Ujoker
Initialising global parameters
params.c:pm_process() - Processing configuration file "/usr/local/etc/smb.conf"
Processing section "[global]"
added interface ip=172.16.1.9 bcast=172.16.1.255 nmask=255.255.255.0
Password:
resolve_lmhosts: Attempting lmhosts lookup for name SERVER<0x20>
resolve_hosts: Attempting host lookup for name SERVER<0x20>
bind succeeded on port 0
Connecting to 172.16.1.10 at port 445
error connecting to 172.16.1.10:445 (Invalid argument)
Connecting to 172.16.1.10 at port 139
session setup ok
Domain=[SAGAPROJECT] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0]
lsa_io_sec_qos: length c does not match size 8
error creating domain user: NT_STATUS_INVALID_DOMAIN_ROLE
Unable to join domain SAGAPROJECT.


what's wrong?

-- 
Best regards,
 Sergey  mailto:[EMAIL PROTECTED]


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba