Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Self-installation executable plugin file for EAP-GTC available?

This thread has been viewed 5 times
  • 1.  Self-installation executable plugin file for EAP-GTC available?

    Posted Feb 03, 2015 09:26 PM

    Dear Guru,

     

    Customer who implemented LDAP authentication with EAP-GTC suffer supporting their end user on installing the plugin. They already have a SW distribution server. Does Aruba provide "Self-installation executable plugin file" ?  Or not, are there any way to make it?

     

    Best regards



  • 2.  RE: Self-installation executable plugin file for EAP-GTC available?
    Best Answer

    EMPLOYEE
    Posted Feb 03, 2015 09:30 PM

    Just curious... Why not use a RADIUS server? Much less headache.



  • 3.  RE: Self-installation executable plugin file for EAP-GTC available?

    Posted Feb 03, 2015 10:06 PM

    At first they tested it with MS NPS(radius) and AD server as a backend DB in the same physical server. We followed the deployment guide from Aruba.  Due to their security regulation, they need to seperate NPS physically from AD server.

     

    We failed to find the wat to do it. Is it possible to seperate the NPS from the AD server? Please let  me share the solution.

     

    Best regards



  • 4.  RE: Self-installation executable plugin file for EAP-GTC available?

    EMPLOYEE
    Posted Feb 03, 2015 10:08 PM
    Yes, you simply install the NPS role on Windows server that is joined to the
    domain. It is not best practice to run RADIUS on a domain controller.


  • 5.  RE: Self-installation executable plugin file for EAP-GTC available?
    Best Answer

    EMPLOYEE
    Posted Feb 03, 2015 09:39 PM

    The EAP-GTC file should be an .msi file so you should be able to:

     

    msiexec /i EAP-GTC-x86.msi /quiet /qn 

     and it will install silently.  Make sure you download and install the correct version from the support site, because there is a 32-bit and a 64-bit version.  It also requires a restart, and has to be configured after the reboot.  Like Tcappalli says, you should look into a radius server to avoid the hassle.

     

    The downloads (for registered users) are here:  http://support.arubanetworks.com/ToolsResources/tabid/76/DMXModule/514/EntryId/114/Default.aspx

     



  • 6.  RE: Self-installation executable plugin file for EAP-GTC available?

    Posted Feb 03, 2015 09:53 PM

     

    Wow,Impressive!

     

    Thank you so much for your prompt & accurate answer.



  • 7.  RE: Self-installation executable plugin file for EAP-GTC available?

    Posted Jul 04, 2016 09:18 AM

    Hi all, 

    i have a doubt... 

    i'm trying to install EAP-GTC with silent mode, but when i try to, appears a message for close all programs that's open, for installation continue. 

     

    is there any way to not appears this message?

     

    I want that user don't see any message. 

     

    i'm using the same script that is here:

    msiexec /i EAP-GTC-x86.msi /quiet /qn 

     

    do you have any ideas?