Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS Server doesn't accept requests over TCP #55

Closed
NikitaSkrynnik opened this issue Nov 22, 2022 · 1 comment
Closed

DNS Server doesn't accept requests over TCP #55

NikitaSkrynnik opened this issue Nov 22, 2022 · 1 comment
Assignees

Comments

@NikitaSkrynnik
Copy link
Contributor

Descrpition

TCP DNS Server doesn't accept requests over TCP from client pod in Istio and Istio Booking example. It also rejects TCP DNS requests from other pods on the same node of cluster.

Error from neighbour pod

dig @10.244.1.76 productpage.default.svc.cluster.local +tcp
;; communications error to 10.244.1.76#53: connection reset

Steps to reproduce

  1. Run Istio-booking example
  2. Go to cluster2
  3. Install dig on autoscale-endpoint using apk add bind-tools
  4. Run dig @NSE_POD_IP productpage.default.svc.cluster.local +tcp
  5. Look at result of request

NSE_POD_IP means pod ip of cmd-nse-l7-proxy on cluster2

@NikitaSkrynnik NikitaSkrynnik changed the title TCP DNS Server doesn't accept requests over TCP DNS Server doesn't accept requests over TCP Nov 22, 2022
@denis-tingaikin denis-tingaikin moved this to In Progress in Release v1.7.0 Nov 22, 2022
@NikitaSkrynnik
Copy link
Contributor Author

Repository owner moved this from In Progress to Done in Release v1.7.0 Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant