Quote from: BrandyWine on August 25, 2025, 08:43:55 AMWhat issue? OPNsense functions just fine with bad colors. ;)
Because others might also benefit. Opensource isn't just about taking, it's also about contributing back.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: BrandyWine on August 25, 2025, 08:43:55 AMWhat issue? OPNsense functions just fine with bad colors. ;)
netstat -an | grep 16667
udp6 0 0 *.16667 *.*
udp4 0 0 *.16667 *.*
fctl -s rules | grep 16667
pass in log quick on igb0 reply-to (igb0 my_wan_ip) inet proto udp from <test_alias> to (self) port = 16667 keep state label "bb98ab23aa9424dfc474d537ac13aec4"
pass in log quick on igb0 reply-to (igb0 fe80::342c:zzzz:yyyy:xxxx) inet6 proto udp from <test_alias> to (self) port = 16667 keep state label "bb98ab23aa9424dfc474d537ac13aec4"
tcpdump -i igb0 port 16667 and udp and ip6
shows any traffic incoming.