Skip to content

Services_DNS

AllanFontaine edited this page Jun 1, 2020 · 17 revisions

DNS services

Here you'll be able to find all the technicals information about the DNS services that were implemented.

How to install

First, you have to download the dockerfile, the folders and files from the github at:

NetworkAdmin/Projet admin réseau/DMZ_Emile/SOA/

Then run the command to build the docker image:

  • docker build -t soa .

Then run the command to run the docker image:

  • docker run -dit -p 53:53/udp soa

Go into the docker and start the service:

  • docker exec -it <id_docker> bash
  • service bind9 start

How can I be sure it works?

On vps, exec a user and dig@ip