#10083 Copr vmhosts can't reach git.centos.org hostname
Closed: Fixed 2 years ago by kevin. Opened 2 years ago by praiskup.

$ ping git.centos.org
PING git.centos.org (8.43.84.211) 56(84) bytes of data.
From vmhost-x86-copr02.rdu-cc.fedoraproject.org (8.43.85.58) icmp_seq=1 Destination Host Unreachable

Seems like those hosts are in the same ipv4 network:

8: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    inet 8.43.85.58/23 brd 8.43.85.255 scope global noprefixroute br0
    inet6 fe80::8adc:2e0c:ae15:8903/64 scope link noprefixroute 
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0

$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         ip-8-43-85-254. 0.0.0.0         UG    425    0        0 br0
8.43.84.0       0.0.0.0         255.255.254.0   U     425    0        0 br0
192.168.0.0     vmhost-x86-copr 255.255.0.0     UG    0      0        0 tun0
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0

Are these really in the same network, or should we use /24?


I thought they were the same network but I guess i was wrong. They should be a /24.

@smooge so, we should change all the stuff we have on that network to use a /24?

yes sorry. that should be the fix.

ok. Done. ;)

[root@vmhost-x86-copr01 ~][PROD]# ping git.centos.org
PING git.centos.org (8.43.84.211) 56(84) bytes of data.
64 bytes from git.centos.org (8.43.84.211): icmp_seq=1 ttl=62 time=0.192 ms
64 bytes from git.centos.org (8.43.84.211): icmp_seq=2 ttl=62 time=0.266 ms

Metadata Update from @kevin:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Thank you for the quick fix!

Login to comment on this ticket.

Metadata