On Wed, 07 Dec 2005 03:13:32 +0000, Mark C wrote:
> This is my situation. I have a network with 2 Linux servers and many PC's.
> I currently have one router to connect to the Internet. One server is a
> web/mail/dns server
You may want to consider setting that up to be a DHCP server to boot.
> and the other is my Windows File server (via samba).
You want to be running this as a NBNS (WINS) server also.
> I want to move all my PC's to connect to a router that in turn connects
> to the network with the 2 servers and the Internet connected router.
So IIUC we get:
<~Internet~>
|
[server][server][router]
\ | /
[router]
| | |
<~PCs~>
(Maybe if all else fails: enable proxy-arp in the PC router.)
> I have not had much luck seeing the fileserver through the router.
With "seeing" i guess you mean the MS-Windows "My Network" (or something?)
> Is there a trick to this?
Make sure your server "wins" the SMB master browser election.
> If so can someone share it?
Edit /etc/samba/smb.conf to have:
# Tell others we run MS-Windows 2010 (Longhorn?) or some such:
os level = 99
And read this post for other settings:
http://groups.google.nl/group/comp.o...f167c728326c23
Note that if you don't run a DHCP server for the MS clients to use, you'll
have to configure the NBNS/WINS stuff on each by hand.
> Thanks,
HTH.
--
-Menno.