Page 1 of 1

VPN connection

Posted: Sun May 27, 2012 7:16 am
by merelworks
When trying connecting to the HDA outside the network (desktop at work) a time-out errors shows up regarding port 1194. In "VPN troubleshooting-Amahi" I found that changing to port 443 might be the solution. The problem is that I should edit the file /etc/openvpn/amahi.conf file with gedit: this is not possible because I have no "root" access to the file nor the directory. How can I get "root" access to files and/or directories?
Many thanks in advance.
Merelworks

Re: VPN connection

Posted: Sun May 27, 2012 7:58 am
by radioz
Try:
gksu gedit /etc/openvpn/amahi.conf

This runs gedit as root.

You can use gksu for gtk applications (like gedit), or sudo for command line programs. They prompt for your password and then run the programs as root.

Good luck.