![]() |
2011-04-02
, 09:33
|
Posts: 151 |
Thanked: 93 times |
Joined on Sep 2009
@ sofia, bulgaria
|
#2
|
![]() |
2011-04-02
, 09:33
|
Posts: 4 |
Thanked: 1 time |
Joined on Feb 2010
|
#3
|
![]() |
2011-04-02
, 09:35
|
Posts: 151 |
Thanked: 93 times |
Joined on Sep 2009
@ sofia, bulgaria
|
#4
|
![]() |
2011-04-02
, 16:50
|
Posts: 6 |
Thanked: 2 times |
Joined on Apr 2011
|
#5
|
check that your config file is not DOS format.
cat -ve /etc/openvpn/Home.ovpn
what is Code: in the first line?
How do you edit the config file? Maybe there is something wrong with the line end (CR + LF instead of CR).
What happens, if you add lines on top of the file with a local editor like vi?
![]() |
2011-04-03
, 14:40
|
Posts: 4 |
Thanked: 1 time |
Joined on Feb 2010
|
#6
|
![]() |
2011-04-09
, 13:12
|
Posts: 6 |
Thanked: 2 times |
Joined on Apr 2011
|
#7
|
![]() |
2011-04-10
, 08:16
|
Posts: 4 |
Thanked: 1 time |
Joined on Feb 2010
|
#8
|
![]() |
2011-04-10
, 12:00
|
Posts: 6 |
Thanked: 2 times |
Joined on Apr 2011
|
#9
|
OK, so we know now for sure, the problem has to be the config file itself or the GUI.
Please try this as root:
openvpn --config /etc/openvpn/Home.conf
If this is working, there is something wrong with the GUI.
If this fails, then I have to start guessing. Things you could try:
- get hexdump to the phone or the config file to the PC and look into the file with a hexeditor
- create a complete new file with vi on the phone
- chmod 644 /etc/openvpn/Home.conf
- chown root:root /etc/openvpn/Home.conf
- renaming Home.conf to something like home.conf
options error: unrecognized options or missing parameter(s) in /etc/openvpn/Home.ovpn:1: client
if i change the order for example "client" with "dev tap" i get the same error just with "dev" instead of client (Home.ovpn:1: dev) and so on.
Home.ovpn:
Last edited by Badevil; 2011-04-10 at 12:01.