Hating Windows XP, HELP!!!
#1
Posted 05 August 2003 - 12:05 AM
The server has a Public Static IP and the rest of the machines get private (192.168.0.x series) DHCP from a DSL router. Here is my problem...
None of the XP machines will communicate with the 2000 Server. All the other machines that are NOT XP see the server just fine. WTF!!! I tried installing NetBEUI, and NetBIOS on the server and XP workstations, still no dice. WTF am I doing wrong, this is driving me crazy!!! :x
#2
Posted 05 August 2003 - 02:51 AM
I would create a dummy folder on a one of the 9x boxes and share it then create an empty file inside of this share. See if this shows up on the network for all the machines including the server.
Now then, can I assume that all the machines are getting a DHCP address via the xDSL router then? Also all the machines are able to view the net via browsers, send/receive email etc. ?!?
Also make sure that the XP machine is getting an IP from the same subnet and that the subnets are the same for each machine, usually they are 255.255.255.0. Anything else and this will cause some issues.
One other thing to check, this has caused me some grief when it's installed. XP likes to install a QoS driver under the NIC properties. I either uncheck this or uninstall it altogether. This may or may not be an issue for you however.
You shouldn't have to use NetBIOS/NetBEuI either, TCP/IP should be the only protocol you need to have installed and bound to the NIC.
Oh, one other thing to check on the XP box, does the motherboard have a firewire port?!? If so then guess what, you get those network drivers installed as well and yes they can cause some issues too. Make sure the ethernet adapter is the first in line or ahead of the firewire or simply disable the firewire network.
#3
Posted 05 August 2003 - 03:01 AM
How do the machines see the server on TCP/IP if the server is on a public address and the workstations are on private, and different subnets.
Only way I can think of is the "Alternate IP Configuration" is that right. Otherwise you must use some other proto.
#4
Posted 05 August 2003 - 04:18 AM
Anyways, do you have two NIC's in the server ?!?
Cause the best thing to do is to have the server actually grab a DHCP address from the xDSL router as well. Unless you need/want to put it into a DMZ or some other special config.
The two NIC's would allow you to bypass the xDSL router and provide ICS via Win 2K Server, but really I don't see a need for having the server outside of the local LAN do you ?!? This way you have the xDSL router, which I presume is providing a firewall as well, some protection to all the machines including the server.
Here's my current home LAN config:
RCA Cable Modem -> Linksys BEFSR41 xDSL/Cable Gateway, this includes a firewall/dhcp/nat server -> Aopen SOHO 8 port switch -> all local machines, this includes a combo Workstation/Server box, and about 5~7 gaming rigs and some general purpose boxes.
Since the Linksys provides all the public or WAN side to local translations, all I have to do is to provide some port forwarding for some game server hosting. This box has a built-in web interface for local access and can be user/pass protected or not. Very easy to configure as well
#5
Posted 05 August 2003 - 06:06 AM
#6
Posted 05 August 2003 - 06:23 AM
255.255.255.0 you want for all internal addressing.
and the first 3 octets must match too, EG 192.168.0.x
#7
Posted 05 August 2003 - 04:43 PM
subnet 255.0
i have found that the xp boxes netbios has to be at default for it to work on our system.
we also have an nt4 server in the mix
#8
Posted 06 August 2003 - 09:42 PM
#9
Posted 07 August 2003 - 12:59 AM
I have uninstalled the QOS and disabled firewire, still no connection. This is now driving me nucking futs!!!
#10
Posted 07 August 2003 - 05:31 PM
#12
Posted 08 August 2003 - 01:25 PM
#13
Posted 08 August 2003 - 11:07 PM
Try what Xiven suggested first and let us know what happens.
As for editing the hosts file, do a search for it, most likely under the system32\drivers\etc folder. You can use notepad or any other text editor to view and edit this file. Here's the default info in the hosts file.
# Copyright © 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost

Help










