@Wolf666:
Should be:
port forwarding
WAN TCP * * WAN address 8888 192.168.0.100 80
With firewall rule on WAN tab:
IPv4 TCP * * 192.168.0.100 80 * none
The firewall rule did it. That seems kind of weird how you have to do that. Dest 192.168.0.100 dest port 80.
Makes me feel like I'm opening up port 80 to the world, even though I'm not. So I just did some testing, it seems like the rule only needs to be written like that if your doing port redirection.
Just before I read this I was looking in the logs, and saw it blocking my public source, with destination of 192.168.0.100:80.
Thanks for the help!