Changes

From Amahi Wiki
Jump to: navigation, search
Sometimes port 1194 is blocked if you are behind a corporate firewall or someother firewall. The trick is then to use a port that is open. If you are not running https on your amahi, using port 443 is a good choice.
To move to port 443 on Amahi systems (Fedora) , edit this file: <blockquote><u>Fedora</u></blockquote>{{Code| gedit /etc/openvpn/amahi.conf}}
or
{{Code| sudo nano -w /etc/openvpn/amahi.conf}}
To move to port 443 on Amahi systems (Ubuntu) edit this file<blockquote><u>Fedora</u></blockquote>{{Code| gedit /etc/openvpn/openvpn.conf}}
or
{{Code| sudo nano -w /etc/openvpn/openvpn.conf}}
change the line:<br>
{{Text| port 1194}}
into
{{Text| port 443}}
<br>
Of course you also need to tell the client side to use port 443!
Add the following line to your client's config file
{{Text| remote <hda_username>.yourhda.com 443}}
If for some reason the DDNS (yourhda.com) is not working but your control panel is updating, then add this line at the top of the config file.
{{Text| remote YOUR_IP_HERE <port>}}
Note: If you have a dynamic ipIP address, then you will probably need to update this everyday. If you have a static ip IP address then you are fine.
== Manually (Windows) ==
12,424

edits