-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
calico version v3.20.2
config
dns service ip 100.123.0.10
When running dig +tcp 100.123.0.10 www.baidu.com on the host machine node, there is a response. However, running dig @100.123.0.10 www.baidu.com reports a timeout error. Running dig @100.124.48.41 works fine. Here, 100.123.0.10 is the service IP, and 100.124.48.41 is the pod IP. Since there are no issues within the pod, how can I troubleshoot this?
Expected Behavior
Using UDP, it is hoped that addresses can be parsed correctly.
Current Behavior
The address parsing works correctly in BGP mode, but there are issues with address parsing in VXLAN mode.