Upnp

Is Upnp supposed to work on 4.6?

i’ve enabled it, added internal interface, added firewall rules. the mikrotik is discovered ok as an igd but any upnp call to it fail.

running netmon tracing reveals some http not found responses.

running any upnp port forwarding tool fails.
this tool seems mature: http://www.wiseorbit.com/, it fails (emule config fails, vista network check tool fails – microsoft tool, etc.).

what’s going on?

anyone?

i’ve tested it with 4.6 and 5 beta 2 with no luck.

You should also add external interface.

ok.
wouldn’t that be required only for disabling the internet connection?

Don’t know, I never enable “Allow to disable internet connection”.

[admin@MikroTik] > /ip upnp export
/ip upnp
set allow-disable-external-interface=no enabled=yes show-dummy-rule=yes
/ip upnp interfaces
add disabled=no interface=ADSL type=external
add disabled=no interface=bridge-private type=internal

Yes, you have to add also external interface otherwise UPNP will not work.

seems to work now.

i’ve added the external interface.

will test more.