I am currently setting up secure environment between 2 pc in isolated network.
Just wondering can we do file sharing based on that pc mac address instead of username?
The environment is OEM Windows 7
|
I am currently setting up secure environment between 2 pc in isolated network. Just wondering can we do file sharing based on that pc mac address instead of username? The environment is OEM Windows 7 |
|||||||||
|
Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
MAC addressing resides in Layer 2 of the OSI model. Most of file sharing protocols are way up in Layer 7. I doubt you can do what you're trying to do only using MAC addresses. It is possible to transfer anything using any layer of the OSI model. You can get physical and send the files bit by bit by yourself through the wire. You can even write an application that uses ICMP to setup a connection channels and use it to send and receive files. I'm not sure what this has to do with security, but the answer is yes, it's possible. But I don't think there's any application that readily supports it. |
|||||||||
|