9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] dns ptr records.
@ 2007-10-04 21:27 erik quanstrom
  0 siblings, 0 replies; 5+ messages in thread
From: erik quanstrom @ 2007-10-04 21:27 UTC (permalink / raw)
  To: 9fans

the new style for delegating a sub-class c network is to have
the ns for the class c return

d.b.c.a.in-addr.arpa	cname	d.net.c.b.a.in-addr.arpa

for example

	133.39.14.65.in-addr.arpa -> cname 133.128.39.14.65.in-addr.arpa

since a.b.c.net.d is not a valid ip address, i'm not sure how to return
ptr records with ndb/dns for such a setup.

is this possible with ndb/dns (without extensive work)?

- erik


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] dns ptr records.
  2007-10-08 16:01   ` Tim Wiess
@ 2007-10-08 17:28     ` erik quanstrom
  0 siblings, 0 replies; 5+ messages in thread
From: erik quanstrom @ 2007-10-08 17:28 UTC (permalink / raw)
  To: 9fans

On Mon Oct  8 12:01:08 EDT 2007, tim@nop.cx wrote:
> delayed response, but thanks for letting everyone know....
> 

thank you.

it appears that the last step is not required.
once the soa is declared, you're done.

- erik


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] dns ptr records.
  2007-10-05 17:27 ` erik quanstrom
@ 2007-10-08 16:01   ` Tim Wiess
  2007-10-08 17:28     ` erik quanstrom
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Wiess @ 2007-10-08 16:01 UTC (permalink / raw)
  To: 9fans

delayed response, but thanks for letting everyone know....


> thanks to geoff for pointing me in the correct direction.
> 
> the rfc in question is rfc 2317.  i'll outline what's required,
> since it wasn't obvious to me.
> 
> here's an example setting up t2317 ptr records for 65.14.39.130 and
> 65.14.39.131 in the network 64.14.39.128/123.
> 
> 	# first we have to have the correct ipnet setup.
> 	# dns needs this information to find the netmask.
> 	
> 	ipnet=coraidt1 ip=65.14.39.128 ipmask=/123
> 		# other stuff you may need goes here.
> 	
> 	# next we need to declare our dom.  dns normally does this
> 	# for us, but for 2317-style reverse lookups, we do it ourselves.
> 	
> 	dom=128.39.14.65.in-addr.arpa soa=
> 		refresh=3600 ttl=3600
> 		ns=ns1.coraid.com
> 		ns=ns2.coraid.com
> 	
> 	# and the entries.
> 	dom=130.128.39.14.65.in-addr.arpa
> 	dom=131.128.39.14.65.in-addr.arpa
> 
> - erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] dns ptr records.
@ 2007-10-05 18:17 erik quanstrom
  0 siblings, 0 replies; 5+ messages in thread
From: erik quanstrom @ 2007-10-05 18:17 UTC (permalink / raw)
  To: 9fans

thanks to geoff for pointing me in the correct direction.

the rfc in question is rfc 2317.  i'll outline what's required,
since it wasn't obvious to me.

here's an example setting up t2317 ptr records for 65.14.39.130 and
65.14.39.131 in the network 64.14.39.128/123.

	# first we have to have the correct ipnet setup.
	# dns needs this information to find the netmask.
	
	ipnet=coraidt1 ip=65.14.39.128 ipmask=/123
		# other stuff you may need goes here.
	
	# next we need to declare our dom.  dns normally does this
	# for us, but for 2317-style reverse lookups, we do it ourselves.
	
	dom=128.39.14.65.in-addr.arpa soa=
		refresh=3600 ttl=3600
		ns=ns1.coraid.com
		ns=ns2.coraid.com
	
	# and the entries.
	dom=130.128.39.14.65.in-addr.arpa
	dom=131.128.39.14.65.in-addr.arpa

- erik


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] dns ptr records.
       [not found] <af3fc62915bf50a173c92679ba0d36b3@plan9.bell-labs.com>
@ 2007-10-05 17:27 ` erik quanstrom
  2007-10-08 16:01   ` Tim Wiess
  0 siblings, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2007-10-05 17:27 UTC (permalink / raw)
  To: geoff; +Cc: 9fans

thanks to geoff for pointing me in the correct direction.

the rfc in question is rfc 2317.  i'll outline what's required,
since it wasn't obvious to me.

here's an example setting up t2317 ptr records for 65.14.39.130 and
65.14.39.131 in the network 64.14.39.128/123.

	# first we have to have the correct ipnet setup.
	# dns needs this information to find the netmask.
	
	ipnet=coraidt1 ip=65.14.39.128 ipmask=/123
		# other stuff you may need goes here.
	
	# next we need to declare our dom.  dns normally does this
	# for us, but for 2317-style reverse lookups, we do it ourselves.
	
	dom=128.39.14.65.in-addr.arpa soa=
		refresh=3600 ttl=3600
		ns=ns1.coraid.com
		ns=ns2.coraid.com
	
	# and the entries.
	dom=130.128.39.14.65.in-addr.arpa
	dom=131.128.39.14.65.in-addr.arpa

- erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-08 17:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-04 21:27 [9fans] dns ptr records erik quanstrom
     [not found] <af3fc62915bf50a173c92679ba0d36b3@plan9.bell-labs.com>
2007-10-05 17:27 ` erik quanstrom
2007-10-08 16:01   ` Tim Wiess
2007-10-08 17:28     ` erik quanstrom
2007-10-05 18:17 erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).