Toon posts:

Wifi zoekdomein

Pagina: 1
Acties:

Verwijderd

Topicstarter
Waar dient de optie zoekdomein voor bij een wifi verbinding?
Hier staat standaard bij mijn nieuwe router "arnhem.chello.nl" maar dit is voor mij aan de andere kant van het land.
Is dit alleen een naam of heeft dit ook nog met de snelheid van je wifi verbinding te maken?

  • BitProcessor
  • Registratie: Februari 2001
  • Laatst online: 30-01 20:48
zoekdomein dient voor auto-completion van hostnames waarbij dns-naam niet is opgegeven

als jij bijvoorbeeld zou pingen naar ikbeneenhost

dan zet je router dat automatisch om naar ikbeneenhost.arnhem.chello.nl

als je een eigen lokale dns-server draait, kan dat belangrijk zijn voor het resolven van interne hostnames via je dns server (als je geen gebruik wil maken van netbios)

Een meer complete uitleg (search parameter in /etc/resolv.conf in linux doet hetzelfde) :

The search list is normally determined from the local domain name; by default, it contains only the local domain name. This may be changed by listing the desired domain search path following the search keyword with spaces or tabs separating the names. Resolver queries having fewer than ndots dots (default is 1) in them will be attempted using each component of the search path in turn until a match is found. For environments with multiple subdomains please read options ndots:n below to avoid man-in-the-middle attacks and unnecessary traffic for the root-dns-servers. Note that this process may be slow and will generate a lot of network traffic if the servers for the listed domains are not local, and that queries will time out if no server is available for one of the domains.
The search list is currently limited to six domains with a total of 256 characters.

[ Voor 55% gewijzigd door BitProcessor op 04-01-2011 10:46 ]

"I think there is a world market for maybe five computers" - Thomas Watson, chairman of IBM, 1943


Verwijderd

Topicstarter
Ok duidelijk bedankt voor je reactie.