On Wed, Aug 06, 2003 at 13:40:29 -0300, The Hermit Hacker <[EMAIL PROTECTED]> wrote: > > just looking at the rsyncd.conf file on svr1 itself, is the following a > valid address: > > hosts allow = \ > 114.73.139.66.in-addr.arpa, \
You could have an A record with a domain name using the typical format used for PTR records. However in this case there is no A record for 114.73.139.66.in-addr.arpa. The ptr record points to doodah.gremlins.biz. There is an a record for doodah.gremlins.biz which lists 66.139.73.114, which matches the original ptr record. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend