Eh, that didn't help at all - try reading the question next time. I've already set up my A entries. I'd like to make it so that when I connect from one machine within my network to another, it will show a REVERSE entry. For example:
Code:
box1.domain.tld (5.0.0.1)
box2.domain.tld (5.0.0.2)
Let's say I'm running an IRC server on box2 - I connect a client from box1 - it will give the client an address in the format of
Code:
nick!ident@5.0.0.1
rather than
Code:
nick!ident@box1.domain.tld
which is what I'm trying to accomplish.