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#4245 - ebtables redirect ipv6 cannot reach the route #9225

Closed
openwrt-bot opened this issue Jan 30, 2022 · 1 comment
Closed

FS#4245 - ebtables redirect ipv6 cannot reach the route #9225

openwrt-bot opened this issue Jan 30, 2022 · 1 comment
Labels

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?

@jow-
Copy link
Contributor

jow- commented Feb 18, 2022

Dupe of #9224

@jow- jow- closed this as completed Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants