From 751304fc60737abd2c3a5ae935ea3b9c5b234206 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Oct 2014 20:51:58 +0100 Subject: [PATCH] Change default IP addresses --- initial_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initial_setup.sh b/initial_setup.sh index aa0241b0..bd11c1b6 100755 --- a/initial_setup.sh +++ b/initial_setup.sh @@ -26,10 +26,10 @@ MICROSD_DRIVE=$1 # IP address of the router (gateway) -ROUTER_IP_ADDRESS="192.168.2.1" +ROUTER_IP_ADDRESS="192.168.1.254" # The fixed IP address of the Beaglebone Black on your local network -BBB_FIXED_IP_ADDRESS="192.168.2.200" +BBB_FIXED_IP_ADDRESS="192.168.1.60" MICROSD_MOUNT_POINT="/media/$USER"