How To Configure Static IP address Debian 13 Server1 min read
Now I want to share how to Configure Static IP address Debian 13 Server using terminal.
Open ip config file using nano command.
nano /et/network/interfaces
After open this file you can see as like below config
Then Insert below all line into this file.
iface enp0s3 inet static address 192.168.0.20 netmask 255.255.255.0 gateway 192.168.0.1
As like below image after my config.
Then save and exit, Ctrl+X the type Y for save.
Then going to terminal and reboot your server.
- How To Configure Static IP address Debian 13 Server - September 20, 2026
- How To Install Zabbix 8.0 on Debian 13 - September 19, 2026
- How To Enable SSH On Debian 13 Server - September 13, 2025



