Results 1 to 2 of 2

Thread: Wireless Router Problem

  1. #1

    Thread Starter
    Hyperactive Member kazar's Avatar
    Join Date
    Apr 2006
    Location
    UK
    Posts
    323

    Wireless Router Problem

    Hey,

    I was using CV Michael's SendFileWinsockProject, and found that, while i could send files to my laptop, which has a wireless connection to a router which my main computer is plugged into via a lan cable, i could not send files back. It acted as though it simply couldn't find the server App.

    Any ideas?
    KAZAR

    The Law Of Programming:

    As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
    __________________________________
    www.startingqbasic.co.uk

  2. #2
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: Wireless Router Problem

    Hi,

    I'm not familiar with the code you're using but the problem sounds more like a NAT issue in the Router or a firewall issue which is blocking unsolicited requests to the server. ie the server can send to the laptop Ok but the laptop is being 'blocked' by something when trying to do the reverse. If the router is performing some NAT you will probably need to look at the configuration to find out the 'proper' IP address to use for the server. It may help to look at the Winsock.RemoteHost property in the laptop when you perform a successful transfer to the laptop.

    Regards
    Doug

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