Tagged Questions
2
votes
2answers
2k views
How to configure my VirtualBox's Ubuntu IP?
I can't ping my Ubuntu on VirtualBox (within another Ubuntu).
I had set my ip using:
# ifconfig eth0 192.168.0.2 netmask 255.255.255.0 up
but the ping still fails. What's different when you're in ...