GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
327 stars 392 forks source link

DNS Docker - Add Notes #703

Closed miyoung9999 closed 1 year ago

miyoung9999 commented 1 year ago

Hi

Can you add a note to adosztal/dns docker appliance please?

Would like to get added following

If you require DNS requests to be serviced from a different subnet than the one that the DNS server resides on then do the following,

  1. Edit (nano or vim) /ect/init.d/dnsmasq
  2. find the line DNSMASQ_OPTS="$DNSMASQ_OPTS --local-service"
  3. remove the --local-service or comment that line out and add DNSMASQ_OPTS=""
  4. restart dnsmasq - service dnsmaq restart
grossmj commented 1 year ago

Notes added, thanks 👍