* 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:
- Move the affected service from its default port to another port.
- Disable the service that blocks the port you want to use.
- 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