1.) If I remove the ethernet cable, call
Code: Select all
/etc/init.d/net.eth0 stop && /etc/init.d/net.eth1 startIn other words, the goal is to formally stop the eth0 interface and start the eth1 interface like nothing ever happened whenever the cable is removed.
2.) If I plug in the ethernet cable, do the opposite: stop eth1 and start eth0, restart cached dependencies.
All the documentation I've read is a bit too technical to digest. If someone could point me in the right direction, I'd be mighty appreciative.

