Quote From : radwebhosting October 11, 2019, 11:38 pm Sounds like possible bridge issue...you should be looking at the network interface first.
Ensure that your /etc/sysconfig/network-scripts/ifcfg-* are accurate.
Hello
Thans for yout reply
This is my intarfaces config:
ifcfg-eno1:
Code
### Hetzner Online GmbH installimage
DEVICE=eno1
ONBOOT=yes
BOOTPROTO=none
IPADDR=x.x.x.x
NETMASK=x.x.x.x
GATEWAY=x.x.x.x
SCOPE="peer x.x.x.x"
IPV6INIT=yes
IPV6_AUTOCONF=yes
ifcfg-viifbr0:
Code
DEVICE=viifbr0
ONBOOT=yes
TYPE="Bridge"
BOOTPROTO=static
IPADDR=x.x.x.x
NETMASK=x.x.x.x
SCOPE="peer x.x.x.x"
IPV6INIT=no
STP=off
DELAY=0
|