-
Notifications
You must be signed in to change notification settings - Fork 94
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
Not using the DNS servers after period of time #53
Comments
:\ |
@gmistick, You say that the server is in the list, but what about the route for the domain name? Using a tool such as |
I see the route exists and that i can access all servers in the VPN by IP, i just can't access by DNS. (the dns server is within the vpn and im able to access it , just the resolving is failing) I'm able to ping the DNS server by IP when i have this issue. Link 14 (tun0) Link 12 (enx1065309061cc) |
Im able to work in the VPN and connect to servers in the VPN , but only
using IP, not dns.
Ofcourse i can also connect through ip to my dns server while having those
issues
…On Mon, Oct 22, 2018, 08:04 Jonathan Wright ***@***.***> wrote:
@gmistick <https://github.com/gmistick>,
You say that the server is in the list, but what about the route for the
domain name? Using a tool such as dig can you query the name-server over
the link successfully too after this happens?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGlwyJBvjpLY9AV0PZAfCdqkuGUiILfBks5unVHugaJpZM4XcvFJ>
.
|
:\ any idea? |
Update: if i run the following command: systemd-resolve -i tun0 --set-dns 10.128.0.20 then i get dns working back again (obviously...) I think this happens because the network goes through changes but the openvpn does not restart so no down-up process happens. |
Apologies. I'm busy with client work right now, so time is limited. Thank you for continuing to look at it, and it is interesting that |
I've been experiencing a similar issue. When I do
Everything seems fine. I see
in the log. But after a while, DNS is lost. I'm using openvpn to access my AWS resources. So if I This usually happens when |
Looking at the documentation, it looks like the
I'll update the documentation and configuration to make this clearer. |
I've updated the documentation and the default settings in the common configuration file. I've also updated the output of the AUR handler too. I'll now close this issue. |
I seem to be having this issue as well. I have made the For example, I'll connect, it will work fine for some period of time, I'll start downloading an image file off a server on the VPN, and then all of a sudden DNS resolution stops working. This is what I added to my ovpn config file.
|
Hi,
I'm getting DHCP-Options that push DNS servers , domain search and specific routes.
After some period of time connected to the VPN, my dns queries stop going through my dns server.
when doing systemd-resolve --status i still see the dns server in the interface, but for some reason this dns server is not used for the queries...
Any ideas?
The problematic domain is "gmistick.internal" , is that a problem?
The text was updated successfully, but these errors were encountered: