When trying to connect the Access Manager client to the SRX, the Connection result is blank.This article is a part of the Dynamic VPN Resolution Guide: KB17220 - Troubleshoot Dynamic VPN client that is not working [juniper.net] .Unless otherwise noted these steps apply to all versions of Dynamic VPN. Any steps which apply to a specific version will note which versions the step applies to.
Symptoms:
Perform the following steps when the 'Connection result' is blank:
user@srx# set system processes general-authentication-service traceoptions flag all user@srx# run clear log authd user@srx# commit [Have user attempt to connect and login again] user@srx> show log authd The auth-debug log will contain the following if there is a problem with the connection to the RADIUS server: Apr 8 17:29:33 AUTHEN - module(radius) return: ASYNC Apr 8 17:29:45 RADIUS server 172.18.66.10:1812 was used for last request Apr 8 17:29:45 Radius : authd_radius_servers_dead: profile -radius-server, radius server - 172.18.66.88:1812 status set to DEAD For additional RADIUS debugging, refer to KB17335 [juniper.net] .
user@srx# set system processes general-authentication-service traceoptions flag all user@srx# run clear log authd
user@srx> show log authd
Apr 8 17:29:33 AUTHEN - module(radius) return: ASYNC Apr 8 17:29:45 RADIUS server 172.18.66.10:1812 was used for last request Apr 8 17:29:45 Radius : authd_radius_servers_dead: profile -radius-server, radius server - 172.18.66.88:1812 status set to DEAD
xauth access-profile
show access
show security ike
root@srx# show security ike proposal simple-ike-proposal {
authentication-method pre-shared-keys; dh-group group2; authentication-algorithm sha1; encryption-algorithm 3des-cbc;
}
policy simple-ike-policy {
mode aggressive; proposals simple-ike-proposal; pre-shared-key ascii-text "$ABC123"; ## SECRET-DATA
gateway dyn-gw-user1 {
ike-policy simple-ike-policy; dynamic hostname host1; external-interface ge-0/0/5.0; <--------------- xauth access-profile radius-server-profile ; <--------------
root@srx# show security ike policy ike-dyn-vpn-policy {
mode aggressive; proposal-set standard; pre-shared-key ascii-text "$ABC123"; ## SECRET-DATA
gateway dyn-vpn-local-gw {
ike-policy ike-dyn-vpn-policy; dynamic hostname dynvpn; external-interface ge-0/0/5.0; <--------------- xauth access-profile radius-server-profile ; <--------------
root@srx# show security ipsec proposal simple-ipsec-proposal {
protocol esp; authentication-algorithm hmac-sha1-96; encryption-algorithm 3des-cbc;
policy simple-ipsec-policy {
perfect-forward-secrecy {
keys group2;
proposals simple-ipsec-proposal;
vpn dyn-vpn-user1 {
ike {
gateway dyn-gw-user1 ; ipsec-policy simple-ipsec-policy;
root@srx# show security ipsec policy ipsec-dyn-vpn-policy {
proposal-set standard;
vpn dyn-vpn {
gateway dyn-vpn-local-gw ; ipsec-policy ipsec-dyn-vpn-policy;
user@srx> start shell user@srx%
user@srx% rm -rf /var/db/dynamic-vpn-ipsec/tokens-info
user@srx% exit
user@srx> restart web-management
2024-09-02: minor non tech changes2020-02-21: minor non-technical edits.