AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / server / Perguntas / 1023977
Accepted
Dolphin
Dolphin
Asked: 2020-07-05 00:37:17 +0800 CST2020-07-05 00:37:17 +0800 CST 2020-07-05 00:37:17 +0800 CST

A máquina virtual kvm não encontrou a rede de ponte no fedora 32

  • 772

Estou configurando uma rede de ponte na minha máquina Fedora 32, esta é minha saída ifconfig:

[root@MiWiFi-R4CM-srv network-scripts]# ifconfig
br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.31.2  netmask 255.255.255.0  broadcast 192.168.31.255
        inet6 fe80::4b2:78ff:fe35:2c73  prefixlen 64  scopeid 0x20<link>
        ether 06:b2:78:35:2c:73  txqueuelen 1000  (Ethernet)
        RX packets 104  bytes 13776 (13.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 412  bytes 76686 (74.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

bridge0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.31.178  netmask 255.255.255.0  broadcast 192.168.31.255
        inet6 fe80::b18b:62f0:b07f:1be6  prefixlen 64  scopeid 0x20<link>
        ether 06:0c:7d:51:ea:71  txqueuelen 1000  (Ethernet)
        RX packets 31618  bytes 2354837 (2.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 13625  bytes 100610583 (95.9 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.31.72  netmask 255.255.255.0  broadcast 192.168.31.255
        inet6 fe80::7903:4d64:5ea0:3339  prefixlen 64  scopeid 0x20<link>
        ether 2c:f0:5d:2c:6e:d5  txqueuelen 1000  (Ethernet)
        RX packets 61756  bytes 26903282 (25.6 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 87934  bytes 108103869 (103.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xa1200000-a1220000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 5913  bytes 1277029 (1.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5913  bytes 1277029 (1.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:39:c6:9f  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vnet0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::fc54:ff:fe36:a8ef  prefixlen 64  scopeid 0x20<link>
        ether fe:54:00:36:a8:ef  txqueuelen 1000  (Ethernet)
        RX packets 28  bytes 3449 (3.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 103  bytes 16899 (16.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

esta é minha configuração de conexões de rede:

insira a descrição da imagem aqui

mas quando configuro a ponte de rede da máquina virtual kvm no gerenciador virtual kvm, não encontrei a ponte de rede br0.o que devo fazer para disponibilizar o br0 para a máquina virtual kvm?

insira a descrição da imagem aqui

kvm-virtualization
  • 1 1 respostas
  • 124 Views

1 respostas

  • Voted
  1. Best Answer
    Michael Hampton
    2020-07-05T05:14:33+08:002020-07-05T05:14:33+08:00

    As interfaces de ponte não aparecem nesta lista. Você deve escolher "Especificar nome do dispositivo compartilhado" e digitar o nome da interface de ponte que deseja usar na caixa de texto que aparece.

    • 1

relate perguntas

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Você pode passar usuário/passar para autenticação básica HTTP em parâmetros de URL?

    • 5 respostas
  • Marko Smith

    Ping uma porta específica

    • 18 respostas
  • Marko Smith

    Verifique se a porta está aberta ou fechada em um servidor Linux?

    • 7 respostas
  • Marko Smith

    Como automatizar o login SSH com senha?

    • 10 respostas
  • Marko Smith

    Como posso dizer ao Git para Windows onde encontrar minha chave RSA privada?

    • 30 respostas
  • Marko Smith

    Qual é o nome de usuário/senha de superusuário padrão para postgres após uma nova instalação?

    • 5 respostas
  • Marko Smith

    Qual porta o SFTP usa?

    • 6 respostas
  • Marko Smith

    Linha de comando para listar usuários em um grupo do Windows Active Directory?

    • 9 respostas
  • Marko Smith

    O que é um arquivo Pem e como ele difere de outros formatos de arquivo de chave gerada pelo OpenSSL?

    • 3 respostas
  • Marko Smith

    Como determinar se uma variável bash está vazia?

    • 15 respostas
  • Martin Hope
    Davie Ping uma porta específica 2009-10-09 01:57:50 +0800 CST
  • Martin Hope
    kernel O scp pode copiar diretórios recursivamente? 2011-04-29 20:24:45 +0800 CST
  • Martin Hope
    Robert ssh retorna "Proprietário incorreto ou permissões em ~/.ssh/config" 2011-03-30 10:15:48 +0800 CST
  • Martin Hope
    Eonil Como automatizar o login SSH com senha? 2011-03-02 03:07:12 +0800 CST
  • Martin Hope
    gunwin Como lidar com um servidor comprometido? 2011-01-03 13:31:27 +0800 CST
  • Martin Hope
    Tom Feiner Como posso classificar a saída du -h por tamanho 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich O que é um arquivo Pem e como ele difere de outros formatos de arquivo de chave gerada pelo OpenSSL? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent Como determinar se uma variável bash está vazia? 2009-05-13 09:54:48 +0800 CST

Hot tag

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve