I'm having issues setting up port forwarding so I can access my NAS from the outside. It's a Synology that has a web-interface on ports 5000/5001, and I've opened the firewall like this:
Code: Select all
User defined open / forwarded ports
Source IP Public port Private port Private IP Protocol
all 5000:5001 5000 192.168.0.8 tcp
I can see that packets are registered by ipchains on the rule using "iptables -vL FORWARD", but the browser just times out so I guess no packets are coming back.
What am I doing wrong? This shouldn't be that complicated.