SSL-VPN客户端连接失败,认证成功之后提示建立VPN隧道失败:
防火墙错误提示:*Aug 4 14:40:01:541 2019 F1000-AK110 SSLVPNK/7/SSLVPN_ERROR: IPAC: Failed to get IP resources.
配置文件及debugging信息见附件。
(0)
最佳答案
关键配置:
debugging:
(0)
没有配置资源 # 配置SSL VPN访问实例ctx引用SSL VPN AC接口1 [Device-sslvpn-context-ctx] ip-tunnel interface sslvpn-ac 1 # 配置SSL VPN访问实例ctx引用地址池ippool。 [Device-sslvpn-context-ctx] ip-tunnel address-pool ippool mask 255.255.255.0 # 创建SSL VPN策略组pgroup,引用路由列表rtlist,并同时配置对IP接入进行URI ACL过滤。 [Device-sslvpn-context-ctx] policy-group pgroup [Device-sslvpn-context-ctx-policy-group-pgroup] ip-tunnel access-route ip-route-list rtlist [Device-sslvpn-context-ctx-policy-group-pgroup] filter ip-tunnel uri-acl uriacl [Device-sslvpn-context-ctx-policy-group-pgroup] quit # 开启SSL VPN访问实例ctx。 [Device-sslvpn-context-ctx] service enable [Device-sslvpn-context-ctx] quit
ip使用加端口的,如192.168.1.1的4433端口要写成192.168.1.1:4433
(0)
现在应该能看到了
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
没有配置资源 # 配置SSL VPN访问实例ctx引用SSL VPN AC接口1 [Device-sslvpn-context-ctx] ip-tunnel interface sslvpn-ac 1 # 配置SSL VPN访问实例ctx引用地址池ippool。 [Device-sslvpn-context-ctx] ip-tunnel address-pool ippool mask 255.255.255.0 # 创建SSL VPN策略组pgroup,引用路由列表rtlist,并同时配置对IP接入进行URI ACL过滤。 [Device-sslvpn-context-ctx] policy-group pgroup [Device-sslvpn-context-ctx-policy-group-pgroup] ip-tunnel access-route ip-route-list rtlist [Device-sslvpn-context-ctx-policy-group-pgroup] filter ip-tunnel uri-acl uriacl [Device-sslvpn-context-ctx-policy-group-pgroup] quit # 开启SSL VPN访问实例ctx。 [Device-sslvpn-context-ctx] service enable [Device-sslvpn-context-ctx] quit