[Samba] can't connect to swat
Larry Weldon
lweldon at weldoncomputers.com
Sun Apr 16 13:30:06 GMT 2006
On Sun, 2006-04-16 at 21:27 +1000, Jeffrey wrote:
> ...I have enabled swat in inetd.conf.
> But I can't connect to http://x.x.x.x:901 from client PC using web browser.
I can't speak directly to inetd as I use xinetd but if you can connect
from the smb server using http://localhost:901 you should also try it
from the server using the server's local IP.
Most likely you don't have the inetd only_from option set or it just
reads:
only_from = 127.0.0.1
If your LAN is 10.64.64.0/24 you should make it:
only_from = 127.0.0.1 10.64.64.0/24
or something like that.
Larry
More information about the samba
mailing list