I have a webserver running on a virtual platform (VBox). Have set the VBox adapter to bridged mode. Am able to access the webpage from my host machine. I have also configured dynamic DNS (No-IP) on my guest (Ubuntu Server). Port-forwarded port 80 on my router as needed for accessing the server.
Basically, I can access the internet from both the guest and the host machines and can even successfully load the webpage from my host machine when the server is up and running. However, whenever I try connecting through my no-ip url I am faced with the login page of my router instead of the webpage I should be seeing. Any idea what I'm doing wrong? Do I have to configure the No-IP settings on my gateway router as well for it to connect succesfully to my webserver located on the internal/virtual network?
Any help/suggestions would be appreciated. Been trying this for over a week now. Its really doing my head in =/
PS: Also all machines are on the same subnet, hence connectivity in a a way doesn't seem to be the issue, i.e. all machines internally seem to connect fine. What I wonder is why the No-IP url connects to 192.168.1.1 (my gateway) rather than 192.168.1.10 (my webserver/VBox machine).
Would this mean I have to configure No-IP on my gateway such that any incoming request to my external-IP/gateway gets forwarded to the VBox?