Results 1 to 5 of 5

Thread: Winsock Connection

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    8

    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?

  2. #2
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Winsock Connection

    Yes, and if you have a router, you should also do that, but then make sure you forward the ports

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    8

    Re: Winsock Connection

    How do I forward ports?

  4. #4
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    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.

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    8

    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
  •  



Click Here to Expand Forum to Full Width