| Author |
Message |
GT4NE1
Joined: 06 Sep 2007
Posts: 5
|
| Posted: Thu Sep 06, 2007 5:39 pm Post subject: Having problem with TXT records |
|
|
So I want to experiment with DNS txt records, but I don't want to add an additional domain. I would just like to use the lixx-xx.members.linode.com domain.
Can I use DNS Manager to add a TXT record to this domain?
Thanks,
GT |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2371
Location: Galloway, NJ
|
| Posted: Thu Sep 06, 2007 5:42 pm Post subject: |
|
|
Hello,
No. You'll need to add your own domain to be able to control things like TXT records.
Regards,
-Chris |
|
| Back to top |
|
GT4NE1
Joined: 06 Sep 2007
Posts: 5
|
| Posted: Thu Sep 06, 2007 10:55 pm Post subject: |
|
|
That's what I thought.
Thanks, I've got a domain I can add. |
|
| Back to top |
|
GT4NE1
Joined: 06 Sep 2007
Posts: 5
|
| Posted: Fri Sep 07, 2007 12:34 pm Post subject: |
|
|
So I figured it out and got a/cname/mx records working great, but for some reason my txt record isn't showing up.
What's the format I need to use? Do I need to include double quotes around it? |
|
| Back to top |
|
GT4NE1
Joined: 06 Sep 2007
Posts: 5
|
| Posted: Sat Sep 08, 2007 10:44 pm Post subject: |
|
|
Anyone?
Anyone had any luck with TXT records?
Thanks,
GT |
|
| Back to top |
|
jeffml
Joined: 03 Feb 2004
Posts: 13
|
| Posted: Sun Sep 09, 2007 10:23 am Post subject: |
|
|
GT4NE1 wrote: Anyone had any luck with TXT records?
I just created one and it worked fine.
Name: test
Value: Yes
Code: ~> host -t txt test.thefoots.com ns1.linode.com
Using domain server:
Name: ns1.linode.com
Address: 69.93.127.10#53
Aliases:
test.thefoots.com descriptive text "Yes" |
|
| Back to top |
|
GT4NE1
Joined: 06 Sep 2007
Posts: 5
|
| Posted: Mon Sep 10, 2007 1:44 pm Post subject: |
|
|
Thanks for the reply jeffml,
I am still having problems with this though. It's very strange, all of my other records are working perfectly. I even tried the exact same record you mentioned you tried, but it still isn't showing up.
Name: test
Value: yes
[root@server root]# host -t txt ossplanet.com ns1.linode.com
Using domain server:
Name: ns1.linode.com
Address: 69.93.127.10#53
Aliases:
Dig reveals the same results
[root@server root# dig @ns1.linode.com -t txt ossplanet.com
; <<>> DiG 9.2.4 <<>> @ns1.linode.com -t txt ossplanet.com
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1543
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;ossplanet.com. IN TXT
;; AUTHORITY SECTION:
ossplanet.com. 86400 IN SOA ns1.linode.com. root.ossplanet.com. 2007090921 7200 7200 1209600 86400
;; Query time: 64 msec
;; SERVER: 69.93.127.10#53(69.93.127.10)
;; WHEN: Mon Sep 10 11:42:53 2007
;; MSG SIZE rcvd: 83
Any ideas? This is weird. It got to be something stupid I am doing, or not doing, though.
Here's my zone file according to DNS Manager.
$TTL 86400
@ IN SOA ns1.linode.com. root.ossplanet.com. (
2007091059
7200
7200
1209600
86400
)
@ NS ns1.linode.com.
@ NS ns2.linode.com.
@ MX 10 mail.ossplanet.com.
test TXT "yes"
trojan A 64.22.124.53
mail A 64.22.124.53
@ A 64.22.124.53
www CNAME trojan.ossplanet.com.
Thanks,
GT |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2371
Location: Galloway, NJ
|
| Posted: Mon Sep 10, 2007 5:53 pm Post subject: |
|
|
You're not specifying which record to return. Try querying for test.ossplanet.com, type txt. It works.
-Chris |
|
| Back to top |
|
| |