networking

I am trying to do some vb networking programming. I have a Windows 2000 server and a client (windows 95). Please tell me how to connect the client to server as a LAN and server to client. That is, what I should do on server pc and what on client. I checked server which indicates the LAN in on. this is windows networking question, not vb. thanks
[346 byte] By [lindawqu] at [2007-11-17 17:09:41]
# 1 Re: networking
What type of connection are you talking about? Are you trying to do Resource Mapping such as drive mapping, printer mapping? Or are you trying to use TCP/IP connection?

-Cool Bizs
coolbiz at 2007-11-10 0:22:35 >
# 2 Re: networking
resource mapping (drive mapping) thanks
lindawqu at 2007-11-10 0:23:35 >
# 3 Re: networking
Okay ... now what exactly is the problem? Sorry .. your question is too generic. We need to know more before we can help :)

-Cool Bizs
coolbiz at 2007-11-10 0:24:43 >
# 4 Re: networking
when I tried to map drive, the msg says something like "drive not found"
lindawqu at 2007-11-10 0:25:37 >
# 5 Re: networking
Okay ... this might now be a good thread to discuss this. Private Message me with these information:
1. What is the Server OS - Client OS?
2. Are you connecting from SERVER to CLIENT or the other way around?
3. Do you have TCPIP installed or just Microsoft Network?
4. If TCPIP, have you tried using PING to check the network connectivity?

Of course I have more questions once I get these answers from you.

-Cool Bizs
coolbiz at 2007-11-10 0:26:47 >
# 6 Re: networking
thanks

actually the answers to your questions are in my first post.

Okay ... this might now be a good thread to discuss this. Private Message me with these information:
1. What is the Server OS - Client OS?

server: windows 2000
client: windows 95
2. Are you connecting from SERVER to CLIENT or the other way around?

from and to
3. Do you have TCPIP installed or just Microsoft Network?

yes
4. If TCPIP, have you tried using PING to check the network connectivity?

failed

Of course I have more questions once I get these answers from you.
lindawqu at 2007-11-10 0:27:43 >
# 7 Re: networking
please give me a help. thanks
lindawqu at 2007-11-10 0:28:44 >
# 8 Re: networking
for networking use the microsoft network controler
(add with ctrl + T)
$corpion at 2007-11-10 0:29:48 >
# 9 Re: networking
Not sure how your client and server is setup. But if you want to try, you can configure it this way:
Server:
IP: 192.168.0.1
Subnet: 255.255.255.0
Gateway: 192.168.0.1

Client:
IP: 192.168.0.2
Subnet: 255.255.255.0
Gateway: 192.168.0.2

Now from the server, ping the client and vice versa. Does this work?

-Cool Bizs
coolbiz at 2007-11-10 0:30:41 >