Praktikum - DNS Server

Posted on Sat, Nov 19, 2022 TKJ Administrasi Sistem Jaringan Praktikum

domain local sederhana dengan /etc/hosts

$ hostname -I
192.168.4.9
$ ip -c a
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    inet 192.168.4.9/24 brd 192.168.4.255 scope global dynamic enp0s3
$ sudo nano /etc/hosts
127.0.0.1       localhost
127.0.1.1       aal-VirtualBox
192.168.4.9     ainun.local

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

untuk menyimpan file menggunakan nano, tekan tombol CTRL + O

$ curl ainun.local
hai, ini adalah halaman website ainun.local

Membuat DNS Server menggunakan Bing9 (live)

References:

How to Setup DNS server using Bind9 on Ubuntu 16.04

Alibaba Clouder February 15, 2019 46,864 Join us at the Alibaba Cloud ACtivate Online Conference on March 5-6 to challenge assumptions, exchange ideas, and explore what is possible through digital transformation. By Hitesh Jethva, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud community.