|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] Re: Another Samba question... W2k- ADS (Paul)
|
[snip]
> >rh9 & w2k server
> >
> >all is well, linux to w2k.
> >not so in reverse.
> >LinuxSrv10 is seen in network neighborhood.
> > double click ... not accessible, network path not found.
> >can ping by ip address and name
> >
> >testparm OK
> >
> >same usernames/passwords for linux dir [rh4w2k] as W2k box.
> >
> >i'm guessin i'm missin some active directory specific parameters.
> >any thoughts.
> >
> >
> >
>
> Did you create Samba accounts using "smbpasswd -c username" or using
> some other management tool such as SWAT?
The first time you use smbpasswd isn't -a?
smbpasswd -a username
Firewall changes in /etc/sysconfig/iptables? (assuming redhat 8 or 9 default ). Also
change (192.168.1.23 to your IP address).
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp -s 192.168.1.23 -m multiport --dports 135,139,445 -j ACCEPT
-A RH-Lokkit-0-50-INPUT -p udp -m udp -s 192.168.1.23 -m multiport --dports 135,137,138,139,445 -j ACCEPT
Regards,
Mike Chirico
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|