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

FS#4244 - ebtables redirect ipv6 cannot reach the route #9224

Open
openwrt-bot opened this issue Jan 30, 2022 · 0 comments
Open

FS#4244 - ebtables redirect ipv6 cannot reach the route #9224

openwrt-bot opened this issue Jan 30, 2022 · 0 comments
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release

Comments

@openwrt-bot
Copy link

qiuzi:

use bridge br-wan two network ports eth1 eth2

eth2 is connected to the pc, and eth1 is connected to the upper-level router

ebtables -t broute -I BROUTING -i eth2 -p ipv6 --ip6-proto 17 -j redirect --redirect-target DROP
ebtables -t broute -I BROUTING -i eth2 -p ip --ip-proto 17 -j redirect --redirect-target DROP

tcpdump -i br-wan host 2001:4860:4860::8888 -vvv can’t get any dns request data
replacing -i eth2 shows dns requests. ipv4 has no such problems

does ipv6 not support redirect routing?

@aparcar aparcar added the release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release
Projects
None yet
Development

No branches or pull requests

2 participants