From: angel d. <sci...@ho...> - 2008-06-22 06:53:19
|
Hello.... I created a simple Sockets server that's hosting on port 80. I created an account for DynDNS and I created dynamically DNS with my computer IP address. When I test my server using 192.168.1.102 it works perfectly however when I test my server with my computer IP (same as http://whatsmyip.org/ which is the same as DynDNS DNS) it doesn't work. When I try to create a socket with my computer Ip (http://whatsmyip.org/), it doesn't even work. It give me this error: WSAEADDRNOTAVAIL10049 Cannot assign requested address. The requested address is not valid in its context. This normally results from an attempt to bind to an address that is not valid for the local computer. This can also result from connect, sendto, WSAConnect, WSAJoinLeaf, or WSASendTo when the remote address or port is not valid for a remote computer (for example, address or port 0). Can someone help me on how can I host my C++ server using my own computer ip (http://whatsmyip.org/).? _________________________________________________________________ The i’m Talkathon starts 6/24/08. For now, give amongst yourselves. http://www.imtalkathon.com?source=TXT_EML_WLH_LearnMore_GiveAmongst |