Hi all,
i want to report a problem in ovpnmain.cgi with the unreleased core 72. The problem appears if i try to add a new openvpn roadwarrior client, the WUI gives me "Invalid input for remote host/ip. " as an error message back. It makes no difference if i enter an IP or a domain name into the "remot host/ip" field under the "global settings" , the error is the same.

Here are the output of the httpd/error_log:

[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"ADVANCED"} in string eq at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 3194., referer: https://192.168.7.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"REMOTE"} in string eq at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 3562., referer: https://192.168.75.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"SIDE"} in string ne at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 3562., referer: https://192.168.75.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"SIDE"} in hash element at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 4086., referer: https://192.168.75.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"PROTOCOL"} in hash element at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 4090., referer: https://192.168.75.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"INTERFACE"} in hash element at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 4099., referer: https://192.168.75.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"COMPLZO"} in hash element at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 4103., referer: https://192.168.75.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value $cgiparams{"RG"} in hash element at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 4254., referer: https://192.168.7.18:444/cgi-bin/ovpnmain.cgi
[Sat Aug 17 18:31:04 2013] [error] [client 192.168.7.2] [Sat Aug 17 18:31:04 2013] ovpnmain.cgi: Use of uninitialized value in concatenation (.) or string at /srv/web/ipfire/cgi-bin/ovpnmain.cgi line 4387., referer: https://192.168.7.18:444/cgi-bin/ovpnmain.cgi

Tests with ovpnmain.cgi on core 71 makes no problems.

Greetings 

Erik