ROS5.X使用VPN无法输入域名的解决方法

ROS 5.X的系统创建VPN连接无法输入域名,输入域名也会变成IP地址,由于VPN线路是动态的就需要变动IP,所以就只能用以下脚本用来自动判断更新VPN拨号的地址了

:local ipadds [/interface pptp-client get value-name=connect-to [find name="pptp-out1"]] 
:local ipadd [:resolve jimystry.f3322.net]
:if ($ipadd !=$ipadds) do {
:delay 1000ms
/interface pptp-client set [find name="pptp-out1"] connect-to=$ipadd
:log warning  "地址变化,已修正VPN连接IP"
}


未经允许不得转载:ROS5.X使用VPN无法输入域名的解决方法

发表评论

路人甲
看不清楚?点图切换 Ctrl+Enter快速提交

网友评论(0)



枫叶落 -技术学习交流--用心学习--用心记录!

联系我