VPN Forums

Technical Forums => VPN Client Setup Support => Topic started by: raja on November 14, 2011, 09:37:58 AM

Title: Dual OS with OpenVPN
Post by: raja on November 14, 2011, 09:37:58 AM
Hi

i have two operating system on my PC . Microsoft windows XP on C: and Windows 7 ultimate on drive D:
on XP openVPN client works perfect but on Windows 7 that is installed on drive D: it doesn't work


According to logs it is using C:\WINDOWS\system32\route.exe which belongs to Windows XP.

how can i configure openvpn to use the right route.exe of windows seven that is located on D:\WINDOWS\system32\route.exe
i installed two separate open vpn client on each operating system.
Title: Re: Dual OS with OpenVPN
Post by: Administrator on November 14, 2011, 09:39:05 AM
Add this to your config file

Code: [Select]
win-sys 'env'
By default OpenVPN takes system command from C:\Windows. I suppose that OpenVPN by default will not work on Windows 2000, because system folder is named WINNT. There must be raised a ticked to modify OpenVPN binaries to always take by default the path to system folder from environmental variable, then from start-up disk.

Starting with Windows 2000 the boot disk of the system may have any letter, even Z. The letter is defined when system is installed or later may be changed in a hard way. Althought, changing the boot disk letter may affect 3rd software which are not well designed.