pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/37472?usp=email )
Change subject: asterisk: dnsmasq.conf: Avoid forwarding queries to other DNS servers
......................................................................
asterisk: dnsmasq.conf: Avoid forwarding queries to other DNS servers
This creates problems when requesting resolution of the IPv6 address.
For some reason, dnsmasq was forwarding the request to the non-available
google DNS servers, and Asterisk docker container pre-start commands
checking for DNS resolution would never pass when run in jenkins node.
Change-Id: I0ee7a7b0c307cc83acfb1c4c8f4bdc092133fddb
---
M ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf
1 file changed, 14 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/72/37472/1
diff --git a/ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf
b/ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf
index 9c7b703..63a8566 100644
--- a/ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf
+++ b/ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf
@@ -4,10 +4,6 @@
no-resolv
listen-address=::1,fd02:db8:11::200,127.0.0.1,172.18.11.200
-#use google as default nameservers
-server=8.8.4.4
-server=8.8.8.8
-
# PCSCF IP!
host-record=ims.mnc001.mcc238.3gppnetwork.org,172.18.11.104
srv-host=_sip._tcp.ims.mnc001.mcc238.3gppnetwork.org,ims.mnc001.mcc238.3gppnetwork.org,5060
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/37472?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0ee7a7b0c307cc83acfb1c4c8f4bdc092133fddb
Gerrit-Change-Number: 37472
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange