|
-
Nov 8th, 2004, 07:35 PM
#1
Thread Starter
Ex-Super Mod'rater
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.

-
Nov 8th, 2004, 08:27 PM
#2
Thread Starter
Ex-Super Mod'rater
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.

-
Nov 9th, 2004, 03:41 AM
#3
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.
-
Nov 9th, 2004, 03:43 AM
#4
-
Nov 9th, 2004, 04:55 AM
#5
New Member
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
-
Nov 9th, 2004, 05:36 AM
#6
Retired VBF Adm1nistrator
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]
-
Nov 9th, 2004, 05:45 AM
#7
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]
-
Nov 9th, 2004, 09:48 AM
#8
Retired VBF Adm1nistrator
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]
-
Nov 9th, 2004, 12:03 PM
#9
Thread Starter
Ex-Super Mod'rater
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.

-
Nov 9th, 2004, 02:48 PM
#10
don't you want to flush the cache?
-
Nov 9th, 2004, 08:31 PM
#11
Thread Starter
Ex-Super Mod'rater
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.

-
Nov 9th, 2004, 08:36 PM
#12
Retired VBF Adm1nistrator
You trying this from behind your router?
... and what are you still doing up?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 9th, 2004, 08:50 PM
#13
Thread Starter
Ex-Super Mod'rater
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.

-
Nov 9th, 2004, 08:55 PM
#14
Thread Starter
Ex-Super Mod'rater
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.

-
Nov 10th, 2004, 12:19 AM
#15
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.
-
Nov 10th, 2004, 12:20 AM
#16
Re: Re: Re: DNS Records...
Originally posted by plenderj
Mail Exchanger to be precise
Oh yay
-
Nov 10th, 2004, 01:30 AM
#17
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.
-
Nov 10th, 2004, 03:32 AM
#18
Retired VBF Adm1nistrator
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]
-
Nov 10th, 2004, 04:42 AM
#19
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.
-
Nov 10th, 2004, 06:38 AM
#20
Thread Starter
Ex-Super Mod'rater
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.

-
Nov 10th, 2004, 07:23 AM
#21
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.
-
Nov 18th, 2004, 05:22 PM
#22
Retired VBF Adm1nistrator
Of course I proved you wrong - didn't you know I'm always right
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 18th, 2004, 05:31 PM
#23
Thread Starter
Ex-Super Mod'rater
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|