Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ping6 requires the network interface to ping a link local address #44

Open
jeffsilverm opened this issue Dec 27, 2019 · 1 comment
Open

Comments

@jeffsilverm
Copy link
Owner

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.

@jeffsilverm
Copy link
Owner Author

In network.py, where I have if ent['destination'] == address:, that's crude. There should be something in module socket which has membership.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant