Hi, I have installed OpenWrt for my WRT54GL router. With the default firmware I was able to forward ports, such as port 80 to 192.168.1.100, and access the forwarded ports internally from my external IP. Now that I have OpenWrt installed I can no longer access the forwarded ports through my external IP, it still works externally though. Instead of getting my server at 192.168.1.100 I get the router configuration page.
How can I get my router to function as it did before and forward ports correctly if I try to access the ports from the same router?
Here is my configuration:
forward::192.168.1.1
forward:proto=tcp dport=543:192.168.1.100
forward:proto=tcp dport=80:192.168.1.100
forward:proto=tcp dport=443:192.168.1.100
forward:proto=tcp dport=10000:192.168.1.100
forward:proto=tcp dport=817:192.168.1.100
forward:proto=tcp dport=2000-2002:192.168.1.100
The first line I thought would fix the problem but it hasn't.
Thanks
