Help creating DNS A record for internal PC

Issues related to configuring your network
Post Reply
mgarey
Posts: 1
Joined: 2013/09/27 16:55:25

Help creating DNS A record for internal PC

Post by mgarey » 2013/09/27 17:18:02

I have an internal server named cp-server that needs to be resolved via DNS over the intranet. I edited localdomain.zone and added the A record as shown below but this did not work. Thanks for any help.

[code]
$TTL 86400
@ IN SOA localhost root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS localhost
localhost IN A 127.0.0.1
cp-server IN A 192.168.1.2
[/code]

Post Reply