User Tools

Site Tools


informatique:linux:ipbxfixedebian

This is an old revision of the document!


Mettre une IP fixe sous Debian

Quelque chose de simple, mais je ne me rappelle jamais de la syntaxe.

Dans /etc/network/interfaces.conf : allow-hotplug [nominterface] iface [nominterface] inet static address 192.168.1.15/24 geatway 192.168.1.254 dns-nameservers 192.168.1.1 8.8.8.8 dns-domain domaine.local

systemctl restart networking.service ifup [nominterface]

informatique/linux/ipbxfixedebian.1675075734.txt.gz · Last modified: 2023/01/30 10:48 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki