Mailman results for samba

Jorge Luciano Kolotelo kolotelo at vipstation.com.br
Tue Dec 5 12:21:44 GMT 2000


Hi,
I wander if some one had problems with pasword and could help me soving
mine:
The thing is that a PC user on the subnet 192. needs several tryes to make
the login on the Samba Server. Usually it is taking 3 to 4 ENTERs to meke
the user log in. It seems that this problem started after I have added the
second ethernet card. Few important things:
a) The PC connected on the net 200. is not getting this error.
b) The Win98 message says that the

1) Linux Server - RH 6.2 running samba 2.0.6. and DHCPD

2) /etc/smb.conf :
# Global parameters
[global]
guest ok = no
wins support = yes
name resolve order = wins lmhosts hosts bcast
workgroup = GROUP-1
netbios name = TUPINIQUIN
security = user
server string = Tribe TUPI - Samba Server
interfaces = eth1 192.168.111.0/255.255.255.0, eth0
200.200.200.200/255.255.255.0
bind interfaces only = Yes
encrypt passwords = Yes
# Not all new users need to be samba users
# update encrypted = Yes
passwd program = /usr/bin/passwd %u
passwd chat = "*New Password:*" %n\r "*New Password(again):*" %n\r
\"*Password Changed*"
unix password sync = Yes
shared mem size = 2097152
os level = 34
preferred master = Yes
domain logons = Yes
domain master = Yes
admin users = admin1, admin2, operator
create mask = 0755
force create mode = 0755
hosts allow = 200.200.200.0/255.255.255.0 192.168.111.0/255.255.255.0
socket options = TCP_NODELAY IPTOS_LOWDELAY
max log size = 1000
[homes]
comment = home of %u
browseable = no
hide dot files = yes
[cdrom]
comment = CD-Rom
path = /mnt/cdrom
browseable = yes
[tmp]
comment = Temporary files
path = /tmp
browseable = yes
read only = no
writeable = yes
guest account = ftp

3) /etc/dhcpd.conf
subnet 192.168.111.0 netmask 255.255.255.0 {
 range 192.168.111.10 192.168.111.120;
 default-lease-time 1200;
 max-lease-time 7200;
 option subnet-mask 255.255.255.0;
 option broadcast-address 192.168.111.255;
 option routers 200.200.200.202;
 option domain-name-servers 200.200.200.202;
 }
subnet 200.200.200.0 netmask 255.255.255.0 {
 default-lease-time 1;
 max-lease-time 1;
 option subnet-mask 255.255.255.0;
 option broadcast-address 200.200.200.255;
 option routers 200.200.200.201;
 option domain-name-servers 200.200.200.202;
 }

4) Client machines are Win98. running DHCP, DNS set

Thanks
Luciano





More information about the samba mailing list