Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Hide MAC from hackers & crackers?

  • 27-12-2005 2:59am
    #1
    Closed Accounts Posts: 217 ✭✭


    How can you hide your MAC number from hackers & crackers?


Comments

  • Registered Users, Registered Users 2 Posts: 1,865 ✭✭✭Syth


    You can't.

    On a wireless network the mac address of the destination and source computer are always sent and visible to everyone, otherwise wireless wouldn't work. (Hence why wireless MAC address filtering doesn't work as a security measure).

    If 2 computers are directly connected then the mac address of each is visible. Otherwise they wouldn't be able to communicate. If there is some host between your computer and the destination, then you can't know the MAC address of the destination and the destination can't know the MAC address of your computer.

    Why would you even want to hide your MAC address? How does you knowing that my MAC address is 00:11:24:C5:42:2C decrease my security? MAC address can be changed anyway, so what's the point?


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 94,296 Mod ✭✭✭✭Capt'n Midnight


    If both computers are on the same network segment you can do something else. If there is a switch between then then this won't work, because the switch will need the MAC address to send packets to the right card.

    You simply write a network driver that can manipulate MAC's and then change the MAC with every packet. Use the usual hashing algorithms so that other packets are ignored.

    You could use CIPE / PPTP / IPSEC etc to encrypt the contents of the packet.


Advertisement