Is there any way to set up an automatic failover for internet connections within Mac OSX? Basically the main connection would be ethernet or wifi and if the main connection goes does, it would switch to a 3G mobile phone or another Wifi connection.

link|improve this question
You can do this with a router. Research pfSense . It can be a challenge. – Joe May 19 '11 at 4:08
feedback

1 Answer

If one interface goes down physically (cable unplugged, no wifi signal) or has no DHCP information, Mac OS X will automatically fail over to the next active interface in the list in the Network preferences. You can change the priority using the “Set Service Order…” option in the action menu.

However, this does not care about failures which are lack of packets getting through. If that it your problem, maybe you could find or create a tool to automatically shut down the interface that is failing for a moment (such as by ifconfig en0 down); when it is brought up again it would fail to acquire a DHCP lease and so remain inactive until it is working again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.