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

Unsupported IP header/ ethernet type msgs #28

Open
ahmedwahdan opened this issue Oct 14, 2019 · 4 comments
Open

Unsupported IP header/ ethernet type msgs #28

ahmedwahdan opened this issue Oct 14, 2019 · 4 comments

Comments

@ahmedwahdan
Copy link

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

@Jackistang
Copy link

I have the same problem with you.

@Jackistang
Copy link

"Unsupported ethertype 86dd."
0x86DD is the IPv6 type, and the IPv6 protocol isn't supported in the programs.
But also I don't find the solutions.

@oliverhu
Copy link

oliverhu commented May 9, 2020

@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 😂

@helintongh
Copy link

helintongh commented May 14, 2020

Turn off ipv6 support on your computer.
In centos 7,you can
sysctl -w net.ipv6.conf.all.disable_ipv6=1
sysctl -w net.ipv6.conf.default.disable_ipv6=1

in ubuntu, you can:
sysctl -w net.ipv6.conf.all.disable_ipv6=1
sysctl -w net.ipv6.conf.default.disable_ipv6=1
sysctl -w net.ipv6.conf.lo.disable_ipv6 =1
then will not report this log.

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

4 participants