Cara Configure IP Address di Ubuntu 20
nano /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
ethernets:
ens18:
addresses:
- 192.168.111.10/24
gateway4: 192.168.111.1
nameservers:
addresses:
- 192.168.111.1
version: 2
Setelah disimpan, untuk menerapkan ketik perintah
#netplan apply
Semoga Bermanfaat
Penulis : Een Pahlefi
0 Response to "Cara Configure IP Address di Ubuntu 20"
Post a Comment