Bug #7322
closedOpenVPN client configuration isn't saved/read well
0%
Description
When I have an OpenVPN server in pfSense 2.3.3 with some clients with their own configuration (like in this image http://blog.stefcho.eu/wp-content/uploads/2011/05/pfsense01-13-Configure-Client-Specific-Override.png ), under 'advanced' the data is not saved correctly :(. This results in lines that are not read correctly by the OpenVPN server at the time a client connects. So, when I want this config
ifconfig-push 192.168.13.6 255.255.255.0
iroute 192.168.2.0 255.255.255.0
ifconfig-ipv6-push 2001:9:3:2::6
to be saved, next time I go to the page where I set this up, the saved data will be
ifconfig-push 192.168.13.6 255.255.255.0iroute 192.168.2.0 255.255.255.0ifconfig-ipv6-push 2001:9:3:2::6
resulting in the fact that my client does NOT get the IP 192.168.13.6 :(