how do you get 2 workgroups to see each other??

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

they are each on their own subnet seperated by a router??
running windows XP computers and Apple OS X computers on both.
 
"Larry" said:
they are each on their own subnet seperated by a router??
running windows XP computers and Apple OS X computers on both.

I can tell you how to set it up on XP, but not on Apple OS X.

I assume that the router can move traffic between the subnets.
Configure it as the default gateway for all computers, or create
subnet routes pointing to the router.

The basic problem is NetBIOS name resolution, because NetBIOS
broadcasts don't cross a router. Here are two ways to do it:

1. Install a WINS server on the network. The WINS server computer
needs a local area network connection to each subnet. It keeps track
of all the computers on all subnets and converts computer names to
their IP addresses on request. Windows client operating systems
(95/98/Me/XP) don't have a WINS server built in. Server operating
systems (NT Server, 2000 Server, Server 2003) do.

2. Create an LMHOSTS file on each computer. This file must contain
the names and IP addresses of all of the computers on the other
subnets. For practical reasons, this usually requires assigning
static IP addresses to all computers.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Back
Top