You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IPv6 default gateway is a link-local address, such as fe80::c256:27ff:feca:724. In order to ping it, you must specify the interface. By way of contrast, with IPv4, you may specify the interface (but if you do, then you have to get it right).
Modify the ping method in network.py to add the interface, using the -I switch, to the ping command.
The text was updated successfully, but these errors were encountered:
The IPv6 default gateway is a link-local address, such as fe80::c256:27ff:feca:724. In order to ping it, you must specify the interface. By way of contrast, with IPv4, you may specify the interface (but if you do, then you have to get it right).
Modify the ping method in network.py to add the interface, using the -I switch, to the ping command.
The text was updated successfully, but these errors were encountered: