Can't remove UPnP port mapping -
i messing around upnp library i'll using game server. came point had make addportmapping-function fail somehow, since don't have direct access router, can't turn off upnp in order make fail.
what did try, in order make function fail (which didn't), try add port mapping port -1.
now have problem of not being able remove port mapping router computer on port -1... ports can't < 1, confuses me.
is known problem?
wanipconnection:2 specification defines both externalport , internalport "ui2" they're unsigned integers 0-65535 (internalport can't 0, used wildcard externalport). if implementation accepts -1 it's broken: not known problem bug in router. buggy upnp-igd routers in general are known problem not surprise.
Comments
Post a Comment