View previous topic :: View next topic |
Author |
Message |
tenwx
Joined: 18 Mar 2022 Posts: 1
|
Posted: Fri Mar 18, 2022 7:13 am Post subject: Add inbound ipv6 traffic rules to firewall |
|
|
Platform: OpenWRT
Version:2.3.0
Most routers currently add a rule to the firewall that disables all inbound ipv6 traffic. As a result, p2p applications that support dual-stack networking cannot pass inbound traffic for ipv6 through miniupnpd.
An example of adding a separate ipv6 inbound pass traffic rule in router is as follows:
Code: |
ip6tables -A FORWARD -d {client ipv6 address} -p tcp -m state --state NEW -m tcp --dport {port} -j ACCEPT
|
I hope miniupnpd can support this feature. |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
|
Back to top |
|
 |
|