Link to home
Start Free TrialLog in
Avatar of phucphan43
phucphan43

asked on

connect pc to pc

How can I connect my computer to another computer by internet?
Avatar of MAVERICK
MAVERICK
Flag of United States of America image

What type of connection?? OS's etc?
A VPN program might work, or you could try PCanyware.

As standard, Neibourhood networking wont work accross the internet. One way could be to use a NAT program to route the data to a port which will work across the internet, Try NAT32 (www.nat32.com)

Please assist by providing more information,

Maverick

ASKER CERTIFIED SOLUTION
Avatar of Otta
Otta

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joopv
>How can I connect my computer to another computer by internet?

If both computers are connected  to the internet the are also connected to each other.  Just try it:

- first find out the ip address of both computers.  Use the winipcfg program for this (start - run - winipcfg - choose right adapter:ppp when you use a dialup by modem/isdn, network adapter when you use cable)

- then try the ping command : ping a.b.c.d  where a.b.c.d is the ip address of the other system.  As you can see the other systems responds to the ping packets and you can see the delay in between.

Your next job is to do something useful with your just-found connectivity.  Like file sharing.

A lot of cable ISP's filter out the ip ports (137-139) that are used by windows networking.  In such a case a PORT remapper (not an address remapper) would be useful.  If NAT32 does that it could be useful.

Remember however that browsing won't work since it is (usually) based on broadcasting.  So use "find computer" (with the ip address) or use the "net use" command from a dos box.