[Openvpn-devel] [PATCH applied] Re: Improve the documentation for --dhcp-option

2020-08-16 Thread Gert Doering
Acked-by: Gert Doering 

Thanks!

Your patch has been applied to the master and release/2.5 branch.

commit 2da29362cc93aa1b8c24386e162b9cdd3b55c3b1 (master)
commit 64f0b1c07e1d4579cdb3d6a9df27555071c1ed04 (master)
Author: Selva Nair
Date:   Sun Aug 16 15:06:39 2020 -0400

 Improve the documentation for --dhcp-option

 Signed-off-by: Selva Nair 
 Acked-by: Gert Doering 
 Message-Id: <1597604799-23135-1-git-send-email-selva.n...@gmail.com>
 URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20759.html
 Signed-off-by: Gert Doering 


--
kind regards,

Gert Doering



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [PATCH applied] Re: Changes.rst: fix mistyped option names

2020-08-16 Thread Gert Doering
Your patch has been applied to the master and release/2.5 branch.

commit bf911882532f87ae866fc3662bf7e1e136a2195e (master)
commit edc02b3be8fc50760df3e41438339759c45bfb23 (release/2.5)
Author: Magnus Kroken
Date:   Sat Aug 15 14:05:21 2020 +0200

 Changes.rst: fix mistyped option names

 Signed-off-by: Magnus Kroken 
 Acked-by: Gert Doering 
 Message-Id: <20200815120522.1404-2-mkro...@gmail.com>
 URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20749.html
 Signed-off-by: Gert Doering 


--
kind regards,

Gert Doering



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [PATCH applied] Re: doc: fix typos in cipher-negotiation.rst

2020-08-16 Thread Gert Doering
Your patch has been applied to the master and release/2.5 branch.

commit e33f44754a5f81ea013070dba3cdc162f41d1257 (master)
commit 4764868240ed215c91de659c742c393ebb602eeb (release/2.5)
Author: Magnus Kroken
Date:   Sat Aug 15 14:05:22 2020 +0200

 doc: fix typos in cipher-negotiation.rst

 Signed-off-by: Magnus Kroken 
 Acked-by: Gert Doering 
 Message-Id: <20200815120522.1404-3-mkro...@gmail.com>
 URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20748.html
 Signed-off-by: Gert Doering 


--
kind regards,

Gert Doering



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] 2.5-beta-1 Windows installer problems

2020-08-16 Thread tincanteksup

I tried this again on a completely fresh Win10 VM.

The experience was the same, IPv6 works v4 does not.

When installing as an admin user and then switching to a non-admin, the 
installation still continues but does ask for admin password.  But the 
result is still the same, no IPv4.


Uninstalling and then installing as a non-admin from scratch seems a lot 
smoother but the final result is the same, no IPv4.


Summary:

Win10 install from non-admin seems to be cleanly done but the result is 
no Ipv4.


Win10 install as admin user is not so clean.  OpenVPN installer seems to 
be left in an incomplete state until a non-admin user logs in.  In my 
opinion, this is not ideal considering the number of single user 
machines in use.  Microsoft do what they must to protect the system when 
a single user machine is in use, openvpn should not be so picky..


Win7 .. same result, no Ipv4.

Win7 install seems to have the same issues of who is allowed to install 
openvpn but does a bad job of it, no admin password prompt.


I know this is a beta so I'm not complaining, only offering feedback

Regards




On 15/08/2020 19:31, tincanteksup wrote:

Comment inline:

On 15/08/2020 19:29, tincanteksup wrote:

Hi,

I would like to document the very strange issues I had testing the 2.5 
MSI installers.


The first test was on a Win7-Ent/32bit VM with 32bit installer.  The 
second test was a real PC with Win7-HomePro/64bit (yeah, user did not 
want w10) 64bit installer. The third test was Win10/64bit VM 64bit 
installer.


The results were almost identical:

1. Logged in as admin user.
2. Installed over previous installation.
    Completed apparently OK ?
3. On testing the VPN I found that:
    IPv6 worked (could ping both ways)
    IPv4 did not (could not ping either way)
    Firewall disabled. Dual stack VPN.
4. Logged out/Logged in as normal user.
5. OpenVPN Installer forced a re-install of the TAP/wintun drivers.
    The user could select "do not install" but the installer was 
auto-run.


I did "Install" the drivers as non-admin user and was *not* prompted for 
admin password.




    The user was *not* prompted for admin password.
6. Using the same VPN config as above, the VPN now functions correctly.

The only difference was that on Win10 I could not test logging back in 
as a standard user because my VM could not be activated.


I do not know where would be the bast place to raise these issues and 
so sent my feedback to the list for further consideration.


Regards
Richard



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [PATCH v2] Improve the documentation for --dhcp-option

2020-08-16 Thread selva . nair
From: Selva Nair 

- Stress that these are handled internally only on some platforms
- Correct the statement about wintun 
- Document DOMAIN-SEARCH

Signed-off-by: Selva Nair 
---
v2: Rebase to master and reword to match the new rst version
Add doc for DOMAIN-SEARCH

 doc/man-sections/vpn-network-options.rst | 23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/doc/man-sections/vpn-network-options.rst 
b/doc/man-sections/vpn-network-options.rst
index 7100c1ae..825dd1ca 100644
--- a/doc/man-sections/vpn-network-options.rst
+++ b/doc/man-sections/vpn-network-options.rst
@@ -93,12 +93,18 @@ routing.
   or :code:`tap`.
 
 --dhcp-option args
-  Set additional network settings via DHCP.  On Windows, this is parsed by
-  the ``tap-windows6`` or ``wintun`` driver.  On other platforms these
-  options can be picked up by an ``--up`` script or plug-in if it has been
-  pushed by the OpenVPN server.  The option will then be saved in the
-  client's environment before the ``--up`` script is called, under the name
-  :code:`foreign_option_{n}`.
+  Set additional network parameters on supported platforms. May be specified
+  on the client or pushed from the server. On Windows these options are
+  handled by the ``tap-windows6`` driver by default or directly by OpenVPN
+  if dhcp is disabled or the ``wintun`` driver is in use. The
+  ``OpenVPN for Android`` client also handles them internally.
+
+  On all other platforms these options are only saved in the client's
+  environment under the name :code:`foreign_options_{n}` before the
+  ``--up`` script is called. A plugin or an ``--up`` script must be used to
+  pick up and interpret these as required. Many Linux distributions include
+  such scripts and some third-party user interfaces such as tunnelblick also
+  come with scripts that process these options.
 
   Valid syntax:
   ::
@@ -108,6 +114,11 @@ routing.
   :code:`DOMAIN` ``name``
 Set Connection-specific DNS Suffix to :code:`name`.
 
+  :code:`DOMAIN-SEARCH` ``name``
+Add :code:`name` to the domain search list.
+Repeat this option to add more entries. Up to
+10 domains are supported.
+
   :code:`DNS` ``address``
 Set primary domain name server IPv4 or IPv6 address.
 Repeat this option to set secondary DNS server addresses.
-- 
2.17.1



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel