From cabd52d51ea5468d4647df019affad7a53206004 Mon Sep 17 00:00:00 2001 From: "J.I. /podhead" <117015142+ji-podhead@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:25:37 +0200 Subject: [PATCH] Update readme.md --- docs/nestedVM_with_external_DHCP&DNS/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nestedVM_with_external_DHCP&DNS/readme.md b/docs/nestedVM_with_external_DHCP&DNS/readme.md index 43c69a1..eff07e7 100644 --- a/docs/nestedVM_with_external_DHCP&DNS/readme.md +++ b/docs/nestedVM_with_external_DHCP&DNS/readme.md @@ -698,7 +698,7 @@ sudo systemctl restart foreman-proxy ## Debugging - `tail /var/logs/foreman/production.log -f` - `journalctl -u named.service -f` -- `journalctl -u isc-dhcp -f` +- `journalctl -u isc-dhcp-server -f` - `sudo journalctl -u tftp` - `nslookup ` - [additional debugging steps](https://ji-podhead.github.io/Network-Guides/DNS/testAndDebug)