DNS entry for separate domains

Issues related to configuring your network
Post Reply
supertight
Posts: 171
Joined: 2017/02/07 21:47:51

DNS entry for separate domains

Post by supertight » 2017/06/23 03:19:14

I have two separate domains on separate subsets.
172.16.0.0/22 - fake.com
172.16.4.0/22 - p.local

I've tried a few different entry's, they work for directing ping to the proper ip address. But the name is wrong.
If I use "wsvr01.fake.com IN A 172.16.0.11" and then "ping wsvr01.fake.com" It shows the FQDN as "wsvr01.fake.com.p.local"
If I use "wsvr01 IN A 172.16.0.11" It shows the FQDN as "wsvr01.p.local"

172.16.0.0/22 - fake.com has it's own dns server. Should I be transferring the dns request to the server for that domain?

Thanks for reading.

Post Reply