#1 Le 16/06/2008, à 21: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, à 21:26)
Yves
Hors ligne
#2 Le 16/06/2008, à 21:26
- yvecai
Re : [resolu]Virtualbox: 8.04 Hosting Lenny: pb internet
Comme l'a si bien dit Tylhdar dans un autre post :
/sbin/dhclient
Yves
Hors ligne