5

I connected to a wireless point and use "ifconfig" but I don't see any IP in eth0. Where's my IP address? Sorry if this is a silly question. :)

I want to use "ping" in Virtualbox Windows 7 guest. Which IP should I type in that machine?

terminal IP info

Tom Brossman
  • 13,297
emeraldhieu
  • 2,420

1 Answers1

9

The easiest way to get this is to just open up your connection information from the appindicator, like this:

connection information

That brings up your local IP address. Note that this isn't your IP address on the Internet, just your local address. You can always go to whatismyip.com for an easy way to see it.

IP info

In your screenshot, eth0 is an Ethernet connection, and wlan0 is your wireless connection. To get your IP address in the Windows virtual machine, try typing ipconfig/all at a command prompt (Start/Accessories/Run/type 'CMD', and looking for your default gateway there:

windows cmd prompt

In this example, my guest sees the Ubuntu host as 10.0.2.2
windows pinging

It may be that the VM sees it as a wired connection, even on a laptop with the host using wifi.

Tom Brossman
  • 13,297