Sunday 1 September 2019

communication - How can I make a device that will remotely disconnect an Ethernet port?


In some environments it can be helpful to have the ability to turn off an Ethernet port remotely. One case of this is in a public building where you might have a computer kiosk using the port once a week, but the rest of the time it is open for anyone to plug into and you don't want the port to be active to them. I can also see times in a corporate environment where you might want to be able to easily shut off a port if someone gets a virus.


I can handle all of the remote access parts of the project, but what can I do to actually disconnect the Ethernet port? Using relays on all of the lines seems like it would take up a lot of space and cost a good amount of money. Could I use a simple resistor and mosfet or transistor to pull the lines low? I want to make sure that I wont hurt the devices on either side.





No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...