dnaKGV,H3C SecPath F1000-AK1130 配置SSL VPN 接口
1678461324,CRM论坛(CRMbbs.com)——一个让用户更懂CRM的垂直性行业内容平台,CRM论坛致力于互联网、客户管理、销售管理、SCRM私域流量内容输出5年。 如果您有好的内容,欢迎向我们投稿,共建CRM多元化生态体系,创建CRM客户管理一体化生态解决方案。内容来源:知了社区
问题描述:
现在VLAN1是通过ge1/0/3这个端口通信的,ge1/0/3这个端口是二层的,这个端口是不能配置SSL VPN 是吧。
要是设置SSL VPN的话只能从VLAN1那进行设置
组网及组网描述:
SSL VPN是单独一个虚接口
暂无
你貌似对sslVPN 有误解。
我这有个脚本
interface SSLVPN-AC1 ip address 192.192.192.1 255.255.255.0 quit acl advanced 3998 rule 0 permit ip source 192.192.192.0 0.0.0.255 destination 192.168.1.0 0.0.0.255 rule 5 permit ip source 192.192.192.0 0.0.0.255 destination 172.16.0.0 0.0.0.255 quit sslvpn ip address-pool 1 192.192.192.2 192.192.192.254 # sslvpn gateway gw ip address 公网IP port 4430 service enable # sslvpn context ctxip gateway gw ip-tunnel interface SSLVPN-AC1 ip-tunnel address-pool 1 mask 255.255.255.0 ip-route-list rtlist include 192.168.1.0 255.255.255.0 include 172.16.1.0 255.255.255.0 policy-group 2 filter ip-tunnel acl 3998 ip-tunnel access-route ip-route-list rtlist ip-tunnel address-pool 1 mask 255.255.255.0 service enable # security-zone name Trust import interface SSLVPN-AC1 local-user test class network password simple admin service-type sslvpn authorization-attribute user-role network-operator authorization-attribute sslvpn-policy-group 2 11小时前回答暂无
你正在,H3C SecPath F1000-AK1130 配置SSL VPN 接口