OK, I am going to assume you know something about IP and ARP tables?? If not, this may be difficult to resolve. First off, since you do not have a DNS server and are only pinging the devices, the workstations and servers must either a) be on the same segment and the subnetwork must be identicle, or b) have a default gateway specified in order for ARP to work if the devices are on separate subnetworks. In your statement, you mention that there is no router?? So my next question would be to you is the following: You have two segments, what is an IP Address of one of your workstations and the subnet mask, and what is the IP address of the segment in which the servers reside with its corresponding subnet mask?<br><br>IP Addressing 101 basics:<br><br>Example: 192.168.0.1 with a subnet mask of 255.255.255.0 this means the the sub network number is 192.168.0.0 in either case, both servers need to be on the same sub network number or they will not work. Since you have no router or default gateway specified, the workstations would also have to be on this same sub-network, or they to will not be able to communicate with the servers.<br><br>You mentioned that you have 2 separate segments, and no router or default gateway, thats fine in the IPX world with Novell 4.x, but with NT and NW 5, its an IP realm, and no two sub-networks can exist on the same wire. This would require a router in between the two in order to work.<br><br>Example: 192.168.0.1 for Novell and 192.168.0.5 for the NT (This will allow both servers to communicate because they both reside on the 192.168.0.0 sub network, please note that the workstations would also have to be on the same sub-network as well in order to communicate with the servers via IP. If by chance you decided to do something like:<br><br>192.168.0.1 for novell and 192.168.1.1 for nt and had them both plugged into the same segment with the 255.255.255.0 subnet mask, guess what? No Talky!! Why: because the novell server would be on the 192.168.0.0 subnet and the NT server would be on the 192.168.1.0 subnet and in order for two different subnets to talk they need a ROUTER in between them. That would more than likely explain why the server would work when it is moved to the other segment although it does not explain why your pc's can't see it and how it is routing from segment a to segment b and vice versa. So if you know about IP, then I hope I did not regurgitate something you already knew, if not, then consider this lesson 101 basic IP addressing.<br><br><br>Your 192.168.0.x with a subnets mask of 255.255.255.0 breaks down like this:<br><br>IP Address 192 . 168 . 0 . X<br>Subnet Mask 255 . 255 . 255 . 0<br>Subnetwork 192 . 168 . 0 . 0<br>Broadcast 192 . 168 . 0 . 255<br>Low Host 192 . 168 . 0 . 1<br>High Host 192 . 168 . 0 . 254 <br><br><br>I would move to an IP Addressing scheme that is like this.<br><br>192.168.x.x where x is your host number and use a subnet mask of 255.255.0.0 this would make your sub-network number 192.168.0.0 and it would allow for you to have more hosts.<br><br>Example:<br><br>IP Address 192.168.0.1<br>Subnet Mask 255.255.0.0<br>Subnetwork 192.168.0.0<br>Broadcast 192.168.255.255<br>Low Host 192.168.0.1<br>High Host 192.168.255.254<br><br>This way you could specify your addressing something like this<br><br>192.168.1.X For 95/98 Machines<br>192.168.2.x For NT Machines<br>192.168.6.X For Novell Servers<br>192.168.7.X For NT Servers<br><br>and it would allow for growth etc. Please, take this only as advice, since I am not familiar with your IP environment and its actual configuration. These are just scenarios that may help with troubleshooting the problem you are currently dealing with.<br><br>I have seen a similar situation on our test network, and it had to do with the IP addressing, and having two different sub network numbers, once I ironed this out, and got rid of the default gateway stuff, everything worked. Our test environment at the time, had one hub and no router.<br><br>I would also encourage you to become familiar with ARP, from the workstation you can do ARP -a which will display the IP addrs and mac addresses of the devices it resolves. This would also apply to the NT server. On the Novell server, you need to load TCPCON, and I believe you need to select TCP/IP and address resolution??? Dont hold me to this, I know it is tcpcon, but not sure about the menu selection. You can look at support.novell.com and search for tcpcon and arp.<br><br>How ARP works, first, when the device try's to communicate with another device, it checks its arp cache to see if the IP/Mac address exists. If it does, it knows how to reach the host. if it does not contain this information, an ARP Broadcast goes out, this is where the boradcast address and subnetwork number come into play. The arp broad cast is generated and basically asks "Does anyone on this "sub-network" have the IP address of x.x.x.x?" Notice I said sub-network, if no one on the sub-network replies, then the asking device looks to see if it has a default gateway, in which case you do not, if you did, the request would go there, and the DG would resolve the ip to mac host and respond back to the requesting device.<br><br>For testing, you can delete each entry in the arp table and when you ping the IP address of the device, the ARP tabe will update itself with the proper IP/Mac addr of the device you are pinging.<br><br>Thats about all I can offer for now...feel free to email me with more detailed information and I will try to offer any additional help if needed.<br><br><br>Also, if you want to manage your NT server via NWadmin, consider investing in NDS for NT, it makes life easier and you don't have to deal with trust relationships.<br><br> <p>Mark C. Greenwood, Certified N<br><a href=mailto:m_jgreenwood@yahoo.com>m_jgreenwood@yahoo.com</a><br><a href= > </a><br> I have been working in the industry for a little more than 10 years. I hold a current CNE certification for Intranetware 4.11<br>
I will be achieving my CNE 5 in the near future, hopefully before Novell's CCR deadline. I also have my Bachelors<br>
of S