Results 1 to 6 of 6
I am facing similar issue in DNS
when i execute the below command
dnssec-signzone -o secv6.your.domain secv6.your.domain
dnssec-signzone: error: dns_rdata_fromtext: secv6.your.domain:13: near '1D': extra input text
dnssec-signzone: failed loading zone ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-16-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 3
DNS IPV6 problem
I am facing similar issue in DNS
when i execute the below command
dnssec-signzone -o secv6.your.domain secv6.your.domain
dnssec-signzone: error: dns_rdata_fromtext: secv6.your.domain:13: near '1D': extra input text
dnssec-signzone: failed loading zone from 'secv6.your.domain': extra input text
below is config
$TTL 86400
$ORIGIN secv6.your.domain.
@ IN SOA secv6.your.domain. hostmaster.your.domain. (
2002011442 ; Serial number (yyyymmdd-num)
3H ; Refresh
15M ; Retry
1W ; Expire
1D ) ; Minimum
IN MX 10 noah.your.domain.
IN NS ns.secv6.your.domain.
$ORIGIN secv6.your.domain.
ns 1D IN AAAA fec0::1:250:b7ff:fe14:35d0 1D IN A6 0 fec0::1:250:b7ff:fe14:35d0
secv6.your.domain. 1D IN AAAA fec0::1:250:b7ff:fe14:35d0 1D IN A6 0
fec0::1:250:b7ff:fe14:35d0
pc2 1D IN AAAA fec0::1:250:b7ff:fe14:35d0 1D IN A6 0
fec0::1:250:b7ff:fe14:35d0
pc3 1D IN A6 0 fec0::1:250:b9ff:fe00:131 1D IN AAAA
fec0::1:250:b9ff:fe00:131
pc6 1D IN A6 0 fec0::1:250:b7ff:fe14:3617 1D IN AAAA
fec0::1:250:b7ff:fe14:3617
pc4 1D IN A6 0 fec0::1:250:b7ff:fe14:35c4 1D IN AAAA
fec0::1:250:b7ff:fe14:35c4
pc5 1D IN A6 0 fec0::1:250:b7ff:fe14:361b 1D IN AAAA
fec0::1:250:b7ff:fe14:361b
pc7 1D IN A6 0 fec0::1:250:b7ff:fe14:365a 1D IN AAAA
fec0::1:250:b7ff:fe14:365a
pc1 1D IN A6 0 fec0::1:250:b9ff:fe00:12e 1D IN AAAA
fec0::1:250:b9ff:fe00:12e
pc1 1D IN A6 0 fec0:0:0:1::1 1D IN AAAA fec0:0:0:1::1
$INCLUDE "/var/named/master/Ksecv6.your.domain.+003+45270"
please help in resloving this prob
- 02-16-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello and welcome to the forums!

Replying to old threads and/or hijacking the threads of others for your own use is not the proper way to ask for help, so I've moved your post here to create a new thread specifically for your use.oz
- 02-18-2011 #3
Can you repost the above zone file, this is a zone file and not a config file, in between CODE tags?
I want to see the exact format that you are using and the CODE tag preserve this.
- 02-21-2011 #4Just Joined!
- Join Date
- Feb 2011
- Posts
- 3
Hi,
Thanks for the response, I just copied the snippet from the linux journal and copied to the secv6.your.domain. Didn't change anything in it .Below is the zone
file that is present in secv6.your.domain.If you want different information , pls let me know
$TTL 86400
$ORIGIN secv6.your.domain.
@ IN SOA secv6.your.domain. hostmaster.your.domain. (
2002011442 ; Serial number (yyyymmdd-num)
3H ; Refresh
15M ; Retry
1W ; Expire
1D ) ; Minimum
IN MX 10 noah.your.domain.
IN NS ns.secv6.your.domain.
$ORIGIN secv6.your.domain.
;ns 1D IN AAAA fec0::1:250:b7ff:fe14:35d0 1D IN A6 0 fec0::1:250:b7ff:fe14:35d0
secv6.your.domain. 1D IN AAAA fec0::1:250:b7ff:fe14:35d0 1D IN A6 0
fec0::1:250:b7ff:fe14:35d0
pc2 1D IN AAAA fec0::1:250:b7ff:fe14:35d0 1D IN A6 0
fec0::1:250:b7ff:fe14:35d0
pc3 1D IN A6 0 fec0::1:250:b9ff:fe00:131 1D IN AAAA
fec0::1:250:b9ff:fe00:131
pc6 1D IN A6 0 fec0::1:250:b7ff:fe14:3617 1D IN AAAA
fec0::1:250:b7ff:fe14:3617
pc4 1D IN A6 0 fec0::1:250:b7ff:fe14:35c4 1D IN AAAA
fec0::1:250:b7ff:fe14:35c4
pc5 1D IN A6 0 fec0::1:250:b7ff:fe14:361b 1D IN AAAA
fec0::1:250:b7ff:fe14:361b
pc7 1D IN A6 0 fec0::1:250:b7ff:fe14:365a 1D IN AAAA
fec0::1:250:b7ff:fe14:365a
pc1 1D IN A6 0 fec0::1:250:b9ff:fe00:12e 1D IN AAAA
fec0::1:250:b9ff:fe00:12e
pc1 1D IN A6 0 fec0:0:0:1::1 1D IN AAAA fec0:0:0:1::1
$INCLUDE "/var/named/master/Ksecv6.your.domain.+003+45270"
- 02-21-2011 #5
Now if you could repost your snippet using the CODE tags as requested. I want to keep the format of how it is in the files without the line breaks. To get the CODE tags click on the '#' above the posted window and then paste your text in between them.
What you have posted looks to be completely wrong format I am trying to ensure it is correct.
- 02-21-2011 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
hello, ssss
code tags look like this:
[ CODE ]your code goes here[ /CODE ]
...being sure to remove the spaces on each side of the word "code" between the brackets so that it will post like this:
Code:your code goes here
oz


Reply With Quote

