How do I restrict access to Wireless router (800 series) by mac address

I hope I'm in the correct area.
I'm trying to deny access to 3 wireless devices to the cisco 800 series wireless router
The MAC address are:
MAC Address    IP address      Device        Name            Parent         State
0014.6caf.410a 192.168.2.26    unknown       -               self           Assoc
9803.d8ba.cd42 192.168.2.41    unknown       -               self           Assoc
a4d1.d205.72e1 192.168.2.25    unknown 
If this cannot be done is it poosible to assign the mac address to an ip address and then denying access to the ip address.
Thanks
Jon

Hello Jon,
You should be able to do it either way. Best way would be by IP address so you do not even allow the host to associate with your AP.
Looking for some Networking Assistance? 
Contact me directly at [email protected]
I will fix your problem ASAP.
Cheers,
Julio Carvajal Segura
http://laguiadelnetworking.com

Similar Messages

  • I have a Linksys WRT54G wireless router that has a MAC address

    A month ago, I could print from my PC and my Mac to my Epson printer over my Linksys WRT54G wireless network.  Now, for some reason, I cannot connect and print from either computer.  An Epson tech asked me to check the MAC address of the Mac and the printer to see if they were the same.  They were not.  He then opined that might be why I couldn't print.
    I don't know what changed a month or so ago or why it changed.  I have not done anything to change the MAC address on either the MAC or the printer.
    The Epson guy said the problem might be fixed by adding my printer's MAC address to my router's MAC address.  Something about "enabling MAC address filtering".  Then he told me that was an issue to pursue with my router manufacturer.  Naturally.
    Speaking of that problem...someone else had it, too...another technician at another site wrote: "...by default, routers don't come with mac address filtering enabled...and if that's the case....then adding the printer's MAC will not solve any issue that you may be having..." 
    So, three qustions:
    (1)  Can I add my Epson Workforce 545 printer's MAC address to my Linksys router?  Is that possible? 
    (2)  If I can do it, how do I do it?  I saw no "add" or "edit" functions on the Linksys WRT54G Status Page.
    (3)  What causes MAC address mismatching to happen?   What is unstable in that assembly?
    Solved!
    Go to Solution.

    Mac addresses with different devices will differ. No two devices will have the same mac address. this is also called the hardware address. This is designed so that it will serve as a unique identifier of your devices in the network which you can check thru the router. Now it is possible that wireless mac filter might be blocking it from connecting to the network. But it would be best to check as well and make sure that the printer is connected to your network and has the same ip address segment as your router.
    How to check if mac filter is enabled:
    Setting up wireless MAC Filtering to permit users to connect to the wireless network on your Linksys...
    Setting up wireless MAC Filtering to prevent users from connecting to the wireless network on your L...

  • HT1178 How do I restrict access to my network to mac addresses?

    I am setting-up a new Time Capsule and wish to restrict access to my wireless network to only those mac addresses of my equipment.  I can't find instructions on how to do this.  Any help in pointing me to the correct resource would be appreciated.

    Suggest that you check the Help area in AirPort Utility for instructions.
    Open AirPort Utility
    Click the Help menu at the top of the screen
    Click AirPort Utility Help
    Wait for Help to load
    Click Setting up a Wi-FI network on the left side of the main page
    Click Control when a user can access your network
    Click Control access to your wireless network

  • SSH login- how do I restrict access to a shared folder?

    I have created Shares in WGM for SMB and AFP access on my OS X 10.4.8 Server. However when I connect via SSH it's not restricting access to the folder based on the User Name I login with- I see the entire volume! How do I restrict access to a specific folder based on a user name setup in WGM? ACL's?

    Hey George,
    It sounds like you are trying to limit ssh/sftp users to a specific area, aka jails. The FTP server lets you 'chroot' users to a certain area making it appear as the root thus preventing them from navigating up the hierarchy, which is what I think you, and me and many others are trying to accomplish.
    The ssh compiled into OS X is missing this very needed feature. There have been a few documented workarounds, but they've either been too insecure or too clunky for me.
    I've dealt with the fact that my users can get to the root of the hard drive, and have just been very careful about my privileges (by using ACLs), thus preventing them from getting inside areas they shouldn't.
    There's a good write up here: http://www.schwie.com/brad/macosxsftpchroot/ and if you include the term 'chroot' in your searches, you should find a bit about it here too.
    And Roger, I think George meant the file sharing protocol used by ssh. man sftp.

  • How can I restrict access to add. internal hard drive by account?

    Hello! Okay, so I am my computer's administrator, and I have a secondary 'guest' account that anyone else can use. So, I know that all my data on my main, OS hard drive is secure from the guest account accessing it, but what about the additional hard drive that I have installed?
    I have a good deal of sensitive data and files stored (and aliased) on my second internal drive that I do not care for 'guest' users to stumble upon. How can I restrict access to the secondary storage hard drive from my Guest login account, and/or just plain hide it from it? Surely, there is a need for this that has brought about a solution. Any tips/advice/solutions?
    Thanks!!!
    =)

    Click here and follow the instructions followed by placing the folders and files on the image; if the password is in the keychain, it will be supplied whenever you're logged in.
    (41018)

  • How do i restrict access to gambling sites

    how do i restrict access to gambling sites on ipad mini

    You can put a filter on your wifi or use something like the K9 browser.

  • Someone used a pc to access my wireless router, the admin name went to their name, now I can get online with my MacBook???

    A friend used her Dell to access our wireless router. She entered the router number on her pc, and it asked for the administrator. She typed in her name, now the rounter is under her name, and my MacBook is under her name. It won't let me or her connect to the wireless. It works fine if I hard-wire it. I've restarted the MacBook, and the router. Reset the modem and the router, still no luck. Any ideas?

    Any time you change networking hardware it is always a good idea to perform a complete power recycle with the new equipment. Check out the following AirPort User Tip. Please post back your results.

  • GRE on router 800 serie

    I have a question how can you GRE tunnel on a cisco router 800 series set for a site to site vpn ipsec + gre who can help me?

    Please change highlighted line below.
    R1
    crypto isakmp policy 1
    encr aes 256
    authentication pre-share
    group 2
    crypto isakmp key key address 84.197.161.59 <<<<<<<<< I assume, this is your R2 public address.
    Please copy the highlighted line on Router R1.
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto map OUTSIDE-CRYTPO 1 ipsec-isakmp
    set peer 84.197.161.59 <<<<<<<<<< Do the same, and make sure you put the R2 public address.
    set transform-set ESP-AES-128-SHA
    set pfs group5
    match address 100
    reverse-route
    access-list 100 permit ip host xxx.xxx.xxx.xxx host 84.197.161.59 < x is on acl 100 is public address of the R1.
    interface Tunnel0
    ip address 11.11.11.1 255.255.255.252
    ip ospf mtu-ignore
    keepalive 3 2
    tunnel source GigabitEthernet0
    tunnel destination 84.197.161.59 <<<<<<<<<<<<<<<<<< this is router R2's public address.
    ip mtu 1400
    interface GigabitEthernet0
    crypto map OUTSIDE-CRYTPO
    Please change highlighted line below R2
    crypto isakmp policy 1
    encr aes 256
    authentication pre-share
    group 2
    crypto isakmp key key address xxx.xxx.xxx.xxx <<<<<<<<<<<<< R1 public address.
    Please copy the highlighted line on R2.
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto map OUTSIDE-CRYTPO 1 ipsec-isakmp
    set peer xxx.xxx.xxx.xxx <<<<<<<<<<<<<<<<< R1 public address.
    set transform-set ESP-AES-128-SHA
    set pfs group5
    match address 100
    reverse-route
    access-list 100 permit ip host 84.197.161.59 host xxx.xxx.xxx.xxx << X is R1 public ip address.
    interface Tunnel0
    ip address 11.11.11.2 255.255.255.252
    ip ospf mtu-ignore
    keepalive 3 2
    ip mtu 1400
    tunnel source GigabitEthernet0
    tunnel destination xxx.xxx.xxx.xxx <<<<<<<<<<< X is public address of the R1.
    interface GigabitEthernet0
    crypto map OUTSIDE-CRYTPO
    Hope that helps.
    thanks

  • Have a static IP for internet access - how do I replace my Linksys wireless router with Time Capsule?

    Have 5 macs on an ethernet network - some wired and some wireless to a Linksys router.  My provider uses static IP and DSL for internet access.  I am replacing an existing Linksys router with the Time Capsule.  The Static IP settings I have are IP address, Gateway, Mask, primary DNS and secondary DNS.  The Airport Utility is not as straight forward as the Linksys setup.  There is not a place to list gateway.  Consequently I am unable to connect to the internet and am back on the Linksys router until I get this resolved.  Any suggestions would be much appreciated !

    You enter the static public IP address info on the TCP/IP tab within the Airport Utility. For a static address, use Configure IPv4 = Manually. You use the Router field for the Gateway address.

  • ASA WebVPN. How do you restrict access to users in an AD group using LDAP?

    Hi All,
    I am trying to configure separate WebVPN connection profiles to give different portal bookmark contents to users based on their AD group membership.  This has been very difficult, even though I beleive it should be easy.
    The login page of teh ASA by default has a dropdown to allow default users to access the default portal and the SSL VPN client connection.
    There are two other portals that I would like to restrict access to based on AD group membership.  I have set these up to be selected by URL.
    The biggest problem is, I have no way of knowing how to go about this.  The AAA LDAP options show a group membership search, which I have configured, but I cannot say "Profile X is restricted to AD group CarpetBaggers", so that if soneone that is NOT a carpetbagger tries to log in, it fails.
    I can only do an all or nothing scenario.
    It would be nice to use Dynamic Access Policies to do this, and I have created a few, but they do NOT seem to work when the drop down aliases or URLs are in use.  So how do I go about using them in this scenario?  Turning off the aliases or URLs is not really an option right now.
    Scenario 1 would work the best for me.  Restrict access to profiles/groups based on AD group membership using LDAP.
    Scenario 2 would be an ideal longer term solution.
    Any thoughts, ideas or assitance would be greatly appreciated.
    Cheers

    This is exactly what i was looking for, and Nelson is correct.  When you enter the DAP configuration for a profile click on "Advanced" and there is the option to create a logical expression.  The guide (ther is a button to access this) is really helpful, with a couple of examples.  This is what i used:
    assert(function()
       if ( (type(aaa.ldap.distinguishedName) == "string") and
            (string.find(aaa.ldap.distinguishedName, "OU=Users") ~= nil) )
    then
           return true
       end
       return false
    end)()
    from the debug dap you can see what Users relates to;
    DAP_TRACE: Username: MyUsername, aaa.ldap.distinguishedName = CN=Mr B,OU=Users,OU=Site ******,DC=CH,DC=Mycompany,DC=com
    My admin account fails to get me in to the same profile:
    DAP_TRACE: dap_add_to_lua_tree:aaa["ldap"]["distinguishedName"]="CN=Admin Mr B,OU=Admin Users,OU=Site *****,DC=CH,DC=Mycompany,DC=com"
    Thanks
    Andrew

  • How do I restrict access to a folder-like attaching a password in order for someone to open it.

    I want to locate a folder on my desktop, but want to restrict access so that anyone on my laptop can't access the folder, even though they will see it sitting on the desktop.  How do I set up folder permissions?

    Any file on YOUR desktop already has permissions set such that no other user account can access. But if you want to use the OS's native capability to encrypt the contents of a folder, place that folder within an encrypted image.
    Use Disk Utility to create a disk image, and encrypt it with the same utility (use settings in "new image") . Make sure you size the image to a size great enough to hold all your files. Once created, and placed on your desktop, open it, using your password. Once the image is mounted, place the files you want to protect into that image, and then dismount/eject the image. The image essentially becomes your password encrypted folder. Double click it at any time to access your files (enter password). Eject the mounted image to "re-encrypt".
    If you want a disk image that has cross platform capability, then try TrueCrypt. It is  great App for Mac & Windows, with other advantages as well.

  • How do I restrict access to JSP or servlet only through SSL Port

    Hi
    I want to restrict the access to few jsp and servlet only through SSL port,
    so how can I block the acces to those jsp and servlet through normal port??? We
    are using weblogic 5.1.
    Any help on this highly appreciated.
    Aruna

    Hi,
    To restrict access(56 bits or less). follow the below steps.
    1. Go to your Webserver instance ServerManager
    2. Click Preferences Tab ------> Encryption Preference
    ------> There disable "DES with 56 bit
    encryption and MD5 message authentication."
    for SSL 2.0 ciphers or SSL3.0 Ciphers. Which ever
    needed.
    3. Save and Restart the Webserver instance.
    The above steps are for 4.x version.
    Thanks,
    Daks.

  • How do you restrict access to custom applications?

    When I create portlets, there is usually an associated "admin" functionality that needs to be created for each custom application. An example is a shopping cart that we just created, we needed admins to be able to go in and upload photos.
    The way that I do this is I create a new portlet "Shopping Cart Admin" and restrict access to it that way. However, because I usually add everything in the /remoteserver/shoppingcart/. folder to the gateway space (its too painful to add one by one), this means that I can't put admin.aspx in that folder. So I usually end up creating a NEW folder /remoteserver/shoppingcartadmin/ for the admin portlet.
    Long story short, its a lot of work. I know that I could try to use activity rights, but those seem very global. How do you control edit access to your custom portlets?

    Well, there are a few different ways to go about it. You could add a preferences page with the admin functionality, and then an admin would just have to click the little pencil in the portlet titlebar. No admin/edit access, no little pencil.
    I have often set the visibility of an ASPX control directly from activity rights, in OnPageLoad, if it isn't postback time. The activity rights should be inherited by the user, through the user's group. Best practise is to create empty groups called Roles, add activity rights to the Roles, and then have the actual groups (that contain users) inherit from one or more Roles.
    You already knew that part, I added it for the others. My personal definition of a portlet is 'polymorphous instance of a web service'.
    So:
    Role: Store Manager (has Edit Shopping Cart activity right)
    ^
    Group: Store Managers (has Store Manager parent group)
    User: Vladimir (inherits Edit Shopping Cart activity right)

  • Ipad not prompting for password when trying to access a wireless router

    bought new ipad cannot access internet thru wireless router have 2 iphones that work.  try to access a protected wireless network but is not asked for password just told cannot access.

    This link may be helpful.
    http://support.apple.com/kb/TS1398

  • How do I restrict access to messaging and mail

    I want to restrict access to mail and messaging for security reasons, but these don't seem to be options in the restrictions menu.
    If this option is not available, when is it planned to be implemented? Or how do I make this a feature request.
    I don't quite understand why I'd want to restrict someone from using youtube or the camera, yet give them full access to all my personal email and messages.

    I don't quite understand why I'd want to restrict someone from using youtube or the camera, yet give them full access to all my personal email and messages.
    I don't know what Apple thinks, but I've always assumed the restrictions are for the situation where a parent buys a teenager their own phone, and wants to restrict data use or time spent on the web. They are not security restrictions. Many people who let kids play with their phone want more flexibility in restrictions.

Maybe you are looking for