I need advice getting my bind to work properly..

Mark_Andrews at isc.org Mark_Andrews at isc.org
Thu Nov 22 11:23:24 UTC 2001


>  Hi!
> 
>  This is driving me NUTS!
>  I am trying to get my name of jellygram.net to be accessible on the
>  internet, resolved to my main system. I am running the latest BIND and have
>  it configured on Linux kernel 2.4.14, with no errors in my /var/messages
>  after I run named. I have a dsl connection, (DHCP addy UNTIL next week -
>  then it will be static but in the meantime ).  I can't get an update, nor
>  can I be contacted on the outside internet, (only pings and dig from inside
>  my local network eg. CAN do a dig jellygram.net but NO dig -x
>  jellygram.net). Can some nice people with a few extra minutes to spare of
>  thier knowlege, Please tell me where in my configuration files I am writing
>  wrongly?
> 
>  Oh, and a "whois ns1.jellygram.net", shows last weeks ip of 66.20.72.95,
>  how do I get these things Fixed with current ip of 66.20.72.143?

	You contact the registrar responible (Melbourne IT in this case)
	and submit a host update through them.

	Mark
> 
>  Thank you for your time.
> 
>  NAMED.CONF;
> 
> options { directory "/var/named/";
> forward first;
> forwarders { 168.143.168.1; 168.143.171.129; };
> query-source port 53;
> allow-query { "jellygram.net";};
> };
> zone  "." { type hint; file  "named.ca"; };
> zone  "0.0.127.in-addr.arpa" { type master; file 
> "0.0.127.in-addr.arpa.zone"; notify no;};
> zone  "72.20.66.in-addr.arpa" {	type master; file 
> "72.20.66.in-addr.arpa.zone"; notify no; };
> zone  "localhost" { type master; file "localhost.zone"; notify no; };
> zone  "jellygram.net" { type master; file "jellygram.net.zone"; notify no;
> };
> key rndc { algorithm hmac-md5 ; secret ""; };
> controls { inet 127.0.0.1 allow { localhost; } keys { rndc; }; };
> 
> 
>  localhost.zone;
> 
> $TTL 86400
> @	IN	SOA	@  root.localhost. (
> 3 ; serial
> 28800 ; refresh
> 7200 ; retry
> 604800 ; expire
> 86400 ; ttl
> )
> @	IN	NS	localhost.
> @	IN	A	127.0.0.1
> 
> 
>  jellygram.net.zone;
> 
> $TTL 86400
> @	IN	SOA	ns1.jellygram.net. root.jellgram.net. (
> 12 ; serial
> 8H ; refresh
> 2H ; retry
> 4H ; expire
> 1D ; ttl
> ) ;
> @	IN	NS	ns1.jellygram.net.
> @	IN	A	66.20.72.143
> localhost	A	127.0.0.1
> ns1	A	66.20.72.143
> mail	A	66.20.72.143
> www	A	66.20.72.143
> ftp	A	66.20.72.143
> 
> 
>  72.20.66.in-add.-arpa..zone;
> 
> $TTL 86400
> @	IN	SOA	ns1.jellygram.net. root.localhost. (
> 			5 ; serial
> 			28800 ; refresh
> 			7200 ; retry
> 			604800 ; expire
> 			86400 ; ttk
> 			)
> @	IN	NS	ns1.jellygram.net.
> 
> 1	IN	PTR	ns1.jellygram.net.
> 2	IN	PTR	ftp.jellygram.net.
> 3	IN	PTR	www.jellygram.net.
> 4	IN	PTR	mail.jellygram.net.
> 5	IN	PTR	localhost.
> 
> 
>  0.0.127.in-addr.arpa.zone;
> 
> $TTL 86400
> @	IN	SOA	ns1.jellygram.net.	root.jellygram.net (
> 5 ; serial
> 28800 ; refresh
> 7200 ; retry
> 604800 ; expire
> 86400 ; ttk
> )
> @	IN	NS	ns1.jellygram.net.
> 1	IN	PTR	localhost.
> 2	IN	PTR	ftp.jellygram.net.
> 3	IN	PTR	www.jellygram.net.
> 4	IN	PTR	mail.jellygram.net.
> 5	IN	PTR	ns1.jellygram.net.
> 
> 
> -- 
> I dated Betty Crocker...
> She was Moist n Easy!
> 
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list