Changes

From Amahi Wiki
Jump to: navigation, search
added how to change to a different port
to
 
== Blocked port 1194 ==
Sometimes if you are behind a corporate firewall or so it happens that port 1194 is blocked. 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.
 
You can move to port 443 by changing the line:<br>
port 1194<br>
into<br>
port 443<br>
in your /etc/openvpn/amahi.conf file.
 
Of course you also need to tell the client side to use port 443!
proto tcp
121

edits