Usually i'm developper...
Today my boss asked me a question, how to configure different dns rules for different user ?
Anyone have an idea ?
All people use same DNS, Section IT it's allowed to have acces to www.facebook.com but human ressource doesn't have.
We have server on Debian 6.0.
Thanks for your help !
|
| |||
|
feedback
|
|
A filtering proxy is probably the right way to do this but If you need to do this in bind it has a feature called views that can give you a "split" dns that provides one answer to matching clients and other response to other clients. | |||||||
feedback
|
|
For what you're trying to accomplish, DNS is not the solution. Look into proxy servers that are capable of filtering such as squid, or other web filtering options. | |||
|
feedback
|
|
DNS is definitly not the answer. All you can do with DNS is create some pool for addressing ip-range by services. But that's not what you want or need. You'll need to use a proxy! hope this will help you. look at this website, you'll find some trick about proxy like squid (not a lot explanation, but some really easy to understand tutorial look at the bottom of the menu to select your sever OS) look here | ||||
|
feedback
|