Results 1 to 2 of 2

Thread: Sending back reply to a dns Client using vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2015
    Posts
    2

    Sending back reply to a dns Client using vb

    Hello people i need to create a dns server. I have can create one i dont know how to send replies to the remote host. This Is the only part i dont know.How can i reply the dns request to the remote host in vb.net
    Last edited by Davesc; Aug 17th, 2015 at 12:54 PM. Reason: wrong title

  2. #2
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    Re: Creating A DNS Server

    My first thought is that VB isn't an appropriate tool for such a thing. However, not knowing anything about how a DNS is implemented, I'd expect that its simply a TCP/IP or UDP server using a specific protocol on a specific port.

    So it sound like you have the TCP/IP server sorted, you just need to get the protocol correct.

    (I may be way off, as you'd usually just setup a computer as a DNS server - no point in reinventing the wheel, here, and doesn't serve much purpose to do so)
    "Ok, my response to that is pending a Google search" - Bucky Katt.
    "There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
    "Before you can 'think outside the box' you need to understand where the box is."

Tags for this Thread

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