Results 1 to 23 of 23

Thread: DNS Records... -[RESOLVED]-

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Resolved DNS Records... -[RESOLVED]-

    Can someone give me the low down on DNS records. Like what are:
    A Records
    MX Records
    CNAME Records

    And which do I need to use if I wanted to make a domain point at a certain IP address......I can guess A Records would be for that and MX & CNAME have somethign to do with email but I'm not all that sure .

    Thanx for any help .

    EDIT: If you could also explain what TTL is please.
    Last edited by Electroman; Nov 10th, 2004 at 06:36 AM.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  2. #2

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    To add a little more info I added a A Record to see if i could get it working but it dont .

    The A Records that already exist are:
    Code:
    Name                      TTL    CLASS  TYPE  DATA
    
    Fixed Records:
    electromanuk.com          86400   IN     A   64.xxx.xxx.xxx
    *.electromanuk.com        86400   IN     A   64.xxx.xxx.xxx
    
    Custom Records:
    testing.electromanuk.com  86400   IN     A   81.xxx.xxx.xxx
    This doesn't work because I think the wildcard is catching it when I put testing.electromanuk.com in, anyone think I'm doing something wrong or should I be asking my host if they can alter the order the records occour.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  3. #3
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    TTL is Time To Live (for the record) I think that you have to sync things with the DNS server. I don't remember how, though.
    I had DNS server on my W2K machine, that is offline and packed up at the moment.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: DNS Records...

    Originally posted by Electroman
    Can someone give me the low down on DNS records. Like what are:
    A Records
    MX Records
    CNAME Records

    And which do I need to use if I wanted to make a domain point at a certain IP address......I can guess A Records would be for that and MX & CNAME have somethign to do with email but I'm not all that sure .

    Thanx for any help .

    EDIT: If you could also explain what TTL is please.
    A Records - the ip address for the domain to point to.
    MX Records - Mail server
    CNAME Records - Canonicalized, or aliases to another domain you want to point to. Generally ignored.

    Use A for pointing to IP address.

    TTL is Time TO Live, used when pinging.

  5. #5
    New Member seismicweasel's Avatar
    Join Date
    Jun 2003
    Posts
    5

    Re: Re: DNS Records...

    Originally posted by mendhak
    TTL is Time TO Live, used when pinging.
    Um, no.

    The TTL is the length of time that the DNS should be cached for before being requested again.

    A DNS record with a high TTL would be cached by other DNS servers (and your local DNS cache) for a long period of time. Its the reason that DNS records can take days to propagate around the internet when they get updated since most DNS servers will rely on their cached information until the TTL expires.
    "Politics is the art of looking for trouble, finding it everywhere,
    diagnosing it incorrectly, and applying the wrong remedies." -- Groucho Marx

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: Re: DNS Records...

    Originally posted by mendhak
    MX Records - Mail server
    Mail Exchanger to be precise
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    When you make a change to your DNS records you need to give it a least 72 hours for the changes to propegate. It may be less depending on the TTL's of the name servers.

    [joke]
    Hey Mend, I can't believe you forgot SND records (Sandpaper Records)
    [/joke]
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  8. #8
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    I made a product called "WhoWiz", that's basically a reverse dns utility. Our slogan was:

    WhoWiz - The Award Winning SND.

    ... nobody got it
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  9. #9

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Posted by plenderj
    I made a product called "WhoWiz", that's basically a reverse dns utility. Our slogan was:

    WhoWiz - The Award Winning SND.

    ... nobody got it
    ...and there is a file not found error when I try to download it .


    Also BTW there is an update to my progress: I just tested it again and the URL does send me to my IP address but the funny thing is it seems to be working cos it asks for my username and password but when I enter them correctly I get to see the welcome screen for my websites server . I guess this is just a cache issue but refreshing doesn't help...I have a few other things to try first though.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  10. #10
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    don't you want to flush the cache?

  11. #11

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Posted by dglienna
    don't you want to flush the cache?
    normally usign the refresh button should force it to use a new version of the page but its still the same. When I goto the url it is pointing me to my Router which then asks for a username & password....If I give the correct ones then it shows me the page that is on the server and isn't where the url should point but is where it would point if the record didn't exist. Very strange.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  12. #12
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    You trying this from behind your router?
    ... and what are you still doing up?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  13. #13

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Posted by plenderj
    You trying this from behind your router?
    ... and what are you still doing up?
    Yea I'm behind my router, didn't think of that, I could try it from outside, will give that a go in a sec.....

    Yea I finished work at 1 and i ain't got Uni tomorrow . But your still up and your in the same time zone .
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  14. #14

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Yea that was the one, I just connected to a Uni PC and made it visit the URL, It worked correctly .
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  15. #15
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Re: Re: DNS Records...

    Originally posted by seismicweasel
    Um, no.

    The TTL is the length of time that the DNS should be cached for before being requested again.

    A DNS record with a high TTL would be cached by other DNS servers (and your local DNS cache) for a long period of time. Its the reason that DNS records can take days to propagate around the internet when they get updated since most DNS servers will rely on their cached information until the TTL expires.
    My mistake.

  16. #16
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Re: Re: DNS Records...

    Originally posted by plenderj
    Mail Exchanger to be precise
    Oh yay

  17. #17
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Originally posted by Electroman
    Yea that was the one, I just connected to a Uni PC and made it visit the URL, It worked correctly .
    I had to put a name server on my LAN to get my domain name working inside my LAN.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  18. #18
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    You see you cannot test NAT from inside your network. And if you'd a name server setup inside the network, it was probably pointing at the LAN address for your server, not the WAN...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  19. #19
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Originally posted by plenderj
    You see you cannot test NAT from inside your network. And if you'd a name server setup inside the network, it was probably pointing at the LAN address for your server, not the WAN...
    I seem to remember discussing this topic with you in another thread. I was going to post a link but I can't find it.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  20. #20

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Posted by visualAd
    I seem to remember discussing this topic with you in another thread. I was going to post a link but I can't find it.
    http://www.vbforums.com/showthread.p...hreadid=300591

    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  21. #21
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Nope, not that one. It was in this forum, I can remember having a heated discussion with Jamie before he finally proved me wrong. But it still boils down to the fact, Netgear Suck, becuase they port forward/NAT requests to the external IP address.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  22. #22
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Of course I proved you wrong - didn't you know I'm always right
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  23. #23

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Posted by plenderj
    Of course I proved you wrong - didn't you know I'm always right
    It took you over a week to come up with that?
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

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