diff --git a/website/content/docs/networking/private_network.mdx b/website/content/docs/networking/private_network.mdx index f52b06cbe..79770e5c9 100644 --- a/website/content/docs/networking/private_network.mdx +++ b/website/content/docs/networking/private_network.mdx @@ -40,7 +40,7 @@ end This will automatically assign an IP address from the reserved address space. The IP address can be determined by using `vagrant ssh` to SSH into the machine and using the appropriate command line tool to find the IP, -such as `ifconfig`. +such as `ifconfig` or `ip addr show`. ## Static IP