[Bug 269643] ping: UDP connect: No route to host
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Feb 2023 06:46:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269643 --- Comment #5 from crypt47 <cryptogranny@gmail.com> --- > Perhaps your script should use ping -4. btw, ping6 is just ping -6. I understand the nature of the problem, but the idea is not to change scripts because of changes in OS. (AND having two pings both of which are IPv6 capable and only one is IPv4 capable is a bit strange.) I personally didn't introduce any ipv6 on the system. If there were any "IPv6_OFF" global switch I will pull it. And actually I did. At least I thought. ipv6_activate_all_interfaces="NO" If you say ip6addrctl is a new global soft switch, I'll use it, but it's not obvious (No examples in man page). # rc.conf, to disable broken ping on F13.Х systems ip6addrctl_enable="YES" ip6addrctl_policy="ipv4_prefer" -- You are receiving this mail because: You are the assignee for the bug.