Hello everyone, I am using a hap ax3 device, v7.8 stable. There is a pcdn terminal that needs to use upnp to create firewall automatic forwarding entries. I directly interconnect it with the physical port and configure a /30 mask.
My network egress is an operator nat network segment starting with 100. I read in some places that upnp must be triggered by the public network, but when I use openwrt, upnp can be triggered correctly, and the network exit does not need to be a public network.
When I set an input entry of udp port 1900, I saw that my pcdn terminal sent a multicast message to hap ax3, but unfortunately there is no feedback in ax3.
Below is my upnp configuration for your review.
[@MikroTik] /ip/upnp> print
enabled: yes
allow-disable-external-interface: no
show-dummy-rule: yes
[@MikroTik] /ip/upnp> interfaces/
[@MikroTik] /ip/upnp/interfaces> print
Columns: INTERFACE, TYPE
# INTERFACE TYPE
0 Internet external
1 ether3 internal
Do I need to open other special ports in the firewall or is there any reason why upnp does not work? Is there any diagnostic command to see the logs about upnp?
Thank you everyone!