I'm trying to ping (Send ICMP Echo Request package) ipv6 address using methods from: How can I ping a server port with PHP? with fsockopen and socket. This methods works only with ipv4. Is it possible to use this in v6 mode?
Asked
Active
Viewed 287 times
0
-
1This issue has already been discussed in following title: https://stackoverflow.com/questions/43298670/check-if-ipv4-ipv6-address-is-up-using-php – Onur Dec 31 '19 at 14:27
-
This is not pinging on ipv6. Just only opening socket – Katrina Dec 31 '19 at 14:48
-
2Does this answer your question? [Check If IPv4/IPv6 Address is up using PHP](https://stackoverflow.com/questions/43298670/check-if-ipv4-ipv6-address-is-up-using-php) – Zain Dec 31 '19 at 23:25
-
No, this is the same link from comment nr 1 – Katrina Jan 01 '20 at 20:19