Artie Hamilton <artiemhamilton@xxxxxxxxx> wrote: > Now the same thing should be done for IPv6. It should works quite similar > (I just assume the above mentioned steps are already done): > > $ sysctl -w net.ipv6.conf.br0.accept_ra=2 > $ sysctl -w net.bridge.bridge-nf-call-ip6tables=1 > $ ip6tables -t nat -A PREROUTING -p tcp -m tcp --dport 8080 -j REDIRECT --to-ports 81 > > But here is the problem: Connections will not be started. I see for example > connections getting started to the service like this on the client: Yes, because bridge layer does not detect when addresses have been rewritten. The check is only implemented for ipv4, see dnat_took_place use in br_netfilter.c -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html