router_master
New Around Here
I have a server nginx devices Raspberry IPv6 capable router and I'm trying to redirect port 80. What am I doing wrong?
Error:
----
Problem solved! The IPv6 is not DNAT.
Code:
ip6tables -t nat -A PREROUTING -p tcp -d 2001:470:11:111::1 --dport 80 -j DNAT --to 2001:470:71:302:5f63:6a3d:2e67:bac3:80
ip6tables -A FORWARD -p tcp -d 2001:470:71:302:5f63:6a3d:2e67:bac3/64 --dport 80 -j ACCEPT
Error:
Code:
ip6tables v1.4.14: unknown option "--to"
----
Problem solved! The IPv6 is not DNAT.
Last edited: