SWAT does not work

Ries van Twisk ries at franksintl.nl
Fri Oct 13 10:53:35 GMT 2000


> Oh, and by the way, here is the error I get when I run "smbclient -U%
> -L localhost":
> 
> added interface ip=144.132.195.129 bcast=144.132.207.255
> nmask=255.255.240.0
> added interface ip=192.168.0.21 bcast=192.168.0.255
> nmask=255.255.255.0 error connecting to 127.0.0.1:139 (Connection
> refused) Connection to localhost failed
> 
>

Do you have by the option 'bind interfaces only = yes' in your conf 
file? If so add your local interface to your interfaces section.
The error is that it cannot make a connection to the local interface 
(connection refused) 
here is a  example:
[global]
interfaces = 127.0.0.1/24 144.132.195.129/20 192.168.0.21/24
bind interfaces only = yes
Properly 'smbpasswd -a <user>' will not work to.
 
Or set the 'bind interfaces only = false'

Ries

NOTE: SInce 144.132.195.129 is not in the private IP range I 
ussume it's directly connected to the internet, Make SURE you have 
a proper firewall installed to blok netbios packages from unwanted 
hosts.





More information about the samba mailing list