jeff-(E-Mail Removed) (Jeff Godfrey) writes:
>Michael,
>Thanks for your help.
Pleasure. :-)
>-Yes, I can ping the Samba server
OK
>-I do not have a OS level in the smb.conf file. I will go back
>through the mans
>I have to read up on that.
It's an option to let the SAMBA server win the Windows Master
Browser Elections that occure periodically. If you don't set
this option to a high enough value in your smb.conf file,
you'll get never ending election processes, visible in your
smb logfile.
>-The samba server has a static IP and all the windows clients are
>static IPs also. I believe I have the network settings correct(IP,
>DNS server, gateway) because I can access the internet from the Linux
>machine.
OK. You could post the addresses an settings involved, to help people
help you out.
>-I have not tried the samba as a WINS server. I can work on that to
>see if that solves the problem.
You'll have to set
wins support = yes
in the smb.conf file, and create the file /etc/lmhosts (location may
vary depending from the compile-time options!) manually. The file
has a very simplistic format, just NetBIOS names and corresponding
IP addresses, one per line.
>-I am afraid I do not know what you mean by "listen to the correct
>interface."
There should be an option
interfaces = ..../....
containing ONLY the IP address of the internal interface to your LAN.
If you don't limit the interfaces SAMBA is listening to, your server
would be accessible by anyone from anywhere (unless you're filtering
out packets bound to port 135 - 139 with a firewall).
>-No, I can not connect to the samba server using the IP or NetBIOS
>with "net use...".
If connecting with the IP address fails, and even a "net view ..."
doesn't work, check whether or not you have a firewall in place
that is filtering the traffic on the NetBIOS ports. Common mistake
would be running ZoneAlarm or Norton Internet Security on the Win*
client.
Michael