* 718 - ConflictInMappingEntry

 

    /* possible error codes for AddPortMapping :
     * 402 - Invalid Args
     * 501 - Action Failed
     * 715 - Wildcard not permited in SrcAddr
     * 716 - Wildcard not permited in ExtPort
     * 718 - ConflictInMappingEntry
     * 724 - SamePortValuesRequired (deprecated in IGD v2)
* 725 - OnlyPermanentLeasesSupported
The NAT implementation only supports permanent lease times on
port mappings (deprecated in IGD v2)
* 726 - RemoteHostOnlySupportsWildcard
RemoteHost must be a wildcard and cannot be a specific IP
address or DNS name (deprecated in IGD v2)
* 727 - ExternalPortOnlySupportsWildcard
ExternalPort must be a wildcard and cannot be a specific port
value (deprecated in IGD v2)
* 728 - NoPortMapsAvailable
There are not enough free prots available to complete the mapping
(added in IGD v2)
     * 729 - ConflictWithOtherMechanisms (added in IGD v2) */
 
 
建议:

There are a few different options you can try to work around these limitations and allow these ports to be redirected with UPnP:

  1. Move the affected service from its default port to another port.
  2. Disable the service that blocks the port you want to use.
  3. Manually configure port redirection to a specific device in NAT.

You can change service port assignments or disable services in RouterOS from IP: Services, or configure port redirection from IP: Firewall: NAT. You’ll find the exact details on how you can apply these

posted on 2022-03-13 18:47  lydstory  阅读(252)  评论(0)    收藏  举报

导航