I'm using VB6 to develop a simple program (using Winsock) that coworkers can post sick/leave dates to. This requires a client application stored outside the LAN to connect to a server on the LAN (for now my computer). Since I can't connect to a 192.0.0.0 LAN IP from my home how do I specify where to find the server set to listen? I did an IP Lookup on the server computer by visiting http://www.whatismyip.com/. Should that be the target my client application tries to connect to?