Search:

Type: Posts; User: nbritton; Keyword(s):

Search: Search took 0.05 seconds.

  1. [server] Ubuntu 18.04: Networking has stopped working on KVM guests.

    The networking in my KVM guest VMs has stopped working. I attach the VMs to a bridge, any bridge, and then I try to ping another guest VM on the same bridge, or the hypervisor host, or the gateway...
  2. Set all processors to the same frequency?

    I have a Dell R920 with 4x Intel Xeon E7-8895 v2 processors. This system is a KVM hypervisor host that runs Ubuntu Server 18.04. I'm noticing that my VMs are randomly stalling and locking up, I've...
  3. [all variants] Re: How do you create a persistent tap interface in Ubuntu 17.10?

    Step 1: printf "[NetDev]\nName=tap1\nKind=tap\n" > /etc/systemd/network/tap1.netdev
    Step 2: Add tap1 to netplan configuration.

    Also I've learned if you're trying to setup a virtual bridge for use...
  4. Re: Kernel panic during bootup after updating to 4.15-15 on a Dell R620

    I'm running into the exact same problem on a Dell R820.

    Here is a screenshot of where it hangs:

    https://imgur.com/VT9zd0w
    https://imgur.com/4BQPCXo
  5. Kernel panic during bootup after updating to 4.15-15 on a Dell R620

    I'm running 18.04 on a Dell R620. I was previously running kernel 4.15-13 and I did an apt upgrade yesterday and now I'm getting kernel panics at bootup with 4.15-15. I revered back to the old kernel...
  6. Re: Netplan: Add additional loopback interfaces for virtual networks.

    So apparently you don't need a loopback, dummy, or tap interface. netplan will happily create a floating bridge with no interfaces attached to it by using a null value [] in the interfaces section....
  7. [all variants] How do you create a persistent tap interface in Ubuntu 17.10?

    How do you create a persistent tap interface in Ubuntu 18.04 and/or Ubuntu 17.10? I can create the device with "ip tuntap add tap0 mode tap", but I need it to come back up after reboot. I put "pre-up...
  8. Replies
    0
    Views
    1

    How do you vlan bridge with netplan?

    How do you create a vlan on a bridge connected to a tap interface with netplan?

    I need:

    tap1 / br3: VLAN 10
    tap2 / br4: VLAN 20

    Here is my current netplan config file:
  9. Netplan: how do you create a dummy interface?

    How do you create a persistent dummy, loopback, and/or tap interface with netplan on Ubuntu 18.04? I need three seperate virtual networks for use with my virtual machines.
  10. Netplan: Add additional loopback interfaces for virtual networks.

    Hello,

    I'm virtualizing Mirantis Cloud Platform (OpenStack) on a single test node running Ubuntu 18.04 as the hypervisor. I need to create three separate virtual (loopback) networks (Deployment,...
  11. [ubuntu] How do you recompile kernel with -march=ivybridge?

    I want to recompile the stock Bionic kernel with the "-march=ivybridge -O2" GCC optimization flags, how do I do this? Is it just: export CFLAGS="-march=ivybridge -O2" and then follow this guide?
    ...
  12. Replies
    0
    Views
    246

    MAAS 2.1.1 doesn't resolve hostnames

    Hi,

    I've never been able to get DNS resolution working for MAAS 2.x, not sure what I'm doing wrong because there is no documentation.

    272465
Results 1 to 12 of 12