Skip to content

DNS resolution fails in VXLAN mode. #11197

@zhouzhifeisdcn

Description

@zhouzhifeisdcn

calico version v3.20.2

config

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions