- So why is Windows networking so unreliable?
- Posted by Yousuf Khan on November 1st, 2005
I continuously get problems with print and file sharing in my home
network, which is a mixture of Windows XP (two seperate desktops, and
one laptop) and Windows 2000 (one seperate laptop). And it's not just
between Windows 2000 to XP, it can happen between XP and XP as well. I
constantly get situations where you can see one machine from a second
machine, but not viceversa. Other times, the network printing doesn't work.
I'm just using Workgroup settings to manage all of this right now. Would
I be better off implementing a Domain system?
Yousuf Khan
- Posted by TweetyB on November 1st, 2005
You have 2 choices.
1 - Setup a local domain controller with a DNS and DHCP server.
2 - Enter all the IP address and machine names in the hosts file of each
machine.
cheers
- Posted by CJT on November 1st, 2005
TweetyB wrote:
(reliably) take care of such details.
--
The e-mail address in our reply-to line is reversed in an attempt to
minimize spam. Our true address is of the form che...@prodigy.net.
- Posted by Yousuf Khan on November 2nd, 2005
CJT wrote:
Will Linux be able to share out the printer if there's no Linux driver
for it available?
Yousuf Khan
- Posted by Jim on November 2nd, 2005
Wired or wireless? Makes a big differences in determining the root cause.
Jim
"Yousuf Khan" <bbbl67@ezrs.com> wrote in message
news:3KE9f.3792$J14.196656@news20.bellglobal.com.. .
- Posted by YKhan on November 3rd, 2005
Jim wrote:
Happens equally in both cases. Sometimes I'll have trouble seeing one
wired machine from another wired machine. Sometimes I'll also have
trouble seeing a wireless machine from a wired machine, or vice-versa.
And which machine has trouble changes over the days. Sometimes I'll see
that machine A can share out its own directories to machine B, but not
viceversa. I've even had situations where in the middle of a file
transfer the Windows networking stops working, and it can no longer see
the other machine, even though it was working perfectly just minutes
ago.
I've had to resort to setup an FTP server on some of these machines in
order to share out their filesystems that I was expecting Windows
networking to handle. The FTP server works perfectly all of the time,
btw; it's just the Windows networking that's flakey. And of course, I
can't share printers with ftp.
Yousuf Khan
- Posted by YKhan on November 3rd, 2005
TweetyB wrote:
I've done this in the past, it never worked.
This I've heard of, I hear that Windows domain networking is much more
reliable than Windows workgroup networking. But I can't see why, they
must be using the same basic underlying protocols in each case. At my
current work we use Windows workgroup networking (no domains), and it
works just fine throughout the whole building (over several floors).
I've also worked at places which used domains, and it's the same story
-- very reliable.
What I'm really trying to determine here is whether these home
networking routers are responsible for this mess? I mean is a $50 or
$100 router just so bad in quality that we should expect these
problems?
Oh another thing, ftp works just fine between these machines usually,
even if the Windows networking doesn't. But my main use for Windows
networking is to share printers.
- Posted by Jim on November 3rd, 2005
Since FTP always work, this implies that it's not a hardware problem, and
not a TCP/IP problem.
Are all your systems configured to ONLY use TCP/IP? The reason I ask is, MS
use to support local connectivity ONLY w/ Netbeui (i.e., NetBIOS). Then a
few years ago, with the advent of XP, MS dropped support for Netbeui in leu
of ONLY TCP/IP, whether local or outside the local network. It just makes
one less thing MS has to support.
If Netbeui is installed, try removing it (e.g., good chance W2K has it
installed, XP usually will not by default). See what happens. If Netbeui
is NOT installed anywhere, you could try installing it. That would bypass
TCP/IP for Windows networking (i.e., local access). Granted, it doesn't
seem to be TCP/IP related, but it's a mystery at this point, so all
solutions have to be considered.
Another idea, try adding EXPLICIT names to your HOSTS file:
PC1 192.168.2.100
PC2 192.168.2.101
...etc., do this for ALL your PCs. Granted it's a hassle, and static, but
the idea here is to not require name resolution to depend on realtime
discovery by the Computer Browser service. Instead, you're making it
explicit on every PC so there's no way a name can ever fail to be resolved
to an IP address (assuming this is the problem). Worth a try.
HTH
Jim
"YKhan" <yjkhan@gmail.com> wrote in message
news:1131000485.596189.103610@g14g2000cwa.googlegr oups.com...
- Posted by Jim on November 3rd, 2005
Btw, are all your network adapters working at the same speed (e.g., 10mbps,
100mbps). Are you using Gigabit adapters by any chance (i.e., 1000mbps)?
Jim
"YKhan" <yjkhan@gmail.com> wrote in message
news:1131000485.596189.103610@g14g2000cwa.googlegr oups.com...
- Posted by CJT on November 3rd, 2005
YKhan wrote:
Set up Samba and let it handle WINS and printer sharing and the problems
will probably (in my experience) go away.
I wouldn't blame the router; it has (almost) no role.
--
The e-mail address in our reply-to line is reversed in an attempt to
minimize spam. Our true address is of the form che...@prodigy.net.
- Posted by YKhan on November 3rd, 2005
Jim wrote:
I believe so, that none of them are using any Netbeui anymore. I just
have access to my work laptop right now, since I'm not home at the
moment, and my work laptop has no Netbeui installed. And my work laptop
is the W2K machine. I'll check the other machines at home later.
Yeah, I'll look into that.
This I've done already. It hasn't helped.
Yousuf Khan
- Posted by YKhan on November 3rd, 2005
Jim wrote:
All of the ethernet connections are at 100mbps, no gigabit. The
wireless is a 802.11g at 54mbps.
Yousuf Khan
- Posted by TweetyB on November 4th, 2005
Windows Workgroup networking has always been flakey at best. It is
primarily due to the Master Browser election garbage. In a domain the
Domain Controller will always win the election, hence the whole mess
becomes more stable. Using a NIX Samba server has the same effect as a
domain controller.
cheers
- Posted by Jonathan Wilson on November 4th, 2005
WiFi as the master browser for some stupid reason.
- Posted by CJT on November 4th, 2005
Jonathan Wilson wrote:
that off. It doesn't make a whole lot of sense for a temporarily
connected machine to be browse master, but if you really wanted to,
I suspect you could turn it back on without serious consequence.
--
The e-mail address in our reply-to line is reversed in an attempt to
minimize spam. Our true address is of the form che...@prodigy.net.
- Posted by Yousuf Khan on November 6th, 2005
TweetyB wrote:
Why haven't they made open-source Samba available on Windows? ;-)
Yousuf Khan
- Posted by CJT on November 6th, 2005
Yousuf Khan wrote:
Maybe because you haven't yet volunteered to do the port?
--
The e-mail address in our reply-to line is reversed in an attempt to
minimize spam. Our true address is of the form che...@prodigy.net.