1. In order to enable secure access from the outside, you need a change in ar7.cfg at the “forwardrules”:
1 2 3 4 |
forwardrules = "udp 0.0.0.0:5060 0.0.0.0:5060", [...] "tcp 0.0.0.0:3690 0.0.0.0:3690 0 # svn", [...] |
See also section “ar7.cfg”
2. Now your site should be reachable from the outside: http://[yourIp]/
“yourIp” has to be replaced by the correct IP address. The easiest way to find it is through hier.
Example: http://123.123.123.123/
3.