Re: [Openvpn-users] No DNS variable pushed

2019-06-08 Thread Jan Just Keijser
Hi Paul, On 08/06/19 22:30, Paul van der Vlis wrote: Hello Pippin and others, I think I found something. After "systemctl reload openvpn" and reconnecting the pushing does not work. But after a "systemctl restart openvpn" I see them in the logs. Sat Jun 8 21:40:34 2019 us=464096 PUSH: Receive

Re: [Openvpn-users] No DNS variable pushed

2019-06-08 Thread Jan Just Keijser
Hi Paul, On 08/06/19 16:14, Paul van der Vlis wrote: Hello, Server is Linux, client is Linux. In server.conf, I have this (and more): push "dhcp-option DNS 10.8.32.1" In client.conf, I have this (and more): client script-security 2 up /etc/openvpn/update-resolv-conf When I put "printenv > /t

Re: [Openvpn-users] No DNS variable pushed

2019-06-08 Thread Paul van der Vlis
Hello Pippin and others, I think I found something. After "systemctl reload openvpn" and reconnecting the pushing does not work. But after a "systemctl restart openvpn" I see them in the logs. Sat Jun 8 21:40:34 2019 us=464096 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 byp

Re: [Openvpn-users] No DNS variable pushed

2019-06-08 Thread Pippin via Openvpn-users
Sorry I forget to CC . again :) Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday 8 June 2019 22:26, Pippin wrote: > Hi, > > The server log shows not pushing the dhcp option. > How the client config will be of help...? > > Sent with ProtonMail Secure Email. >

Re: [Openvpn-users] No DNS variable pushed

2019-06-08 Thread Doug Lytle
On 6/8/19 10:14 AM, Paul van der Vlis wrote: What will be wrong? Without seeing your complete client.conf, we're just guessing. Please redact the server address, but post the rest. Doug ___ Openvpn-users mailing list Openvpn-users@lists.source

Re: [Openvpn-users] No DNS variable pushed

2019-06-08 Thread Paul van der Vlis
Op 08-06-19 om 18:19 schreef Pippin: > Hi Paul, > > I would look in the server log if it get's pushed. Jun 8 17:13:01 groundhog-new ovpn-server[21913]: paul/82.95.148.152:44250 PUSH: Received control message: 'PUSH_REQUEST' Jun 8 17:13:01 groundhog-new ovpn-server[21913]: paul/82.95.148.152:442

Re: [Openvpn-users] No DNS variable pushed

2019-06-08 Thread Pippin via Openvpn-users
Hi Paul, I would look in the server log if it get's pushed. Then look in the client log. See manual 2.4: --log --verb 4 M.vr.gr. Pippin Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday 8 June 2019 16:14, Paul van der Vlis wrote: > Hello, > > Server is Linux