Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 06:46:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 269643] ping: UDP connect: No route to host
Message-ID:  <bug-269643-7501-1m3PbIUuSZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269643-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269643-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269643

--- 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 scrip=
ts
because of changes in OS. (AND having two pings both of which are IPv6 capa=
ble
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=3D"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.=D0=A5 systems=20
ip6addrctl_enable=3D"YES"
ip6addrctl_policy=3D"ipv4_prefer"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269643-7501-1m3PbIUuSZ>