-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, Nov 08, 2009 at 11:55:29PM +0100, Daniela Waranie wrote:
> When i ping from my debian to 192.168.8.1 (my router, AVM Fritz!Box
> 7170) i get the message "connect: Network is unreachable". The IP of my
> host is 192.168.8.111. I get the same error when i ping it from my guest
> (debian). Firewall from my host is disabled (windows XP firewall) and
> zone alarm is disabled, too.

It sounds like networking hasn't been configured inside your debian
guest. If you want to configure the network with a static ip address,
read the interfaces(5) manual page by typing

man interfaces

(what you'd type in German could be different), at the command prompt
inside your guest, and follow the instructions there. If you want your
networking to be configured via dhcp, (probably the easiest way, if
your network has a dhcp server), then as root, install a dhcp client,
by typing

apt-get install dhcpcd

at the command/shell prompt, and ideally, consult the interfaces(5)
man page on how to setup your system to configure the network using
dhcp. If you have the following in /etc/network/interfaces, it should
work for you:

auto eth1
iface eth1 inet dhcp

Note that I gave eth1 above, and not eth0, because if running
debian/ubuntu guests in virtualbox using udev, the first network
interface tends to be configured as eth1, and not as eth0.

> 
> When i run "ipconfig" on debian it get "-bash: ipconfig: command not
> found".

That's because you're using a windows command, and it's not the same
as in debian. The right command is ifconfig.

> 
> When i run "route -n" i get "Destination Gateway Genmask Falgs Metric
> Ref Use Iface" but nothing more.

Yup, I'd say it looks like your network isn't configured.

Greg


- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkr3WxMACgkQ7s9z/XlyUyC2SwCeOQcs+RB17FGVPtGFTESpCorU
rQYAn1DRn12nmHvZnywt1SQTB3Db80Ud
=U2ci
-----END PGP SIGNATURE-----

_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to