Gentoo2008 minimal.inst.:Activated host interface, what now?

Discussions related to using VirtualBox on Windows hosts.
Post Reply
me-$-on
Posts: 5
Joined: 1. Jul 2008, 11:08

Gentoo2008 minimal.inst.:Activated host interface, what now?

Post by me-$-on »

Hello.
I'm running my virtualbox on WindowsXp-Sp2.
After I've downloaded the Gentoo2008 minimal installation disk, i activated the host interface network, specified the ip and started gentoo from the iso-image.
I got to the point, where I had the shell open.
I used ifconfig and specified an ipadress, which MUST be right, but I still cannot ping my host. Neither my guest.
What should I do to correct it ( it's my first time using gentoo, and I wanted to check out its benefits and so on).
THX in advance
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Please give full network settings for both Host and Guest system. You must have made a mistake somewhere, like no bridging, or trying to access the host by name.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
me-$-on
Posts: 5
Joined: 1. Jul 2008, 11:08

Ok, thanks so far. Here they come:

Post by me-$-on »

Thats my host-configuration, if the host-interace is down ( virtual box is not running).

Code: Select all

Windows-IP-Konfiguration



        Hostname. . . . . . . . . . . . . :  - hidden by me - 

        Primäres DNS-Suffix . . . . . . . :  - hidden by me - 

        Knotentyp . . . . . . . . . . . . : Hybrid

        IP-Routing aktiviert. . . . . . . : Nein

        WINS-Proxy aktiviert. . . . . . . : Nein

        DNS-Suffixsuchliste . . . . . . . : - hidden by me - 



Ethernetadapter LAN-Verbindung:



        Verbindungsspezifisches DNS-Suffix: 

        Beschreibung. . . . . . . . . . . : Realtek RTL8139-Familie-PCI-Fast Ethernet-NIC

        Physikalische Adresse . . . . . . : 00-13-D4-A4-CA-C8

        DHCP aktiviert. . . . . . . . . . : Nein

        IP-Adresse. . . . . . . . . . . . : 192.168.0.57

        Subnetzmaske. . . . . . . . . . . : 255.255.255.0

        Standardgateway . . . . . . . . . : 192.168.0.25

        DNS-Server. . . . . . . . . . . . : 192.168.0.1



Ethernetadapter VirtualBox Hostinterface 1:



        Medienstatus. . . . . . . . . . . : Es besteht keine Verbindung

        Beschreibung. . . . . . . . . . . : VirtualBox TAP Adapter

        Physikalische Adresse . . . . . . : 00-FF-36-24-B6-E5

If virtual box is not started, my second tcp-ip-lan connection, which defines the host-interface network, is deactivated.
-
Now the host, when i start virtual box ( is it coded in java, in general?

Code: Select all



Windows-IP-Konfiguration



        Hostname. . . . . . . . . . . . . :  - hidden by me -

        Primäres DNS-Suffix . . . . . . . : - hidden by me -

        Knotentyp . . . . . . . . . . . . : Hybrid

        IP-Routing aktiviert. . . . . . . : Nein

        WINS-Proxy aktiviert. . . . . . . : Nein

        DNS-Suffixsuchliste . . . . . . . : - hidden by me -





Ethernetadapter LAN-Verbindung:



        Verbindungsspezifisches DNS-Suffix: 

        Beschreibung. . . . . . . . . . . : Realtek RTL8139-Familie-PCI-Fast Ethernet-NIC

        Physikalische Adresse . . . . . . : 00-13-D4-A4-CA-C8

        DHCP aktiviert. . . . . . . . . . : Nein

        IP-Adresse. . . . . . . . . . . . : 192.168.0.57

        Subnetzmaske. . . . . . . . . . . : 255.255.255.0

        Standardgateway . . . . . . . . . : 192.168.0.25

        DNS-Server. . . . . . . . . . . . : 192.168.0.1



Ethernetadapter VirtualBox Hostinterface 1:



        Verbindungsspezifisches DNS-Suffix: 

        Beschreibung. . . . . . . . . . . : VirtualBox TAP Adapter

        Physikalische Adresse . . . . . . : 00-FF-36-24-B6-E5

        DHCP aktiviert. . . . . . . . . . : Nein

        IP-Adresse. . . . . . . . . . . . : 192.168.0.230

        Subnetzmaske. . . . . . . . . . . : 255.255.255.0

        Standardgateway . . . . . . . . . : 

-
-
And that ist my guest system konfiguration from gentoo2007 minmal install cd, when starting it live.
.
.
.
oh, i can't get the infos pasted.
But additional information:
Will I have to install guest-extension-tools?
Because I haven't done this until now.....
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

All I see is two network adapters, one for internet, the other for stand alone use. If you want to use your internet connection, bridge the two adapters to one, set the proper IP addresses (like you have on your LAN now). Set the same kind of info in your Gentoo Guest and it should all work. Keep in mind that bridging only works with LAN adapters, not wireless. But as you are using a Realtek card, I doubt it's wireless (would be awesome though, as I have the same kind of NIC in my laptop :P).

ps.
is it coded in java, in general?
Are you joking? Java isn't that fast and it uses lots of memory. If you checked the code, you would see that it has .cpp extensions, meaning it's written in C++.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
me-$-on
Posts: 5
Joined: 1. Jul 2008, 11:08

Have not downloaded

Post by me-$-on »

the sources yet.
And because it is really slow on my machine, i supposed it would be written in java.
Normally this would not be a good idea, to write such a tool in java.
Why does every joboffer demand java and jsp and j2ee skills, if this technique is slow?
I don't understand their definition of future ( although being cross-plattform compatible) it is too slow.
Strange people.
Ok, i will look and try to bridge that network device 2 to my networtk device 1 and look for some how-to's in here.
-
-
-Addition:
( but from gentoo i cannot ping the first nor the second eth)
THX.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Do you have a firewall running on your Guest? By default, the Windows Firewall blocks ICMP traffic.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply