So, going back to basic info...
I set my raspi IP to be 192.168.1.50 in my router fixed IPs table.
The Pi is "fully" loaded with WebAdmin, Samba, MySQL, APACHE and MiniDNLA
ALL these services are running, although for the MiniDLNA folder to show up in my network I need to login to the PI... not sure why, but that's a different issue.
Tapping the PI's IP in the Address bar bring up the APACHE's default "It Works" page.
WebAdmin is accessed using 192.168.1.50:10000/session_login.cgi, and bypassing the lack of the certificate.
Apache default port still is 80, and I also installed the NoIP DUC onto the PI, and in my console I can see that the NoIP service sees the correct IP address.
So, Now all I have to do is route the requests from port 80, arriving at my router, to the PI Ip and port, Right?
So I set my NAT like this:
Name:Raspi (I guess its not important)
Protocols:TCP
Type: Port
External Port:8080 (Incoming requests?)
Destination IP:192.168.1.50 (My PI)
Destination Port:80 (The Port APACHE is set to listen?)
I am wondering if there is some service I still need to start from the PI side, or if its all just a matter of ports.
I am available for teamviewing although my band width is only 8MB