+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 45

Thread: How DO I? Setup RDNS

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Indiana
    Posts
    127

    Post How DO I? Setup RDNS

    To set up RDNS you need to have your IP’s Delegated to you from FDC then you need to add it to named.conf and you will need to also create a new PTR for each IP range
    Lets say you have a Class C address and you have 66.90.111.50-75 you will need to add a line like this to named.conf

    zone "111.90.66.in-addr.arpa" IN {
    type master;
    file "/var/named/66.90.111.db";
    allow-update { none; };
    };
    Then you will need to create a new zone file something like this
    $TTL 86400
    @ IN SOA ns1.yourhost.com. yourcontact.emailaddress.com. (
    2005021601 ; serial
    28800 ; refresh
    14400 ; retry
    3600000 ; expire
    86400 ; ttl
    )
    IN NS ns.yourhost.com.
    50 IN PTR WhatEverYouWant.Com.
    51 IN PTR WhatEverYouWant.Com.
    52 IN PTR WhatEverYouWant.Com.
    53 IN PTR WhatEverYouWant.Com.
    54 IN PTR WhatEverYouWant.Com.
    55 IN PTR WhatEverYouWant.Com.
    And so on…..

    Any questions just ask!
    Zach

  2. #2

    Thumbs up

    Sticky
    Aggelos P.
    --
    http://www.fdcservers.net - FDCservers.net LLC
    Colocation / Dedicated & Virtual Servers / CDN

  3. #3
    Join Date
    Dec 2004
    Location
    USA - PA
    Posts
    915

    Default

    thank you for taking the time out to write this! ill be sure to use it when i play around with it.

    thanks again.
    "Dreams come true. Without that possibility, nature would not incite us to have them!"
    "America is a vast conspiracy to make you happy."
    "Brain: an apparatus with which we think we think."

  4. #4
    Join Date
    Apr 2005
    Posts
    64

    Default

    Does this means that if you do this, when you go to IRC, your host will be listed as the one you specified such as 50 IN PTR WhatEverYouWant.Com? Kinda reverse dns spoofing huh?

  5. #5
    Join Date
    Dec 2004
    Location
    Canada
    Posts
    1,139

    Default

    You can only apply Rdns for the ips u own, and yes, u can make it resolve whatever u want

  6. #6
    Join Date
    Apr 2005
    Posts
    2

    Default Ipv6 ?

    And how bout IPv6 RDnS ? can someone shed some light on that ?



    cheers

  7. #7
    Join Date
    Aug 2005
    Location
    in the HELL!! well, looks like hell...
    Posts
    1,088

    Default

    really interesting...

  8. #8
    Join Date
    Dec 2004
    Location
    British Columbia, Canada West Coast
    Posts
    84

    Default

    Thx zmenchhofer.

    If I have the domains' dns managed at dnsmadeeasy, should the reverse dns be done at the server or at dnsmadeeasy?

  9. #9
    Join Date
    Jan 2005
    Location
    Indiana
    Posts
    127

    Default

    depends where you have the ips delegated to

  10. #10
    Join Date
    Dec 2004
    Location
    British Columbia, Canada West Coast
    Posts
    84

    Default

    if I have ips delegated,
    do I do the reverse dns on my server here at FDC or
    I do the reverse dns at dnsmadeeasy the service I use for my dns management for alll my domains but
    my server is running dns and bind?

    Thx

+ Reply to Thread

Similar Threads

  1. Problems with RDNS on VPS
    By Albie in forum Linux/Unix discussion
    Replies: 8
    Last Post: 04-22-2007, 12:43
  2. rDNS are not working
    By chandro in forum Linux/Unix discussion
    Replies: 5
    Last Post: 11-02-2006, 21:43
  3. rdns help urgent please
    By codeunix in forum HOW TO
    Replies: 18
    Last Post: 06-28-2006, 19:22
  4. Rdns
    By genxweb in forum Pre-Sales Questions
    Replies: 9
    Last Post: 08-22-2005, 19:50
  5. need help setting RDNS.
    By mikron15 in forum Linux/Unix discussion
    Replies: 8
    Last Post: 03-22-2005, 11:20

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts