.jpg)
Now we will learn about how to set the dns on the server .
1 . The first step we have to set up the first interfacesnya > nano / etc / network / interfaces > and then type the script :
auto lo
iface lo inet lopback
allow- hotplug eth0
auto eth0
iface eth0 inet static
address 192.168.40.2
netmask 255.255.255.0
network 192.168.40.0
broadcast 192.168.40.255
gateway 192.168.40.2
> after that press ctrl + o and...