Results 1 to 2 of 2

Thread: Error=xxxx authorative answer: host not found 9

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2008
    Posts
    1

    Error=xxxx authorative answer: host not found 9

    I construct the winsock server and client. the probelm is if I fix the IP of RemoteHost as below:
    Winsock1.Protocol = sckTCPProtocol
    Winsock1.RemoteHost = "10.0.0.3"
    Winsock1.RemotePort = 1720 '=Text2
    Winsock1.Connect

    the program work well.

    But if i change the IP of RemoteHost as as server IP as below:
    Winsock1.Protocol = sckTCPProtocol
    Winsock1.RemoteHost = text1
    Winsock1.RemotePort = 1720 '=Text2
    Winsock1.Connect

    the program not work as well as above and appear a message with
    "Error=xxxx authorative answer: host not found 9"

    Can any body tell me what is the error in second part??????????
    Thanx

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

    Re: Error=xxxx authorative answer: host not found 9

    There's no error in the second part. What are you typing into Text1?

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