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
Pinging 127.0.0.1 does not work: ping 127.0.0.1:
ping 127.0.0.1
2020/02/13 19:57:45 ping failed: bad ICMP echo reply type: 8 Exception: ping exited with 1
ping -6 ::1
2020/02/13 20:09:02 ping failed: bad ICMP checksum: 0 (expected 65535) Exception: ping exited with 1
Also ip l set lo up does not fix the issue. It does not seem to matter if an ethernet cable is connected. I use Linux 5.5.0.
ip l set lo up
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Pinging 127.0.0.1 does not work:
ping 127.0.0.1:ping -6 ::1Also
ip l set lo updoes not fix the issue.It does not seem to matter if an ethernet cable is connected. I use Linux 5.5.0.
The text was updated successfully, but these errors were encountered: