Is it possible to access ubuntu server running in virtualbox from outside network? I set it up with the bridget network adapter so it has its own IP. I can access my ubuntu server from inside my own network, which is great(see this link).
Next, I tried to access it from outside my network. I used my mobile phone for that(not WiFi ofcourse)
curl ifconfig.me
this gave me my outside IP. I tried to access it, but my browser couldn't connect. I noticed all my devices have the same outside IP. Is it possible to access ubuntu server running in virtualbox from outside network or do I need to install it on a separate system?