My final goal is to access my web projects trough external network.
So, I have :
- Internet connection trough wireless router (ISP's IPs are internal, so and the IPs which the router sets to my laptop too. I use DHCP on the router, not static IPs)
- Ubuntu 12.04 Desktop installed.
- VirtualBox with Ubuntu 12.04 Server installed.
- While installation of Ubuntu Server, I'v choose to install SSH,Tomcat Server and Web server.
The problem is that I don't know how to set a correct internet settings for Ubuntu Server. When I'm ping google's ip the response is :
"Connect : Network unreachable"
In VirtualBox's settings I'm choose NAT type, and for Port Forwarding :
Host IP : 192.168.0.1 with port 2222
Guest IP : 192.168.0.102 with port 22
At least I want to be able to open my projects in the internal network,and then from an external network - the computers in the university.
I think that I will have one more problem, because my IP's are not real. But when I'm able to open the projects from the internal network, then I will think about this problem.
Sorry for my bad English and if I'm not explain my problem clearly.