DNS and Proxy Question?

Discussion in 'Site & Server Administration' started by tdd1984, Jun 28, 2010.

  1. #1
    Is it possible to set our domain name up on a proxy. For example, if someone pings www.ourdomain.com a proxy address will return? I would like to keep our server IP hidden?
     
    tdd1984, Jun 28, 2010 IP
  2. NQhost

    NQhost Member

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #2
    No, it's not possible. When somebody ping your server, he request DNS record. And it's a bit difficult to change :)
     
    NQhost, Jun 29, 2010 IP
  3. madaboutlinux

    madaboutlinux Member

    Messages:
    250
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    43
    #3
    Right, it's not possible when you ping a domain name as it replies with the A record on the DNS servers.
     
    madaboutlinux, Jun 29, 2010 IP
  4. bvsonline

    bvsonline Peon

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can block ping request to your server by blocking the incoming ICMP request.
     
    bvsonline, Jun 29, 2010 IP
  5. madaboutlinux

    madaboutlinux Member

    Messages:
    250
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    43
    #5
    There are various ways to trace out the IP address the website is hosted on so blocking the ICMP packets won't do any good. Infact, even if you block the ICMP packets, the very first line of the ping command will show you the IP of the domain it is resolving to, so blocking of ping is not the solution here...
     
    madaboutlinux, Jun 29, 2010 IP