5calV / BytesOfProgress

The repository for the BytesOfProgress Website
https://bytesofprogress.io/
GNU General Public License v3.0
2 stars 0 forks source link

add debian static IP to wiki #8

Closed 5calV closed 9 months ago

5calV commented 9 months ago

Add wiki "how to give debian server a static local IP"

Config file: /etc/network/interfaces

auto enpos3 iface enpos3 inet static address 192.168.1.97 netmask 255.255.255.0 gateway 192.168.1.1 dns-domain example.com dns-nameservers 1.1.1.1


systemctl restart networking