But in this post, user @trendy has shared his own Guest ipv6 firewall rules where the Destination port for Guest DHCPv6 is 547, and port 546 is specified as a Source port.
config rule
option name 'Allow-GUESTWIFI-DHCPv6'
option family 'ipv6'
list proto 'udp'
option src 'guest'
option src_port '546'
option dest_port '547'
option target 'ACCEPT'
Please clarify, what is the correct Destination port (as well as Source port) in the firewall config to allow DHCPv6 for the Guest?
Thanks.
No any Servers in my Guest network (actually, there are no servers at all for all my networks), also I'm getting ipv6 to Guest network via prefix delegation method (no ipv6 relay).
Does it mean that I should use destination port 546 for Guest DHCPv6 (similar to the default OpenWrt firewall config)?