forward kontra recursion

Fórumok

Üdv!

Szeretnék egy cache only name szervert üzemeltetni, de megakadtam ott, hogy ez a szerver kizárólag a felette álló dns-t használná:
forwarders {
1.2.3.4;
};
forward only;

Ez nem üti a recursion yes; paramétert?

Magyarán a forward only; mellett van cache?

Tilla

Hozzászólások

"Magyarán a forward only; mellett van cache?"
A BIND 9 Administrator Reference Manual szépen leírja a választ a kérdésre:

"Forwarding

The forwarding facility can be used to create a large site-wide cache on a few servers, reducing traffic over links to external name servers. It can also be used to allow queries by servers that do not have direct access to the Internet, but wish to look up exterior names anyway. Forwarding occurs only on those queries for which the server is not authoritative and does not have the answer in its cache."

Bocsi a késői reagálásért, igazad van de csak a "Forward" paraméter felől nézve :)

Az általad említett kézikönyv "recursion" része ezt írja:

If recursion is set to 'yes' (the default) the server will always provide recursive query behaviour if requested by the client (resolver). If set to 'no' the server will only provide iterative query behaviour - normally resulting in a referral. If the answer to the query already exists in the cache it will be returned irrespective of the value of this statement. This statement essentially controls caching behaviour in the server. The allow-recursion statement and the view clauses can provide fine-grained control. This statement may be used in a view or a global options clause.

És így érthető még számomra is. (korán keltem)
Mindenesetre köszönöm, ígérem többet olvasok ezentúl...