Chapter 18 SSL VPN
1First of all, configure 10.1.1.254/24 for the IP address of interface ge2 which is an external interface for public SSL VPN to access. Configure 172.16.10.254/24 for the IP address of interface ge3 which is an internal network.
Router(config)# interface ge2
Router(config)# interface ge3
2Create four address objects for the SSL VPN DHCP pool, DNS servers and the local network for SSL VPN authenticated users to access.
Router(config)#
Router(config)#
Router(config)#
Router(config)#
3Create an endpoint security profile named
Router(config)# eps profile
Router(eps
Router(eps
4Create the SSL VPN user account named tester with password 1234.
Router(config)# username tester password 1234
5Create an SSL VPN rule named SSL_VPN_TEST. Enable it and apply objects you just created.
Router(config)# sslvpn policy SSL_VPN_TEST
Router(policy SSL_VPN_TEST)# activate
Router(policy SSL_VPN_TEST)# user tester
Router(policy SSL_VPN_TEST)#
Router(policy SSL_VPN_TEST)#
Router(policy SSL_VPN_TEST)#
Router(policy SSL_VPN_TEST)#
Router(policy SSL_VPN_TEST)#
Router(policy SSL_VPN_TEST)# eps activate
Router(policy SSL_VPN_TEST)# eps 1
Router(policy SSL_VPN_TEST)# exit
154 |
|
ZyWALL (ZLD) CLI Reference Guide | |
|
|