I'm a customer of a wireless ISP that shares one WAN IP address among all customers. If any of the ISP's clients log on to whatismyip.com, they will see the exact same IP address, which will look something like 103.xxx.xxx.x.
Under these circumstances, how exactly would I go about creating a web server (for testing, just a simple one using mongoose) and allowing it access from the internet?
Is this simply a matter of choosing a port that has not already been taken? For example, if another customer creates a web server on the port 6271, should I simply choose a different port like 6272, which no other customer has used?