miniupnp.tuxfamily.org Forum Index miniupnp.tuxfamily.org
The forum about miniupnp and libnatpmp
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Add inbound ipv6 traffic rules to firewall

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Feature Request
View previous topic :: View next topic  
Author Message
tenwx



Joined: 18 Mar 2022
Posts: 1

PostPosted: Fri Mar 18, 2022 7:13 am    Post subject: Add inbound ipv6 traffic rules to firewall Reply with quote

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
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Sat May 07, 2022 8:54 am    Post subject: Reply with quote

miniupnpd does support IPv6 pinholes.
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Feature Request All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP
© 2007 Thomas Bernard, author of MiniUPNP.