Results 1 to 2 of 2
Okay, I have a few books here and have done online searching. Unfortunately they do not touch upon dealing with virtual hosts...meaning more than one host sharing an ip address.
...
- 04-23-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 69
BIND/DNS and virtualhosts
Okay, I have a few books here and have done online searching. Unfortunately they do not touch upon dealing with virtual hosts...meaning more than one host sharing an ip address.
For most of the bind setup, this is not an issue. However, for the ip to name set up I find a complete roadblock.
The file in-addr.arpa is set for an ip address. According to all sources, you can only have one PTR record for an ip address. So this will not work..
(2 domains, one ip, one namebased)
In the above example I have two websites each sharing the same ip. In the zone files I treat them both as ipbased sites and that should not be an issue, but the PTR record thing makes no sense.123.123.234.12 IN PTR example.com
123.123.234.12 IN PTR exampletwo.com
the PTR record for mail.example.com and mail.exampletwo.com should resolve to themselves and not just one domain. If they do not resolve to themselves then there will be a problem sending mail and not being bounced by aol and stuff like that.
- 04-23-2008 #2Just Joined!
- Join Date
- Mar 2008
- Posts
- 69
here is my attempt so far at a nameserver and webserver...
looks good but other than doing a local nslookup on a ip, I cannot get the interent to get the nslookup via ip to show nay info.
still working on the namebased hosts/


Reply With Quote