We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RouterOS 不支持定时释放 UPnP 映射,有以下报错:
[725] OnlyPermanentLeasesSupported
超时时间可能过短。
The text was updated successfully, but these errors were encountered:
upnp.forward函数参数中有个duration相关的,删除即可
https://github.com/MikeWang000000/Natter/blob/master/natter.py#L1722
只不过创建的upnp规则就需要手动去删了,好像在ROS7.9之后就删不了了,建议通过upnp接口来删除,还有就是重新拨号外网IP变了之后不会自动修改upnp规则。。
https://tty228.github.io/2022/06/09/%E3%80%90RouterOS(ROS)%E3%80%91UPNP%E8%AE%BE%E7%BD%AE-%E8%87%AA%E5%8A%A8%E8%80%81%E5%8C%96%E5%8F%8A%E9%87%8D%E6%8B%A8%E5%90%8E%E4%BF%AE%E6%94%B9IP/
Sorry, something went wrong.
此处说明:不是最佳解决方案。请等待 2.1.2 版本中的解决方案。
2.1.2
家里ROS主路由,刚好遇到这个问题了,请问有什么更好的解决方案吗? 如果是修改duration来应急,是应该将duration改为0吗
补充更新:
将duration更新为0后可以正常打洞,只是upnp规则没办法手动删除
upnp.forward函数参数中有个duration相关的,删除即可 此处说明:不是最佳解决方案。请等待 2.1.2 版本中的解决方案。
想问问有什么进展吗?
No branches or pull requests
RouterOS 不支持定时释放 UPnP 映射,有以下报错:
超时时间可能过短。
The text was updated successfully, but these errors were encountered: