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

Incorrect nameserver when initializing VPN #284

Open
g-iannelli opened this issue Feb 21, 2023 · 0 comments
Open

Incorrect nameserver when initializing VPN #284

g-iannelli opened this issue Feb 21, 2023 · 0 comments
Labels
bug Something isn't working furyctl-ng help wanted Extra attention is needed

Comments

@g-iannelli
Copy link
Contributor

The openvpn process is initialized with an inherited name server.

This means that if you create a new Route 53 private zone, it is not resolvable and it is not possible to use the private ingresses.

 curl -SL dashboard.internal.example.dev
curl: (6) Could not resolve host: dashboard.internal.example.dev
❯ curl --help
❯ dig dashboard.internal.example.dev @10.10.0.2

; <<>> DiG 9.10.6 <<>> dashboard.internal.example.dev @10.10.0.2
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42857
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;dashboard.internal.example.dev.	IN	A

;; ANSWER SECTION:
dashboard.internal.example.dev.	60 IN	A	10.10.37.178
dashboard.internal.example.dev.	60 IN	A	10.10.3.67
dashboard.internal.example.dev.	60 IN	A	10.10.26.190

;; Query time: 67 msec
;; SERVER: 10.10.0.2#53(10.10.0.2)
;; WHEN: Tue Feb 21 16:30:58 CET 2023
;; MSG SIZE  rcvd: 107
@g-iannelli g-iannelli added bug Something isn't working furyctl-ng labels Feb 21, 2023
@omissis omissis added the help wanted Extra attention is needed label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working furyctl-ng help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants