UPNP port 3659

Hello
Currently on wrt3200 I have a problem with upnp this one does not open port 3659 (EA platform), test with another router the port opens.If someone has an idea .... thank you and sorry for my English

Use ssh to connect to the device.
What is the output of the command uci export upnpd ?

config upnpd 'config'
        option download '1024'
        option upload '512'
        option internal_iface 'lan'
        option port '5000'
        option upnp_lease_file '/var/run/miniupnpd.leases'
        option enabled '1'
        option uuid 'cdbdb574-134f-45b6-87f9-6f61c41d76a3'
        option secure_mode '0'
        option igdv1 '1'

config perm_rule
        option action 'allow'
        option ext_ports '1024-65535'
        option int_addr '0.0.0.0/0'
        option int_ports '1024-65535'
        option comment 'Allow high ports'

config perm_rule
        option action 'deny'
        option ext_ports '0-65535'
        option int_addr '0.0.0.0/0'
        option int_ports '0-65535'
        option comment 'Default deny'

upnp opens all ports except 3659

Use option igdv2 enabled

with igdv2 still nothing

however the first time the port opened after nothing I did a reset but still not working

the same happened to me on dd-wrt

don't use igdv2 ...

keep igdv1 and add secure mode to 1

and put option adress below
option igdv1
option external_ip 'ip of your network' (use winscp)

reboot

salut dopam

1 Like

Capture d’écran 2021-09-17 à 21.23.40

i has test now and he work

:thinking: :thinking: :thinking: :thinking: :thinking: :thinking:

problem solved .. thank you all for your help

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.