Thread: DNS via proxy

  1. #1
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385

    DNS via proxy

    I am trying to work something out.

    Consider a private network that connects to the Internet via a proxy server.

    When a request arrives at the proxy server that requires forwarding does the proxy perform the DNS lookup and then forward the request, or does it just forward the packet on.
    Monday - what a way to spend a seventh of your life

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    What sort of request?

    Generally speaking, as is the case in the network that I'm connected to, whenever I ask for a web page with a domain name my computer connects to the proxy's (the router's) DNS port and requests a lookup, the router then forwards that to its registered DNS server if it's not on the LAN.

    Actual HTTP requests pass through.

  3. #3
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    sorry didnt realise i'd left that bit off. It was HTTP requests i was referring to. So there is no need to consider resolving the dns and all the proxy agent needs to do is to foward it onto the network interface.?
    Monday - what a way to spend a seventh of your life

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DNS issue
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 08-02-2008, 10:15 AM
  2. Force connection through proxy
    By ShadowBeast in forum C# Programming
    Replies: 6
    Last Post: 05-02-2007, 01:35 PM
  3. Simple Proxy
    By Lina in forum C Programming
    Replies: 0
    Last Post: 04-01-2007, 12:36 PM