Mariusz WoÅniak wrote:
Hi,

I need advice. I have working revDNS zone for my subnet (.ip6.arpa), but i still need ip6.int. Is there any record "like CNAME" which can i put in arpa zone file for ip6.int records ? Or i just have to make 2nd zone file with int records ?


#!/bin/bash sed 's/ip6.arpa/ip6.int/g' source.ip6.arpa > destination.ip6.int

Make your edits to the arpa zone, then, simply run the script above to generate your ip6.int zone.

John
_______________________________________________
6bone mailing list
[email protected]
http://mailman.isi.edu/mailman/listinfo/6bone

Reply via email to