Browse Source

Update debian.md

Håvard O. Nordstrand 4 years ago
parent
commit
4f1cd1b020
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/linux-server/debian.md

+ 1 - 0
config/linux-server/debian.md

@@ -49,6 +49,7 @@ If you didn't already configure this during the installation. Typically the case
 1. Set the hostname:
     - Set the shortname: `hostnamectl set-hostname <shortname>`
     - Set both the shortname and FQDN in `/etc/hosts` using the following format: `127.0.0.1 <fqdn> <shortname>`
+        - If the server has a static IP address, use that instead of 127.0.0.1.
     - Check the hostnames with `hostname` (shortname) and `hostname --fqdn` (FQDN).
 
 ### Basic Configuration