Search found 7 matches

by craigrose
Sun Nov 02, 2014 6:23 pm
Forum: Other Issues
Topic: OpenVPN Cyberghost
Replies: 15
Views: 26522

Re: OpenVPN Cyberghost

Try starting the process manually with

Code: Select all

/etc/init.d/openvpn start
Then check the log for errors (logread) and the process list (ps).
by craigrose
Sat Nov 01, 2014 9:19 am
Forum: Other Issues
Topic: OpenVPN Cyberghost
Replies: 15
Views: 26522

Re: OpenVPN Cyberghost

You want to use: echo "xxxxx&yyyyyyyyy" >> /etc/openvpn/user.txt That log message doesn't tell me much other than the process was stopped then started. Type the ps command. You should be able to see something like the following if it started successfully. /usr/sbin/openvpn --syslog ope...
by craigrose
Thu Oct 30, 2014 6:26 pm
Forum: Other Issues
Topic: OpenVPN Cyberghost
Replies: 15
Views: 26522

Re: OpenVPN Cyberghost

1. Download and run putty.exe ( http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html ) 2. Connect to your router. Use the address and credentials you use through the gargoyle interface root/password 3. Type the following and check the contents of the directory. Also get the name of the *....
by craigrose
Mon Oct 27, 2014 1:18 am
Forum: Other Issues
Topic: OpenVPN Cyberghost
Replies: 15
Views: 26522

Re: OpenVPN Cyberghost

Thanks Eddie - got your PM. First I'd second ispyisail on the creation of the password file. To cover your bases just get a shell to the router and use echo - then you'll know it's right. I'm no expert in this just extremely persistent! I'd start with getting a shell to you router and checking: 1. T...
by craigrose
Tue Aug 19, 2014 10:10 pm
Forum: Other Issues
Topic: OpenVPN withprivateinternetaccess
Replies: 5
Views: 8874

Re: OpenVPN withprivateinternetaccess

Thanks nOpin

Sorry about that - copy and pasted from my notes :)

The file common.js is one supplied by Eric discussed here:
http://www.gargoyle-router.com/phpbb/vi ... .js#p13388

I'll update in the OP.
by craigrose
Mon Aug 18, 2014 1:39 am
Forum: Other Issues
Topic: OpenVPN withprivateinternetaccess
Replies: 5
Views: 8874

Re: OpenVPN withprivateinternetaccess

OK I just learnt that OpenVPN uses a tmpfs so the method I am using to get the username/password into /tmp or /var will not allow them to survive a reboot. You'll need to repeat the step where we create /tmp/password. Anyone know how I could make these persist?
by craigrose
Mon Aug 11, 2014 10:13 am
Forum: Other Issues
Topic: OpenVPN withprivateinternetaccess
Replies: 5
Views: 8874

Re: OpenVPN withprivateinternetaccess

This may be too late for Lucky but I hope it helps someone. TP-Link TL-WR1043ND ver 1.8 S/N: 11....... Gargoyle (v1.5.5) is built on OpenWRT r29594 Backfire 10.03.1 Note that this is a buggy version and improvements in OpenVPN are claimed for the latest version of Gargoyle. The procedure is pretty m...