Skip to content

Commit 16739f1

Browse files
[CF1] azure and containers in warp exclusion (#19126)
* [CF1] azure and containers in warp exclusion * Update src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/common-issues.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 1cde17c commit 16739f1

File tree

1 file changed

+9
-0
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting

1 file changed

+9
-0
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/common-issues.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ To diagnose the issue, go to `https://zero-trust-client.cloudflareclient.com/v0/
144144

145145
In the third-party security product, disable HTTPS inspection and TLS decryption for the [WARP IP addresses](/cloudflare-one/connections/connect-devices/warp/deployment/firewall/).
146146

147+
### Docker container is failing DNS resolution
148+
149+
If you are using WARP and running a CI/CD pipeline inside a Docker container on Microsoft hardware to provide GitHub Actions with an egress IP, your container's `/etc/resolv.conf` file might be injecting a [custom nameserver with the IP address `168.63.129.16`](https://learn.microsoft.com/en-us/azure/virtual-network/what-is-ip-address-168-63-129-16) (specific to Azure infrastructure.)
150+
The `168.63.129.16` IP address is only accessible to Azure VMs and causes the container's traffic to fail when routed through the Cloudflare WARP tunnel.
151+
152+
#### Solution
153+
154+
To fix this issue, you must exclude the Azure-specific nameserver IP (`168.63.129.16`) from being routed through WARP tunnel. Refer to [Split Tunnels](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#change-split-tunnels-mode) and follow the instructions to exclude the Azure-specific IP.
155+
147156
## Cannot connect to a specific app or website
148157

149158
Below are the most common reasons why turning on WARP blocks a specific application from loading.

0 commit comments

Comments
 (0)