> Backwards. You need to forward from the oustside to the inside. Where
> you have your external IP, put in the internal IP that is hosting the
> service.
Still Nada
My.internal.ip
In the 'NAT' section of my router, I now have this configured
Start Port No. End Port No. IP Address
1 All ports All ports 0.0.0.0
2 22 22 My.internal.ip
3 8080 8080 My.internal.ip
4 433 443 My.internal.ip
My.internal.ip = my static LAN ip Address on the computer that apache
and SSH is running on (my Ubuntu one)
I'm changed port 80 to 8080 because of issues it might have with
apache and the router running on the same port
I 'nmap'ed my external ip address, and it only came up with the ports
the router uses (80 for web configurator, 21 for telnet...)
when using
http://www.canyouseeme.org/ it says it can't see me on any
of the listed ports.
Could the problem be that i am only using the 'SUA Only part of NAT?
there is also a 'Full Feature' Option.