From 2367134c756ff094fc9344ed8f57c49e9e87f2d6 Mon Sep 17 00:00:00 2001 From: Andy Van Maele Date: Sun, 8 Oct 2023 18:22:54 +0200 Subject: [PATCH] host volgt nslookup op --- 03-netwerkconfiguratie.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03-netwerkconfiguratie.md b/03-netwerkconfiguratie.md index 25b6ae6..b847b5e 100644 --- a/03-netwerkconfiguratie.md +++ b/03-netwerkconfiguratie.md @@ -26,8 +26,9 @@ Om Internettoegang mogelijk te maken zijn er 3 instellingen nodig: ## Wat is het IP-adres van...? ```bash -$ nslookup www.hogent.be +$ host www.hogent.be $ dig www.hogent.be +$ nslookup www.hogent.be # old command ``` Wat is *mijn publiek* IP-adres?