Alright, my situation isn't exactly the normal. I've come across many "How to host something while behind NAT". None are like my situation (I knew how to host a server through a simple NAT anyway).
This is how my ISP works....
First, start off with the public IP address (208.87.xxx.xxx), then it's "NATed" down from a wireless tower to all the clients (172.16.xxx.xxx), then the clients pick it up to their routers and NAT it from there (my situation, for example, is typical. 192.168.0.100 - 192.168.0.254).
I like to say I'm "double NATed".
I want to host a web server. Specifically a music server running a program Sockso. By default it uses port 4444. I happen to prefer that port but I can change it.
How can I go about it or is it not possible?
Thanks!