Comment # 19 on bug 926835 from
After making the script edits above, then rebooting

systemctl enable sshd@br0.service
    Failed to execute operation: No such file or directory

ls -al /dev/br0
    ls: cannot access /dev/br0: No such file or directory

ifstatus br0
    br0             up
          link:     #6, state up, mtu 1500
          type:     bridge
          config:   compat:/etc/sysconfig/network/ifcfg-br0
          leases:   ipv4 static granted
          addr:     ipv4 192.168.1.1/24 [static]
          route:    ipv4 default via 192.168.1.1

brctl show
    bridge name     bridge id               STP enabled     interfaces
    br0             8000.0cc47a489a7e       no              eno1

Obviously, there's no available sshd service.


You are receiving this mail because: