Monday, 24 November 2025

Interface debian-cbt sebelum set metric

 root@debian-cbt:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
#auto lo
#iface lo inet loopback
# Konfigurasi jaringan manual Debian 11 (server CBT)
auto lo
iface lo inet loopback

auto eno1
iface eno1 inet static
    address 192.168.100.14
    netmask 255.255.255.0
    gateway 192.168.100.1
    dns-nameservers 8.8.8.8 1.1.1.1

# The primary network interface pakai dhcp
#allow-hotplug eno1
#iface eno1 inet dhcp

Share:

0 comments:

Post a Comment