I'm running a VPN server on my NAS that I'd like to access from the internet on port 80 (I'm frequently on extremely paranoid networks that block all outgoing traffic except ports 80 and 443).
However, the web interface of the Almond+ is also running on port 80, and as soon as I try to forward it, I can no longer access the internet from the LAN (maybe HTTPS and all other ports still work, haven't checked that).
Maybe this is because the router web interface is listening on port 80 on all interfaces (I have disabled accessing the web interface from the WAN side, so listening on LAN interfaces would be enough), and the firewall blocks it from WAN side if in my case, or maybe there is a rule specifying that all port 80 traffic for any router IP is not the be forwarded, but sent to the router itself.
How should I go about fixing this? Is is easy to just run the web interface on another port (88 for instance)? I haven't worked with iptables and openWRT before...