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

enable to users only to go to googleplay/appstore.

This thread has been viewed 5 times
  • 1.  enable to users only to go to googleplay/appstore.

    Posted Oct 03, 2012 06:33 AM

    Hi Guys

    I have upcoming big deployment – and one of the major client demands are to enable to users only to go to googleplay/appstore.

    Now here is the issue:

     

    APPLE & Google keep changing address (ip address) so I can’t build a normal access role.

     

    Please advise, or give me tip how to overcome this limitations in Aruba controller( I can see that I can add only IP HOST)

     

    Thanks

     

    Me.



  • 2.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 03, 2012 06:39 AM

    If this is controller-based, you need to be running the latest ArubaOs 6.1.3.x and turn on DNS name resolution:

     

    config t

    ip name-server 8.8.8.8

    ip domain-name company.com

    ip domain lookup

    netdestination android-market

      name android.clients.google.com

      name *.ggpht.com

      name *.apple.com

     

    When you create your firewall policy you can permit traffic to the alias android-market

     

     



  • 3.  RE: enable to users only to go to googleplay/appstore.

    Posted Oct 03, 2012 06:54 AM

    Thanks on the info - and that should work and allow only GooglePlay/Appstore (If i'm not allowing other port 80 services)



  • 4.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 03, 2012 06:57 AM

    @kdisc98 wrote:

    Thanks on the info - and that should work and allow only GooglePlay/Appstore (If i'm not allowing other port 80 services)


    The apple store restricts only to the apple domain.  Have not found a way to just allow it to the store.  The android portion should work, however.

     



  • 5.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 03, 2012 10:09 AM

    I can't see that as an option,

     

    (Controller) (config) #ip d?
    default-gateway         Specify default gateway (if not routing IP)
    dhcp                    Configure DHCP Server
    domain                  IP DNS Resolver
    domain-name             Define the default domain name
    
    (Controller) (config) #ip dns-server 8.8.8.8
                                                  ^
    % Invalid input detected at '^' marker.
    
    (Controller) (config) #show version
    Aruba Operating System Software.
    ArubaOS (MODEL: Aruba620), Version 6.1.3.4

     



  • 6.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 03, 2012 10:37 AM

    supposed to be ip name-server.  I changed the original.

     



  • 7.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 03, 2012 10:58 AM

    perfect for allowing through that annoying ocsp behaviour as well.

     

    :smileyhappy:



  • 8.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 03, 2012 03:48 PM

    so when I enter both the

     

    ip name-server 8.8.8.8

    ip domain-lookup

     

    commands, it says I may need to reload the controller.  Is that really necessary?  I'd rather not have to schedule an outage with the customer.

     

    Is this a command that is pushed down from the Master or done on the each local?

     

    When a lookup is done, is it cached, or done each time a user hits the acl?

     

    Thanks



  • 9.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 03, 2012 04:17 PM

    @Michael_Clarke wrote:

    so when I enter both the

     

    ip name-server 8.8.8.8

    ip domain-lookup

     

    commands, it says I may need to reload the controller.  Is that really necessary?  I'd rather not have to schedule an outage with the customer.

     

    Is this a command that is pushed down from the Master or done on the each local?

     

    When a lookup is done, is it cached, or done each time a user hits the acl?

     

    Thanks


    No need to reload...usually.  Try it without doing that.

     

    Lookup is cached.  If you type "show firewall dns-names" it will tell you what is resolved.

     



  • 10.  RE: enable to users only to go to googleplay/appstore.

    Posted Oct 04, 2012 07:00 AM

    i'am using 6.1.3.4 and there is no "ip domain-lookup" command... i'am getting invalid input



  • 11.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 04, 2012 07:04 AM

    @kdisc98 wrote:

    i'am using 6.1.3.4 and there is no "ip domain-lookup" command... i'am getting invalid input


    It is just plain "ip domain lookup"



  • 12.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 04, 2012 07:05 AM

    no hyphen, just 'ip domain lookup'

     

     



  • 13.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 09, 2012 08:33 AM

    Yeah, seems to be ok without having to reload.

     

    Have just been testing and wondering about certain domains that have continuously changing addresses.  What causes the cache list to be updated.

     

    Let's say a user gets a response from the corporate dns with an address no yet cached on the Aruba.  The user tries to go to that address.  When it hits the acl, will the Aruba do a lookup to see if that address matches the netdestination or will it just move to the next rule because it is not yet cached?

     

    I'll do a little testing in the meantime.

     

    Thanks



  • 14.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Oct 09, 2012 08:35 AM

    There is a cache timeout that determines how stale entries are and updates them if they are stale.

     



  • 15.  RE: enable to users only to go to googleplay/appstore.

    Posted Apr 22, 2014 11:24 AM

    My question is ... how to I know the exact timeout of this cache?

    Is it possible to change this value?

     

    Thanks.



  • 16.  RE: enable to users only to go to googleplay/appstore.

    EMPLOYEE
    Posted Apr 22, 2014 11:42 AM
    (192.168.1.3) #show aaa dns-query-interval 
    
    DNS Query Interval = 15 minutes
    
    (192.168.1.3) #configure t
    Enter Configuration commands, one per line. End with CNTL/Z
    
    (192.168.1.3) (config) #aaa dns-query-interval ?
    <1-1440>                DNS query interval in minutes (default value is 15)
    
    (192.168.1.3) (config) #aaa dns-query-interval