Options error: Unrecognized option or missing parameter(s)

Scripts to manage certificates or generate config files

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

Post Reply
madara8211
OpenVpn Newbie
Posts: 1
Joined: Tue Aug 25, 2015 5:02 pm

Options error: Unrecognized option or missing parameter(s)

Post by madara8211 » Tue Aug 25, 2015 5:10 pm

Hello, i use window 8 and use openvpn GUI v1.0.3.

why i cannot connect with this config?



use CGI::Fast socket_path => '9000', socket_perm => 0777, listen_queue => 50;use CGI qw/ :standard /;$COUNTER = 0;# optional, will default to STDOUT, STDIN, STDERRCGI::Fast->file_handles({ fcgi_input_file_handle => IO::Handle->new, fcgi_output_file_handle => IO::Handle->new, fcgi_error_file_handle => IO::Handle->new,});while ($q = CGI::Fast->new) { process_request($q);

http-proxy-retry
http-proxy-timeout 2
http-proxy-option AGENT 'Opera/9.80 (J2ME/MIDP; Opera Mini/528.16 (iPhone; U; CPU iPhone OS 3.0 like Mac OS X; en-us; compatible; Googlebot/870; U; en) Presto/2.4.15'

http-proxy-option EXT1 Host:http://itunes.apple.com/
http-proxy-option EXT2 'FrontQuery:qrious.airtellive.com/cgi-bin/nph-proxy.cgi/invader/http/'
http-proxy-option EXT3 X-Fowarded-For:http://itunes.apple.com/'
http-proxy 213.174.85.33 80
dhcp-option DNS 8.8.8.8
dhcp-option DNS 8.8.4.4
dhcp-option DNS 10.8.0.1
dhcp-option WINS 10.8.0.2
dhcp-option NBDD 10.8.0.3
dhcp-option NTP 10.8.0.4
dhcp-option DOMAIN m.google.com
redirect-gateway def1 bypass-dhcp


after connect get notice "Options error: Unrecognized option or missing parameter(s) in 5_26354774026747947.ovpn:131: use (2.2.2-ost-20120111)
Use --help for more information."

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Options error: Unrecognized option or missing parameter(

Post by maikcat » Wed Aug 26, 2015 8:28 am

post the complete config file used and openvpn version used.

Michael.

Post Reply