How to prevent/allow admin access from certain ip address.

Hello
trying to setup the following scenario:
have a user BOB created in Cisco ACS 4.2
have several network devices with different management IP addresses  all added in Cisco ACS 4.2
want to be able to allow BOB to access network devices only if BOB's access request is coming from one ip address 1.1.1.1
If BOB is trying to access network devices from any other ip addresses, the request should be denied regardless of the fact that BOB has full access to all network devices.
Is there a way to acomplish this using Cisco ACS 4.2
Appreciate your input.
Regards,

It is actually possible, thanks for your doc reference:
in ACS setup AAA client user will be allowed to call from
in ACS setup NAR (devices you want to allow access to);
create user in ACS
configure user access in ACS:
     allow access to required NARs
     define IP - based access restrictions
          Permitted calling / point of access locations
               enter AAA client from which user will call (* for ports and * for ip address)
Save and test
In failed attempts you should see Authentication failure code "Users access filtered" when trying to login to NAR devices with new username and from non-permitted calling client/ip address.
Thanks for you help.

Similar Messages

  • How to prevent iTunes for Windows from "Updating iTunes Library"? (Library is on a NAS and managed by iTunes for Mac. Now getting update wars between Mac and Windows versions of the player.

    How to prevent iTunes for Windows from "Updating iTunes Library"?
    My library is on a NAS and managed by iTunes on a Mac. I can connect from wife's Windows laptop using iTunes for Windows but every time I do, it Updates iTunes Library. Next time I log in from my Mac it Updates iTunes Library in return. It appears I'm experiencing "Update Wars" between the Mac and Windows versions of iTunes. I would like to allow my wife to stream iTunes songs to her new laptop but I don't want any updates from this source... prefer to manage the library from my Mac and not allow Windows to do any thing other than listen to existing playlists.
    Thanks for any help/suggestions.

    Connect the PC to the library on the NAS. Wait while "updated".
    Under Edit > Preferences > Advanced make sure the media folder is correctly pointed at the media folder on the NAS. If not correct, close iTunes, wait a few moments, then open iTunes again.
    Close iTunes on the PC. Do not open iTunes on the Mac.
    Copy the library files, iTunes Library.itl, iTunes Library Extras.itdb, iTunes Library Genius.itdb, sentinel and the folder Album Artwork into an empty iTunes folder on the PC, for example C:\iTunes.
    Click the icon to start iTunes and immediately press and hold down SHIFT. Keep holding until prompted to choose or create a library. Click choose and browse to the copied .itl file, e.g. C:\iTunes\iTunes Library.itl
    The library should now work properly on the PC, however check the setting for the media folder. If needs be correct, close iTunes and reopen.
    Open iTunes on the Mac. It will update again, but that should be last time.
    tt2

  • How to Prevent SharePoint Farm Password from Changing

    I have been trying to stop the SP farm account, spfarm, from password changing.  SharePoint Central Administration is used and I go to Central Security -> Configure managed accounts.  I set spfarm not to change but it makes no difference. 
    It still changes.  When that happens it screws up the SharePoint VSS Writer service account and backups fail (the password synch script has to run to fix).  When the setting in SP CA is changed to allow password changes, the SharePoint VSS Writer
    service account still has a problem and backups fail.
    Additionally, I have run the two below scripts when necessary to try to correct the problem and it works until the password changes again.  It seems as though the password changes whenever the server restarts or at least once every week or so. 
    Can anyone help me with this?  I don't care if the password changes on a schedule as long as it doesn't cause the SharePoint VSS Writer service to fail during backup.
    Repair-SPManagedAccountDeployment (This checks synch of passwords)
    set-spmanagedAccount -UseExistingPassword
    This is on a Windows Small Business Server 2011, which runs SharePoint 2010.
    Tony

    Hi Tony,
    In SBS 2011, use 3 different accounts to run Windows SharePoint Foundation. The accounts are spfarm (SharePoint
    Farm Account), spsearch, and spwebapp. For security reasons the passwords on these accounts are periodically reset. The password for spfarm is reset every 7 days that the Windows SBS Manager service is running.
    à
    How to Prevent SharePoint Farm Password from Changing
    I will suggest that set the password expiry to be longer (such as: a month or 365 days or even more) and apply
    it. Maybe a workaround.
    By the way, the Windows SBS Manager service manages the spfarm account. This spfarm account will be found under
    MyBusiness-> Users-> SBS Users in ADUC. If you navigate to the spfarm account in ADUC and open the Properties of it, then select
    “Password never expires” under Account options in Account tab. Please check if this can help you to achieve target.
    Hope this helps.
    Best regards,
    Justin Gu

  • Does anyone know how to prevent the YouTube volume from going up automatically?  I keep my volume down and it increases automatically when I play a video.

    Does anyone know how to prevent the YouTube volume from going up automatically?  I keep my volume down and it increases automatically when I play a video.

    Have you tried Windows Update in the Control Panel?
    Many times it will find the newest supported drivers for Hardware.
    Just be sure to install everything not just the Important ones.
    Let us know if this helps.

  • HT2534 How do I turn off access from the App Store to my credit card?

    How do I turn off access from App Store to my credit card?

    try follow those instructions
    http://support.apple.com/kb/ht1918

  • How to prevent duplicate web pages from loading

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/930219]]</blockquote>
    how to prevent duplicate web pages from loading

    <s>Hi berternie, can you describe this in more detail?
    Are you saying the identical page loads in two different tabs? When does that happen -- when you click a link? or when you use a bookmark?
    Or do you have multiple tabs open every time you see your home page (i.e., when you start up, open a new window, or click the home icon)?</s>
    I see, you have more info in this thread: https://support.mozilla.org/en-US/questions/930219

  • How can i copy my contact from iphone to address book

    how can i copy my contact from iphone to address book

    When connection your iPhone to iTunes, go to the "info"-tab (I think it's called), and check the box "Sync contacts from Address Book". This should do the job.
    Cheers

  • Using .htaccess file to block access from certain networks

    Does anybody have any tips on getting a .htaccess file to work to block access to my Web Access server from certain network ranges on SuSE 10 SP3 with GW 8.0.2.
    It does seem like the file does anything? With Web Access I'm not exactly sure where to put the file. I used to accomplish this using iptables, but I was seeing if I could do the same with .htaccess.
    Thanks!

    Originally Posted by bbilut
    Does anybody have any tips on getting a .htaccess file to work to block access to my Web Access server from certain network ranges on SuSE 10 SP3 with GW 8.0.2.
    It does seem like the file does anything? With Web Access I'm not exactly sure where to put the file. I used to accomplish this using iptables, but I was seeing if I could do the same with .htaccess.
    Thanks!
    You can block a range with the .htaccess file, for example by defining the range as
    Code:
    order allow,deny
    deny from 10.0.
    allow from all
    ...that would block all 10.0.0.0 upto 10.0.255.255 addresses
    You cannot use this file in tomcat, so useless I think... but as Apache is used as frontend for the tomcat webacc application and you might be able to edit the gw conf apache files to include the range denies (which by default can be found in /etc/opt/novell/groupwise/webaccess/gw.conf).
    Maybe this thread might help as there are some examples in howto include denies in the .conf files.
    Deny IP Ranges in httpd.conf Apache Web Server forum at WebmasterWorld
    Do make a backup of you current gw.conf in case it blows up :)
    -Willem

  • How to config firewall if accessing from dmz to inside lan

    Hi everyone,
    Hope you can help on this.
    We have a ASA with IOS 8.44. We just configured a dmz zone. Now we try to access a share of a windows server in INSIDE interface from another windows server in dmz,  So on the server in DMZ, I will type \\INSIDE_Server\SharedName (or \\ip_of_inside server\SharedName) to access the share.
    On the firewall, I open tcp port 137, 138, 139, and 445 to allow from DMZ to access to Inside server. But I failed. So what do I need to configure so that I can complete my task?
    Also, we have some internal DNS in INSIDE interface. How do I make my DMZ server to use the inside DNS servers for dns resolution?
    Hope you can help. Thank you!
    Takami Chiro

    Hi Jcarvaja,
    Thank you very much. Finally I could run the command for the troubleshoot. And the following is the result:
    esult of the command: "packet-tracer input dmz2 udp 172.20.0.49 1025 10.10.0.9 53"
    Phase: 1
    Type: ACCESS-LIST
    Subtype:
    Result: ALLOW
    Config:
    Implicit Rule
    Additional Information:
    MAC Access list
    Phase: 2
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   10.10.0.0       255.255.0.0     inside
    Phase: 3
    Type: ACCESS-LIST
    Subtype: log
    Result: DROP
    Config:
    access-group dmz2_acl in interface dmz2
    access-list dmz2_acl extended deny ip any 10.0.0.0 255.0.0.0
    Additional Information:
    Result:
    input-interface: dmz2
    input-status: up
    input-line-status: up
    output-interface: inside
    output-status: up
    output-line-status: up
    Action: drop
    Drop-reason: (acl-drop) Flow is denied by configured rule
    So to do so...does it mean I need to allow tcp  53 from dmz that server to inside the DNS server?
    Thank you very much again...

  • How do I get admin access to my child's iPad

    I am setting up my child's iPad using my apple ID. I want to let her have her own passcode, but I want to have ultimate admin access. Is this possible on iPad 3 and if so how?

    You can set up Restrictions (Settings > General > Restrictions) on the iPad.
    The iPad does not support multiple user accounts if that is what you mean.

  • Looking for an AIR Native Extension for iOS that will allow / disable access to certain apps

    I am looking to find and or create an ANE that will allow access and or disable access to certain apps such as internet, text, games, vine etc.  This url represents the closest app to what I am trying to achieve:  https://itunes.apple.com/us/app/parentkit/id600618138?ls=1&mt=8
    Is this possible with iOS7 new features / AIR / older iOS?
    As always any and all direction and help is greatly appreciated,
    Thanks!

    Is this the wrong forum, or posting area?  Is this possible?
    Access to the followinf would work:
    http://support.apple.com/kb/HT4213
    Is this open for development / access to, api?
    Message was edited by: studiobrain

  • Multiple podcast login windows cause iTunes to be unresponsive.  How to prevent attempt of authentication from unsubsribed podcasts?

    I have several podcasts that I have been storing following the subscription service.  These podcasts in recent updates to iTunes have been attempting logging on (for what I assume) to check for updates to the podcasts.  This occurs at initialization of iTunes and at periodic intervals while iTunes is running.  When the login/password window appears, iTunes becomes unresponsive.  Any media that is currently playing continues to play, but cannot be paused, fast forwarded, etc.  After a period of time, iTunes becomes responsive, it can take 10+ minutes.  At this time, I can cancel the login windows by hitting cancel the number of times I have individual password protected podcasts (that I do not have active usernames/passwords for).
    I have opened the settings for each podcast and they are all "unsubscribed" and have set every setting that I can find so that the podcasts do not update, but I am still getting prompts to login causing iTunes to be unresponsive.
    I do not want to delete the podcasts, because I still want to use the podcasts and associated podcast documents.  Any suggestions on how to prevent the podcasts from attempting to authenticate?
    Note that I have had these podcasts for >1yr as unsubscribed podcasts and have not had this issue until recent updates to iTunes.  (Since 11.1 or 11.2.)

    I've had a problem similar to yours since the iTunes update in January 2014.  I have not subscribed to any paid podcasts...mine are all free, and I don't recall that any have needed a password.  Since January, when I have iTunes open and click on Podcasts, I get a pop-up window that says "Authentication Required" needing username and password.  I can try 5 times with entering username/password, then iTunes locks-up, and if I click cancel on the pop-up window, iTunes locks-up.  I start Task Manager then alt/control/delete...that's the way I have to close out the iTunes window.  Any updates since January has not fixed the problem.  In about mid May, quite by surprise, I clicked on podcasts and it opened without the pop-up window showing and I was able to click on any of my podcasts.  After another update, I was back to the same problem.  The problem has to be with that update in January.  If you run across a "fix" for the problem, please post, I'd really like to get my iTunes working again.  I use Windows 7.

  • FMMC , how to prevent FM area screen from keep popping up

    hi guys,
    how to prevent FMMC from having FM area from keep popping up..i need to create a program using submit report via FMMC.
    IF FM area screen keeps popping up, it will disrupt the process , i tried to use OKKS  but  it doesnt stop the screen from keep popping up , pls advice

    Notifications>Messages>Show Preview & View in Lock Screen

  • How to prevent Plug-in panel from showing up bt deafult?

    Hi..
    I have a panel based plug-in. The plugin panel loads when the InDesign starts. Is there any way to prevent the plugin panel from starting when InDesign starts??
    thanks,
    nataraj

    You can use a PaletteManagerService (see: http://www.adobeforums.com/webx/.3c054d73/0 and sdk docs)
    or take a look at the SuppressUI SDK example in how to use a SuppressedUIService:
    Class
    kSuppUISuppressedUIServiceBoss,
    kInvalidClass,
    /** Identifies the ServiceID.*/
    IID_IK2SERVICEPROVIDER, kSuppressedUIServiceProviderImpl,
    /** Suppresses UI*/
    IID_ISUPPRESSEDUI, kMySuppressedUIImpl //look at SuppUI on how to implement this

  • How to connect to MS Access from servlet uploaded in TOMCAT server

    Hi,
    I want to access MS Access from servlet .I use TOMCAT server.I want to know what should i do.How to get drivers and how to set class path for them.
    Please help me in finding the solution
    thanks and Regards

    HI,
    try this
    <Code>
    response.setContentType(CONTENT_TYPE);
         PrintWriter out = response.getWriter();
         java.sql.DatabaseMetaData dm = null;
         java.sql.ResultSet rs = null;
         try
              Class.forName("sun,jdbc.odbc.JdbcOdbcDriver");
              Connection con = java.sql.DriverManager.getConnection("jdbc:odbc:dsnName","","");
              dm = con.getMetaData();
              out.println("<html>");
              out.println("<head><title>Servlet1</title></head>");
              out.println("<body bgcolor=\"lightblue\">");
              if(con!=null){
                   dm = con.getMetaData();
                   out.println("<B><br>Driver Information</B>");
                   out.println("\n\t<br><br>Driver Name: "+ dm.getDriverName());
                   out.println("\n\t<br>Driver Version: "+ dm.getDriverVersion ());
                   out.println("\n\t<br>Database Information ");
                   out.println("\n\t<br>Database Name: "+ dm.getDatabaseProductName());
                   out.println("\n\t<br>Database Version: "+ dm.getDatabaseProductVersion());
                   out.println("\n\t<br><br>Avalilable Catalogs ");
                   rs = dm.getCatalogs();
                   while(rs.next()){
                             out.println("<br>\tcatalog: "+ rs.getString(1));
                   out.println("\n\t<br><br>conURL =" + conURL);
                   out.println("\n\t<br><br>Title = Database");
                   rs.close();
                   rs = null;
                   con.close();
              }else {
                   out.println("Error: No active Connection");
         }catch(ClassNotFoundException e) {
              out.println("Coudn't laod the database driver: " + e.getMessage());
         } catch(SQLException e) {     
              out.println("SQLException caught: " + e.getMessage());
              try {
                   if (con != null)
                        con.close();
                   if (rs != null)
                        rs.close();
              catch (SQLException ignored) {}
              finally {
                   try {
                             if (con != null)
                                  con.close();
                             if (rs != null)
                                  rs.close();
                        catch (SQLException ignored) {}
    </Code>
    Sachin

Maybe you are looking for

  • What's this mean in web.xml?

    As part of assigning portal desktops, we've altered the web.xml file to add an additional portal alias - the portal system was, at that time, a 6.40 system.  The additional portal alias worked great.  However, I was comparing web.xml files from the d

  • Integrating Sun One 8 with 3rd party queue provider

    Hi, I am trying to deploy a Message driven Bean based application on "Sun System Java Application Server 8.1". The MDBs are configured to listen on queues which are hosted on a third party software "SeeBeyond SRE 5.0.4 ". We already have a working en

  • Adobe Flash Player Quits Buffering Shortly After Starting to Play

    Hello, I am having trouble with Adobe Flash Player v. 16.0.0.305 not playing through videos.  It buffers and plays for a short bit then stops.  On Chrome it stops 1:09 into the video and then stops; and then it looks like it continues to buffer.  On

  • Oil paint filter: The operation could not be completed

    And this is just one of the problems I am getting. I'm running Win7 64bit, photoshop cs6 (also 64bit), have an i7 2600 and 16GB of RAM and an ati 5870 card running the latest drivers (12.8) So, the operation could not be completed whenever I try to r

  • Flat Files as Targets

    I am working on Oralce Warehouse Builder(9.2). I would like to extract data from Oracle Db(8.1.7.4) and then transform to Flat Files...Could any one help me out how to set target as Flat files. or Is it possible to do that? your help would be highly