From 3f4ab1aee6f06308160ac264182d30c622db8aff Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 18 Feb 2014 07:55:38 -0600 Subject: [PATCH] Use en0 interface for ethernet route change. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index d046918..5ef149f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,7 +26,7 @@ fi # Route local traffic over ethernet when using certain WiFi networks w/o proxy. function net_route() { - sudo route add -net 10.0.0.0/8 -interface en3 + sudo route add -net 10.0.0.0/8 -interface en0 } # Git aliases.