SRX

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  web auth with RSA authentication

    Posted 03-09-2018 02:56

    Hi,

    we have just migrated from SSG to SRX, on SSG we have web auth configured on it. users login to http then authenticated by external server which is RSA to have a connection to our servers. but when we configured it on srx it didnt work, its not authenticating. though im not sure if we configured it right. below is the config i made:

     

    set access profile RSA_SecureID authentication-order radius
    set access profile RSA_SecureID authentication-order password
    set access profile RSA_SecureID radius-server 192.168.x.x port 1646
    set access profile RSA_SecureID radius-server 192.168.x.x secret "$9$pVFMuIhSyK8xdlKGiHkPf1RhcyKM8X7Nd"
    set access profile RSA_SecureID radius-server 192.168.x.x timeout 90
    set access profile RSA_SecureID radius-server 192.168.x.x source-address 10.4.x.1
    set access firewall-authentication web-authentication default-profile RSA_SecureID

     



  • 2.  RE: web auth with RSA authentication
    Best Answer

    Posted 03-09-2018 03:31

    Hi,

    Please check the RADIUS authentication port. By default it should be 1645 or 1812. In your config, it is 1646. May be typo?

     



  • 3.  RE: web auth with RSA authentication

    Posted 03-09-2018 03:57

    Hi,

     

    port 1645 worked!  thanks for the help