Replies: 1 comment
-
我思考了一下这样设计所对应的场景,是同时具有两条入户宽带,且都具有公网IP,通过mwan3等进行链路聚合和负载均衡。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
多动态ip场景下,DNS解析变来变去。
Describe the solution you'd like
A clear and concise description of what you want to happen.
支持手动/自动选择ip,在多播、链路聚合等多动态ip场景下的设备正常工作
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
1、同一时间多次(次数可以用户指定,与负载比例相关)向指定的index4(如:ip.3322.net)请求ip,记录所有结果,并选择其中一个ip。下次获取ip后比较两次结果,如果选择的ip没有更换,则不改变dns解析。如果ip均发生改变,可根据ip的ISP、位置等信息自动选择,若都相同则对应多播情形,可以任选其一。
2、编译新版本,适用于路由器系统,支持通过curl指定端口获取ip地址,然后通过端口转发/DMZ到达指定的主机。
Additional context
Add any other context or screenshots about the feature request here.
临时解决方案:在路由器中设置静态路由规则,让运行ddns设备的所有出入流量都经过指定的端口
Beta Was this translation helpful? Give feedback.
All reactions