- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Detect/Block PC with spoofed mac address
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 01:33 AM
тАО06-23-2010 01:33 AM
I'm using a HP Procurve 2626, Is there a way to detect/block a PC with a spoofed MAC address? We already configured port security on the switch (allowed only 1 mac address on 1 port) but the users only used another PC(Laptop) and used an application to spoof the mac address of the allowed PC's mac address using the same network cable or Switch port. Since it is spoofed they were able to access the network and the port was not disabled. any ideas or suggestions will be great! Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 04:46 AM
тАО06-23-2010 04:46 AM
SolutionCheck out the manual here for more detail:
http://ftp.hp.com/pub/networking/software/Security-Oct2005-59906024-Chap08-PortAccess(8021x).pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 06:02 AM
тАО06-23-2010 06:02 AM
Re: Detect/Block PC with spoofed mac address
The switch has no way of knowing whether the MAC address it receives from the PC is "spoofed" or "genuine". As far as the switch knows, a MAC address is a MAC address.
The primary purpose of the port security feature is not to act as network access control: rather, its purpose is to make it very difficult or impossible for one host to hijack another hosts's active network connections by ARP spoofing.
If you need to make sure unauthorized systems won't gain access to your network, you'll probably need switches with a port access control feature. As Mohammed already mentioned, the standard for this feature is IEEE 802.1x; it's somewhat similar to the WPA authentication used in wireless networks (WLANs).
Alternatively, you might consider running an encrypted VPN on top of your network, so that all important traffic happens inside the VPN envelope. Even if an unauthorized client manages to plug in to the network, it won't be much use without a successful VPN login.
(Again, this is similar to the approaches used with WLANs in company meeting rooms: guests can access the Internet through an open WLAN, and employees can access internal network by activating an encrypted VPN on top of the WLAN.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2010 08:31 PM
тАО06-23-2010 08:31 PM
Re: Detect/Block PC with spoofed mac address
Thanks for the link you provided. I can sure use this feature. But I'm having problems authenticating the PC on 802.1x using local authentication. I already enable the authentication on the PC but I was not prompted by a login window and was not able to get an IP address. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2010 12:38 AM
тАО06-24-2010 12:38 AM
Re: Detect/Block PC with spoofed mac address
I was able to make it work! Thanks for pointing me in the right direction. I'll just have to test this on a active directory envorinment since it will be very time consuming if I will have to authenticate all the users locally. Thanks again!
RAP10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2010 12:46 AM
тАО06-24-2010 12:46 AM
Re: Detect/Block PC with spoofed mac address
I just need to figure out if it had any major disadvantages over using a full NAC solution.