We are trying to connect some phones (LG Nexus 6P, HTC OnePlus) to our EPC. However, none of the phones get the DNS configuration from the SPGW-C settings. The phones simply seem to apply no DNS settings. The result is that the phones successfully connect to the mobile network, but do not have Internet access.
Our setup:
DEFAULT_DNS_IPV4_ADDRESS = "8.8.8.8"; # YOUR NETWORK CONFIG HERE
DEFAULT_DNS_SEC_IPV4_ADDRESS = "8.8.4.4"; # YOUR NETWORK CONFIG HERE
DEFAULT_DNS_IPV6_ADDRESS = "2001:4860:4860::8888"; # FFU
DEFAULT_DNS_SEC_IPV6_ADDRESS = "2001:4860:4860::8844"; # FFU
However, when configuring a VPN on the phones to bypass DNS queries to the mobile network, they work without problems. That is, connecting to the Internet via the EPC works fine when the mobile network is not used for DNS. Also, a Ping to 8.8.8.8 works fine as well. So, it seems that there is an issue with the EPC, which fails to provide the DNS settings to the UE.
Are there any known issues around DNS configuration? Are there some configuration options to check, in order to further debug this issue?
We are trying to connect some phones (LG Nexus 6P, HTC OnePlus) to our EPC. However, none of the phones get the DNS configuration from the SPGW-C settings. The phones simply seem to apply no DNS settings. The result is that the phones successfully connect to the mobile network, but do not have Internet access.
Our setup:
DEFAULT_DNS_IPV4_ADDRESS = "8.8.8.8"; # YOUR NETWORK CONFIG HERE
DEFAULT_DNS_SEC_IPV4_ADDRESS = "8.8.4.4"; # YOUR NETWORK CONFIG HERE
DEFAULT_DNS_IPV6_ADDRESS = "2001:4860:4860::8888"; # FFU
DEFAULT_DNS_SEC_IPV6_ADDRESS = "2001:4860:4860::8844"; # FFU
However, when configuring a VPN on the phones to bypass DNS queries to the mobile network, they work without problems. That is, connecting to the Internet via the EPC works fine when the mobile network is not used for DNS. Also, a Ping to 8.8.8.8 works fine as well. So, it seems that there is an issue with the EPC, which fails to provide the DNS settings to the UE.
Are there any known issues around DNS configuration? Are there some configuration options to check, in order to further debug this issue?