Why aren't ARP or ICMPv6 packets processed by a Linux TAP device

一世执手 提交于 2019-12-05 10:47:48

This question is very old now.

(You also have the difference between TUN and TAP devices https://security.stackexchange.com/questions/46442/openvpn-tap-vs-tun-mode )

If your device is indeed a TAP device that includes ARP, hardware addressing etc: Your traffic-dump does not include the ethernet frame. Two important details for these ARP and ICMPv6 packets are the HW dst and src addresses. The RP filter is a part of this, but probably does not allow ALL possible combinations to pass.

For a TUN device: there should be no need for ARP etc, this device is "blind" IP device

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!