The procedure on how to connect two computer using internet as follows:
- Make sure that both computer have TCP/IP address and NetBEUI protocols have installed and function properly. If don't have, you can setup network using TCP/IP address manually.
- Make sure that "Remote Access Service" are setup and function properly.
- Findout the IP address of computer that you'd like to connect. You can search this IP address using network icon in the Control Panel. For example: "205.201.67.1"
- Set file sharing enable and share a path of your choice on computer A. For example share as "C:\" as "Internet_Drive"
- Log both computer on to internet through service provider.
- Go to computer B's "DOS?Command Prompt" and type as follows:
- NET USE X:\\205.201.67.1\Internet_Drive
- If you get a user name/password or logon error, use the command instead (after replacing noname with the actual user name and password with the matching password):
- NET USE X:\\205.201.67.1\Internet_Drive/User:Noname Password
- This will map computer B's drive X to computer A's shared path Internet_Drive, which computer A's C: drive.