i did a port forwarding for the WAN Port 12345 (for TCP and UDP) to my specific IP 192.168.1.1 on port 91 (GUI) and enabled it and saved it.
then i opened up the specific port on firewall under administration / scripts
iptables -t filter -A INPUT -p tcp --dport 12345 -j ACCEPT
iptables -t filter -A OUTPUT -p tcp --dport 12345 -j ACCEPT
then i rebootet the router a few times……nothing -> i get an timeout if i want to get acces from wan site.
i mean trying to get access to the webserver page by typing:
xxx.xxx.x.x:12345
just for info…
i installed Debian Wheezy and Apache2 with MySql Support.
On LAN Site everything works fine. even if i try to get access from LAN site by using the wan external IP Adress. everything is great. only accessing from wan site doesn´t work -> TIME OUT!!
The Apache log says nothing. no connection from outside incoming.
What can i do ??