AW: No Default TTL set using SOA minimum instead

Kubon, Marcus Marcus.Kubon at gzs.de
Tue Jan 30 07:55:00 UTC 2001


Hi Brian,

try this:

-- File: db.127.0.0
$TTL 86400
@	IN	SOA	ns.promedia.com. root.ns.promedia.com. (
			20010125	; Serial
			8H		; Refresh
			2H		; Retry
			1W		; Expire
			8H)		; Minimum TTL

		IN NS	ns.promedia.com.

1		IN PTR	localhost.


-- Attached file included as plaintext by Listar --
-- File: db.192.168.1

$TTL 86400
@	IN	SOA	ns.promedia.com. root.ns.promedia.com. (
			20010125	; serial
			8H		; refresh
			2H		; retry
			1W		; expire
			8H )		; minimum TTL

			IN NS	ns.promedia.com.

3			IN PTR	ns.promedia.com.
3			IN PTR	test.promedia.com.
3			IN PTR	mail.promedia.com.


It works !!!


-----Ursprüngliche Nachricht-----
Von: Brian Olivier [mailto:brian at olivier.com]
Gesendet am: Montag, 29. Januar 2001 23:02
An: comp-protocols-dns-bind at nl.net
Betreff: No Default TTL set using SOA minimum instead

Hello,

Whenever I start up my Named server the following error
shows up in the syslog, no Default TTL set using SOA
minimum instead. This happens with all the files I load. Can
anybody shine a light why this is the case. I have attached
my zone files, sorry for the inconvenience of posting
attachments.

I tested the files with DNSwalk but nothing came up about
this problem.

Any help is appreciated.

Brian






-- Attached file included as plaintext by Listar --
-- File: db.127.0.0

@	IN	SOA	ns.promedia.com. root.ns.promedia.com. (
			20010125	; Serial
			8H		; Refresh
			2H		; Retry
			1W		; Expire
			8H)		; Minimum TTL

		IN NS	ns.promedia.com.

1		IN PTR	localhost.


-- Attached file included as plaintext by Listar --
-- File: db.192.168.1

@	IN	SOA	ns.promedia.com. root.ns.promedia.com. (
			20010125	; serial
			8H		; refresh
			2H		; retry
			1W		; expire
			8H )		; minimum TTL

			IN NS	ns.promedia.com.

3			IN PTR	ns.promedia.com.
3			IN PTR	test.promedia.com.
3			IN PTR	mail.promedia.com.



-- Attached file included as plaintext by Listar --
-- File: db.promedia

@	IN	SOA	ns.promedia.com. root.ns.promedia.com. (
			20010126	; serial
			8H		; refresh
			2H		; retry
			1W		; expire
			8H )		; minimum TTL 

		IN NS	ns.promedia.com.
		

localhost	IN A	127.0.0.1
ns 		IN A	192.168.1.3
test		IN A	192.168.1.3
mail		IN A	192.168.1.3

*.promedia.com.	IN MX	0	ns.promedia.com.





More information about the bind-users mailing list