I've noticed something strange about the generated miniupnpd config. By default the router allows ports in the range 1024-65535 internally and 1-65535 externally. However, using these values it generates the following allow rule:
This contradicts miniupnp's documentation, which states the syntax is:
Is this a mistake on Asus part, or am I missing something?
EDIT: added more descriptive title.
Code:
allow 1024-65535 192.168.1.1/255.255.255.0 1-65535
This contradicts miniupnp's documentation, which states the syntax is:
Code:
# UPnP permission rules
# (allow|deny) (external port range) IP/mask (internal port range)
Is this a mistake on Asus part, or am I missing something?
EDIT: added more descriptive title.
Last edited: