Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
While using BIND for name resolution, say within a small intranet, we have to specify the IP addresses and the Hostnames of all the computers on our intranet, in the zone files. right? What if the IP addresses to the hosts are assigned dynamically by DHCP. Please solve this.
Name: Danny Larouche Date: April 8, 2002 at 06:49:18 Pacific
Reply:
The name of computers will follow the ip. Then you should have something like:
1 IN PTR host1.domain.com. 2 IN PTR host2.domain.com. 3 IN PTR host3.domain.com. ...
If you really need to assign name such as mail.domain.com or www.domain.com... Most advanced router have capability to reserve some IP based on the MAC address of some servers.
Anyway, i never recommend to use DHCP if you are not an ISP (for customers ip range).
0
Response Number 2
Name: Ams Date: April 11, 2002 at 08:06:36 Pacific
Reply:
Thanx Dear Danny,
Thanx for the response. Well I know that in zone files the hostnames should follow the IP addresses. But on my network, the hosts are assigned IP addresses dynamically by DHCP. So a computer may not keep the same IP every time. So in this situation what should I do?
Summary: I need a script that checks and compare the zone files info like A and MX record on two servers and write a difference result on a text file. Actually the scenario is we had two name servers and in th...
Summary: is your router connecting the two networks configured correctly? do you have dns servers running and do you have the correct mx records in your dns zone files for the two mail servers? -russ ...
Summary: Hey, I just registered a new domain name and I'm planning on hosting it myself. I've talked to several people about DNS and nameserver and have done research on the subject. I'm planning on creating m...