On Wed, 19 Feb 2014 15:57:06 -0500, <
worthingt...@gmail.com> wrote:
> Yes Jorge, I am trying to access an address I know it has from a web browser. (ex.
http://192.168.1.12) Kali Linux is installed and running on Oracle's VM VirtualBox. I'm running Windows 8 the same computer. On Kali, phish for certain info and return it within the program. Kali's shell tells me my IP is 10.0.2.15. Windows cmd returns 192.168.1.12 for my IP. Those
The default settings for a vb guest is to use nat routing, where vb
itself acts as a router. Since it's using a different subnet, the host
and guest cannot access each other.
Given the host has an ip address starting with 192.168, the host is
connecting to a router, which is most likely using dhcp to assign
the address.
Change the settings for the vb guest to use a bridged connection,
which will allow the guest to get it's address, via dhcp, from the
same router, so it will be in the 192.168.1 subnet.
If you're using static ip addresses, the network config in the guest
will have to be changed to also start with 192.168.1.
The host and guest should then be able to access each other, provided,
they are not being blocked by firewalls.
Regards, Dave Hodgins
--
Change
nomail.afraid.org to
ody.ca to reply by email.
(
nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)