From c351a3e2f2d258f161051ba9157286f756df40a3 Mon Sep 17 00:00:00 2001 From: eantowne Date: Tue, 28 Feb 2023 09:16:17 -0500 Subject: [PATCH 1/2] Fixed/clarified usage instructions --- appliances/dns.gns3a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/dns.gns3a b/appliances/dns.gns3a index cc81b0f..2975d4a 100644 --- a/appliances/dns.gns3a +++ b/appliances/dns.gns3a @@ -10,7 +10,7 @@ "status": "stable", "maintainer": "Andras Dosztal", "maintainer_email": "developers@gns3.net", - "usage": "You can add records by adding entries to the /etc/hosts file in the following format:\n%IP_ADDRESS% %HOSTNAME%.lab %HOSTNAME%\n\nExample:\n192.168.123.10 router1.lab router1\n\nIf you require DNS requests to be serviced from a different subnet than the one that the DNS server resides on then do the following:\n\n1. Edit (nano or vim) /ect/init.d/dnsmasq\n2. Find the line DNSMASQ_OPTS=\"$DNSMASQ_OPTS --local-service\"\n3. Remove the --local-service or comment that line out and add DNSMASQ_OPTS=\"\"\n4. Restart dnsmasq - service dnsmaq restart", + "usage": "You can add records by adding entries to the /etc/hosts file in the following format:\n%IP_ADDRESS% %HOSTNAME%.lab %HOSTNAME%\n\nExample:\n192.168.123.10 router1.lab router1\n\nIf you require DNS requests to be serviced from a different subnet than the one that the DNS server resides on then do the following:\n\n1. Edit (nano or vim) /ect/init.d/dnsmasq\n2. Find the line DNSMASQ_OPTS=\"$DNSMASQ_OPTS --local-service\"\n3. Remove the --local-service or comment that line out and add DNSMASQ_OPTS=\"\"\n4. Restart dnsmasq using the following command: service dnsmasq restart", "symbol": "linux_guest.svg", "docker": { "adapters": 1, From 3bf5adffd75b4b7f274fba305df636e75d54ca2a Mon Sep 17 00:00:00 2001 From: eantowne Date: Tue, 28 Feb 2023 09:22:52 -0500 Subject: [PATCH 2/2] DNS Docker appliance: fixed typos, added instructions to fix listen interface --- appliances/dns.gns3a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/dns.gns3a b/appliances/dns.gns3a index 2975d4a..857b18f 100644 --- a/appliances/dns.gns3a +++ b/appliances/dns.gns3a @@ -10,7 +10,7 @@ "status": "stable", "maintainer": "Andras Dosztal", "maintainer_email": "developers@gns3.net", - "usage": "You can add records by adding entries to the /etc/hosts file in the following format:\n%IP_ADDRESS% %HOSTNAME%.lab %HOSTNAME%\n\nExample:\n192.168.123.10 router1.lab router1\n\nIf you require DNS requests to be serviced from a different subnet than the one that the DNS server resides on then do the following:\n\n1. Edit (nano or vim) /ect/init.d/dnsmasq\n2. Find the line DNSMASQ_OPTS=\"$DNSMASQ_OPTS --local-service\"\n3. Remove the --local-service or comment that line out and add DNSMASQ_OPTS=\"\"\n4. Restart dnsmasq using the following command: service dnsmasq restart", + "usage": "You can add records by adding entries to the /etc/hosts file in the following format:\n%IP_ADDRESS% %HOSTNAME%.lab %HOSTNAME%\n\nExample:\n192.168.123.10 router1.lab router1\n\nIf you require DNS requests to be serviced from a different subnet than the one that the DNS server resides on then do the following:\n\n1. Edit (nano or vim) /ect/init.d/dnsmasq\n2. Find the line DNSMASQ_OPTS=\"$DNSMASQ_OPTS --local-service\"\n3. Remove the --local-service or comment that line out and add DNSMASQ_OPTS=\"\"\n4. Restart dnsmasq using the following command: service dnsmasq restart \n\n There is an error in this Docker container, edit /etc/dnsmasq.conf, add: interface=eth0", "symbol": "linux_guest.svg", "docker": { "adapters": 1,