Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 16/06/2008, à 22:16

yvecai

[resolu]Virtualbox: 8.04 Hosting Lenny: pb internet

Bonjour, j'ai configuré mon réseau en Host interface networking, je pingue les ordis du réseau et le routeur depuis Debian Lenny sous VB, mais il n'arrive pas à se connecter au net.

Hote Ubuntu /etc/network/interfaces:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# iface eth0 inet dhcp
auto eth0
iface eth0 inet manual

auto tap0
iface tap0 inet manual
        tunctl_user  **user**
auto br0
iface br0 inet static
    post-up chmod ugo+rw /dev/net/tun
    address 192.168.1.6
    netmask 255.255.255.0
    broadcast 192.168.1.255
    gateway 192.168.1.1
    bridge-ports eth0 tap0
    bridge-ageing 7200
    bridge-fd 0

Sur la Debian:

iface eth0 inet static
    address 192.168.1.4
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1

Dernière modification par yvecai (Le 16/06/2008, à 22:26)


Yves

Hors ligne

#2 Le 16/06/2008, à 22:26

yvecai

Re : [resolu]Virtualbox: 8.04 Hosting Lenny: pb internet

Comme l'a si bien dit Tylhdar dans un autre post :

/sbin/dhclient

hmm désolé
(http://forum.ubuntu-fr.org/viewtopic.php?id=225147)


Yves

Hors ligne