These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Ping failed - Hetzner /29 subnet configuration on the new forum.
I created KVM virutal machine, but there is "Ping failed" message. I cant find what is wrong? My configuragtion files are as below:
etc/sysconfig/network-scripts/br0
DELAY=0
IPV6INIT=yes
BROADCAST=<main ip address>
STP=off
BOOTPROTO=none
NAME=""
MACADDR=""
TYPE=Bridge
DEVICE=br0
NETMASK=255.255.255.255
MTU=""
IPADDR=<main ip address>
IPV6ADDR=<main ip v6 address>/64
NETWORK=<main ip address>
IPV6ADDR_SECONDARIES=""
ONBOOT=yes
etc/sysconfig/network-scripts/eth0
IPV6_DEFAULTGW=fe80::1
IPV6_DEFAULTDEV=eth0
IPV6INIT=yes
HWADDR=<MAC>
BROADCAST=<main ip address>
SCOPE="peer <main gateaway adress>"
BOOTPROTO=none
NAME=""
MACADDR=""
DEVICE=eth0
NETMASK=255.255.255.255
MTU=""
IPADDR=<main ip address>
IPV6ADDR=<main ip v6 address>/128
NETWORK=<main ip address>
IPV6ADDR_SECONDARIES=""
ONBOOT=yes
etc/sysconfig/network-scripts/route-br0
ADDRESS0=<subnet address>.72
NETMASK0=255.255.255.255
ADDRESS1=<subnet address>.73
NETMASK1=255.255.255.255
ADDRESS2=<subnet address>.74
NETMASK2=255.255.255.255
ADDRESS3=<subnet address>.75
NETMASK3=255.255.255.255
ADDRESS4=<subnet address>.76
NETMASK4=255.255.255.255
ADDRESS5=<subnet address>.77
NETMASK5=255.255.255.255
ADDRESS6=<subnet address>.78
NETMASK6=255.255.255.255
ADDRESS7=<subnet address>.79
NETMASK7=255.255.255.255
etc/sysconfig/network-scripts/route-eth0
ADDRESS0=0.0.0.0
NETMASK0=0.0.0.0
GATEWAY0=<main gateaway adress>