vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| samson <noone@noone.net> says: >Is it possible to run two different name servers on two >different directories on a single server/IP? Not sure if this is what you want, but you can use ip-aliasing to give one network card two ip addresses. Then you can setup each of these two addresses as a DNS, using the same server. Of course you have to have 2 ip addresses for this to work. But you would have to have 2 ip addresses in any case. cordially, as always, rm |
| ||||
| On 2007-08-16, samson <noone@noone.net> wrote: > Is it possible to run two different name servers on two > different directories on a single server/IP? What exactly is your goal? You *can* run two different named processes bound to one IP, but one of them will have to listen on a nonstandard port, and it'll be nontrivial to get clients to hit the nonstandard port for these lookups. What do you mean ''different directories''? You can serve multiple zones with one named, including serving one "view" for internal clients and a different view of the same zone for external clients. If you mean something else, you'll need to provide some actual details. --keith -- kkeller-usenet@wombat.san-francisco.ca.us (try just my userid to email me) AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt see X- headers for PGP signature information |