I cannot seem to get uPNP working. I know I can just do this via firewall/nat rules, but thats not the point. I would like to be able to enable this, as we may start selling these units to customers (I work at a ISP)
I have a RB750G. It is being used as a basic NAT’d home router.
Ether1 is DHCP client (for wimax)
Ether2-master (DHCP server for private 192.168.0.1/24)
Ether3-4 slaves to Ether2
[admin@xxx] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; Forward Winbox to router
chain=dstnat action=dst-nat to-addresses=192.168.0.1 to-ports=8291 protocol=tcp in-interface=ether1-gateway
dst-port=8291
1 X ;;; default configuration
chain=srcnat action=log src-address=192.168.0.0/24 out-interface=ether1-gateway log-prefix="WINBOX-WAN"
2 ;;; default configuration
chain=srcnat action=masquerade src-address=192.168.0.0/24 out-interface=ether1-gateway
[admin@xxx] > /ip upnp print
enabled: yes
allow-disable-external-interface: no
show-dummy-rule: yes
Flags: X - disabled
# INTERFACE TYPE
0 ether1-gateway external
1 ether2-local-master internal
When uPNP is working, is there an area that I can see the dynamic forwards created ?