Results 1 to 2 of 2

Thread: ethernet not working with kvm..

  1. #1
    Join Date
    Jan 2014
    Location
    The Endless Ocean
    Beans
    223
    Distro
    Xubuntu

    Question ethernet not working with kvm..

    HI Guys.. I'm following this tutorial for setting up kvm on xubuntu 18.04.3 which is fully up-to-date. My problem is that I edit "/etc/network/interfaces" adding in my ethernet details, and then whenever I restart my ethernet is down and does not work, leaving me with only wifi. If I remove my ethernet details from the file (change enp4s0 to eth0 or anything else) and restart then ethernet starts working again as normal. Any suggestion or help appreciated. Here is my "/etc/network/interfaces" file....

    Code:
    # ifupdown has been replaced by netplan(5) on this system.  See
    # /etc/netplan for current configuration.
    # To re-enable ifupdown on this system, you can run:
    #    sudo apt install ifupdown
    auto lo br0
    iface lo inet loopback
    
    iface enp4s0 inet manual
    
    iface br0 inet dhcp
        bridge_ports enp4s0
    Last edited by Furycd001; November 12th, 2019 at 11:53 AM.
    [ d:Tour // Reviziis ]

  2. #2
    Join Date
    Jan 2014
    Location
    The Endless Ocean
    Beans
    223
    Distro
    Xubuntu

    Re: ethernet not working with kvm..

    The tutorial I was following was telling me how to incorrectly set up the bridge connections. Followed this tutorial and everything now works....
    [ d:Tour // Reviziis ]

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •