Search results

  1. S

    Private network bridge is always down

    Here is the result of the dummy interface: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128...
  2. S

    Private network bridge is always down

    Hello, I am attempting to create a private network for my vms to communicate, which will be on a bridge named vmbr1. I want only one single vm to have access to internet through the default bridge, vmbr0, along with access to vmbr1 to communicate and forward requests to the other vms. I'm having...