|
-
May 5th, 2006, 11:11 AM
#1
Thread Starter
New Member
Winsock Connection
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?
-
May 5th, 2006, 11:27 AM
#2
Re: Winsock Connection
Yes, and if you have a router, you should also do that, but then make sure you forward the ports
-
May 5th, 2006, 12:42 PM
#3
Thread Starter
New Member
-
May 5th, 2006, 01:39 PM
#4
Re: Winsock Connection
That depends on your router.
Usually you can find an option called "Persistant Port Forwarding"
You specify the internal IP address for your computer (IE- 192.168.0.55), and select which ports you want to be forwarded to it.
-
May 5th, 2006, 01:54 PM
#5
Thread Starter
New Member
Re: Winsock Connection
Thank you. I've figured out what's going on.
http://www.portforward.com had a bunch of good information.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|