-
Notifications
You must be signed in to change notification settings - Fork 381
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
Unsupported IP header/ ethernet type msgs #28
Comments
I have the same problem with you. |
"Unsupported ethertype 86dd." |
@Jackistang facing the same issue, thank for pointing out it is due to ipv6. I think the solution would have to be taking the material learnt from the posts and build it out 😂 |
Turn off ipv6 support on your computer. in ubuntu, you can: |
Describe your issue
This is the log when running sudo ./lvl-ip
~/level-ip$ sudo ./lvl-ip Unsupported ethertype 86dd ARP was not for us Unknown IP header proto : 2 Unsupported ethertype 86dd Unknown IP header proto : 17 Unknown IP header proto : 17 Unknown IP header proto : 17 Unsupported ethertype 86dd Unknown IP header proto : 2 Unknown IP header proto : 17 Unknown IP header proto : 17 Unsupported ethertype 86dd Unknown IP header proto : 17 ARP was not for us Unsupported ethertype 86dd Unsupported ethertype 86dd Unsupported ethertype 86dd Unknown IP header proto : 17 Unsupported ethertype 86dd Unsupported ethertype 86dd Unknown IP header proto : 17 Unsupported ethertype 86dd Unknown IP header proto : 17 Unsupported ethertype 86dd Unsupported ethertype 86dd Unsupported ethertype 86dd Unknown IP header proto : 17 Unknown IP header proto : 17 Unknown IP header proto : 17 Unsupported ethertype 86dd Unsupported ethertype 86dd Unknown IP header proto : 17 Unknown IP header proto : 17 Unsupported ethertype 86dd Unknown IP header proto : 17 Unsupported ethertype 86dd Unknown IP header proto : 17 Unsupported ethertype 86dd Unsupported ethertype 86dd Unknown IP header proto : 17 Unsupported ethertype 86dd Unsupported ethertype 86dd Unknown IP header proto : 17 Unsupported ethertype 86dd Unknown IP header proto : 17
Describe your running environment
Ubuntu 16.04 LTS
The text was updated successfully, but these errors were encountered: