On Monday 13 August 2007 07:46:45 pm Boyd Lynn Gerber wrote:
Hello,
I have a strange DNS issue. I am trying to setup a PTR records for 168.192.in-addr.arpa
It works on other non Linux systems. Here is the file with x being the subsituded for real name for all 64770 records.
$TTL 3600 @ IN SOA x.x.com. root.x.x.com. ( 2007081201 ; Serial 3600 ; Refresh 1800 ; Retry 2419200 ; Expire 86400 ) ; Minimum ; IN NS @ IN NS x.x.com.
1.0.168.192. IN PTR ip1921680001.local.x.com. 2.0.168.192. IN PTR ip1921680002.local.x.com. 3.0.168.192. IN PTR ip1921680003.local.x.com. 4.0.168.192. IN PTR ip1921680004.local.x.com. ... 252.255.168.192. IN PTR ip192168255252.local.x.com. 253.255.168.192. IN PTR ip192168255253.local.x.com. 254.255.168.192. IN PTR ip192168255254.local.x.com.
Which gives me for all 65770 ip addresses.
named[3853]: master/168.192.in-addr.arpa:17923: ignoring out-of-zone data (1.0.168.192)
Just off the cuff, I believe that you do not want the period at the far right of your IP address. Change: 1.0.168.192. To: 1.0.168.192 Additionally, I think that you can safely remove some of the address. As everything is going to be between 192.168.0.1 and 192.168.255.254, I believe that you can get away with 1.0 then 2.0 then 3.0 and so on. I think that the reason that 192.168.0.1 is "out-of-zone" is that period on the right. I am no DNS wizard, but I am familiar enough to be dangerous. Hopefully someone will correct me if I am wrong. You could test with a much smaller file. Good luck, J Wright -- To unsubscribe, e-mail: opensuse-networking+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-networking+help@opensuse.org