--client-config-dir problems

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
muffty
OpenVpn Newbie
Posts: 1
Joined: Fri Nov 26, 2010 9:49 am

--client-config-dir problems

Post by muffty » Fri Nov 26, 2010 9:59 am

Hi,

I have a server setup with --client-config-dir option in the configuration file.
I noticed sometimes (don't know in which circumstances) client files are automatically created in the config directory. The content is the following:

ifconfig-push 10.20.136.6 255.255.255.0

Once such a file is created the user can't connect any more. The client log shows the following:

Thu Nov 25 11:46:22 2010 WARNING: Since you are using --dev tun with a point-to-point topology, the second argument to --ifconfig must be an IP address. You are using something (255.255.255.0) that looks more like a netmask. (silence this warning with --ifconfig-nowarn)
Thu Nov 25 11:46:22 2010 There is a problem in your selection of --ifconfig endpoints [local=10.20.136.6, remote=255.255.255.0]. The local and remote VPN endpoints must exist within the same 255.255.255.252 subnet. This is a limitation of --dev tun when used with the TAP-WIN32 driver. Try 'openvpn --show-valid-subnets' option for more info.
Thu Nov 25 11:46:22 2010 Exiting

It seems like the information in the config dir file is used incorrectly as local and remote ips while it is actually an ip and a netmask.

Clients are Windows Vista/7 machines with the latest stable openvpn. Server is linux with openvpn 2.1.0.

User avatar
krzee
Forum Team
Posts: 728
Joined: Fri Aug 29, 2008 5:42 pm

Re: --client-config-dir problems

Post by krzee » Tue Nov 30, 2010 9:58 am

i dont know what is making those files... but you can add this to your server to get rid of the error

Code: Select all

topology subnet

Post Reply