virtualization, guest Erro de configurações de rede

0

Eu tenho a seguinte situação, eu tenho um ambiente de virtualização, o host é o Ubuntu

Informações do anfitrião:

uname -a 
Linux asic 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:12:07 UTC 2012 x86_64 GNU/Linux

mii-tool
eth0: negotiated 1000baseT-FD flow-control, link ok
eth1: negotiated 1000baseT-FD flow-control, link ok
eth2: no link
eth3: no link

e ao executar o comando ethtool também funciona perfeitamente,

informações dos hóspedes:

uname -a 
Linux questa.silminds.com 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

mii-tool
SIOCGMIIPHY on 'eth0' failed: Operation not supported no MII interfaces found

ethtool

Settings for eth0:
No data available

e quando tento definir as configurações da interface da placa de rede usando

 ethtool -s etho speed 1000 duplex full 
 Cannot get current device settings: No such device
  not setting speed
  not setting duplex

alguns detalhes:

host is ubuntu 10.04 LTS
kvm version is version 0.12.3 (qemu-kvm-0.12.3)

    
por Moaz Refat 14.02.2013 / 13:03

1 resposta

0

Não sei qual é o problema que você está tentando resolver, mas isso parece parte do seu problema:

ethtool -s etho speed 1000 duplex full
              ^
              |
           eth0

Zero = / = 'oh'

    
por Stephan 14.02.2013 / 22:09