Well everything works after following hrace009 guide but now my 192.168.0.1:8080/pwAdmin dosent work any help.....
Well everything works after following hrace009 guide but now my 192.168.0.1:8080/pwAdmin dosent work any help.....
check mac adress and the ipv4 and if theyr corectly click the lower link
http://192.168.0.10:8080/pwAdmin
1. Set network to bridget. Forget anything about MAC adresses or something else.
2. run vBox machine and type ifconfig. check for the correct IP adress.
3. Depending on your host system you need to setup the correct IP range. See your normal network card/ your routersetup for the IP of your host system. If it is in 192.168.1.xxx range, the vBox image must be set to the same range ! ( Win 7 uses 192.168.137.xxx btw )
4. Check if the vBox itself is reachable by login in with WinSCP. If it is, goto step 5. If not, go back to step 3.
5. Setup all serverrelated IPs to the correct IP.
If it still does not work, type ./tomcat_start.sh and try again( and if it still doesnt work go back to step 2 )
Did you run the start up comment? ./tomcat_start.sh ?
You should be able to ping it then... if not you need to check to see if the address and subnet match your routers, if it doesn't then that is why it is unreachable
The ip 192.168.0.1 works just not with :8080/pwAdmin :S
my router is 192.168.254.1 how do i fix it then?
Change the server IP by 192.168.254.10 then :doh:
Check this: http://forum.ragezone.com/f452/vbox-...ml#post5979857
I am so confused because this worked when i tried it before :/.
In your case it will be this:
For your network configuration...Code:# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface iface eth0 inet static address 192.168.254.10 netmask 255.255.255.0 gateway 192.168.254.1 network 192.168.254.0 broadcast 192.168.254.255