On 21 Jan 2002, mike wrote:

> On Mon, 2002-01-21 at 19:36, Hidong Kim wrote:
> > Hi,
> > 
> > I still can't start Samba.  I just compiled Samba 2.2.2 to upgrade from
> > 2.2.1a.  I'm going through the DIAGNOSIS.txt file.  So far, I can run
> > testparm without errors, ping the Linux Samba server from Windows
> > machines and vice versa.  But then I'm stuck at smbclient.  'smbclient
> > -L localhost' gives:
> > 
> > [root@ripley samba]# smbclient -L localhost
> > added interface ip=192.168.230.201 bcast=192.168.230.255
> > nmask=255.255.255.0
> > added interface ip=172.16.166.1 bcast=172.16.166.255 nmask=255.255.255.0
> > added interface ip=172.16.177.1 bcast=172.16.177.255 nmask=255.255.255.0
> > error connecting to 127.0.0.1:139 (Connection refused)
> > Connection to localhost failed
> > 


Two things to look at:

1) tcpwrappers settings:   
/etc/hosts.deny:
ALL: ALL

/etc/hosts.allow
ALL: LOCAL, localhost,   (or 127.0.0.1)  (plus any others you allow)

2) firewall running (ipchains or iptables)?
ifconfig --list | more  and look for status of ipchains and iptables

ifconfig --level 2345 ipchains off     will turn it off

Then try again.  If that doesn't make a difference, you will want to turn
your firewall back on.


-- 
***************************************************************************
Jerry Winegarden        OIT/Technical Support           Duke University
[EMAIL PROTECTED]            http://www-jerry.oit.duke.edu
***************************************************************************



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to