This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DNS does not function

How to make DNS functions with ? We need a name server  and  proxy?
Which rules we need in paCKET FILTER?

Regards in advance
Antonio Borges  


This thread was automatically locked due to age.
  • If you want your clients to query the internet directly, you need to add a rule allowing either them, or the network they are on to access udp/53 :

     DNS Any Allow

    or the like will work.

    If you want to use the DNS proxy, enable it, and tell it which network interfaces to listen on, and if necessary what external internet DNS servers to use as forwarders (your ISP's maybe). If you don't set forwarders, Astaro will use the DNS root servers... if this is greek to you, basically "it will work".

    The DNS definition is a combined tcp/udp rule, and so if you choose option 1 above, any internal DNS servers can do zone transfers if needed.

    Hope this helps,

    Karl