
Leandro Siqueira
(usa Debian)
Enviado em 24/06/2010 - 09:36h
Bom dia pessoal do VOL, estou com uma dúvida cruel e talvez simples.
quero que a placa virtual de rede que criei suba com o sistema.Eu configurei nas ineterfaces da seguinte forma...
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# 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
### WAN
allow-hotplug eth0
iface eth0 inet static
address 200.xxx.xxx.xxx
netmask 255.255.255.0
network 200.xxx.xxx.xxx
#broadcast 200.xxx.xxx.xxx
gateway 200.xxx.xxx.xxx
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 200.xxx.xxx.xxx 200.xxx.xxx.xxx
### LAN REDE 1
allow-hotplug eth1
iface eth1 inet static
address 192.168.0.1
netmask 255.255.0.0
## LAN REDE 2
allow-hotplug eth1:1
iface eth1:1 inet static
address 10.10.10.1
netmask 255.255.255.0
Mas desta maneira apenas as placas reais sobem com as configuraçoes no sistema, a virtual não, aguem poderia me ajudar.
Eu estou usando o Kurumin 7.