Browse Source

Change default IP addresses

Bob Mottram 10 years ago
parent
commit
751304fc60
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      initial_setup.sh

+ 2
- 2
initial_setup.sh View File

26
 MICROSD_DRIVE=$1
26
 MICROSD_DRIVE=$1
27
 
27
 
28
 # IP address of the router (gateway)
28
 # IP address of the router (gateway)
29
-ROUTER_IP_ADDRESS="192.168.2.1"
29
+ROUTER_IP_ADDRESS="192.168.1.254"
30
 
30
 
31
 # The fixed IP address of the Beaglebone Black on your local network
31
 # The fixed IP address of the Beaglebone Black on your local network
32
-BBB_FIXED_IP_ADDRESS="192.168.2.200"
32
+BBB_FIXED_IP_ADDRESS="192.168.1.60"
33
 
33
 
34
 MICROSD_MOUNT_POINT="/media/$USER"
34
 MICROSD_MOUNT_POINT="/media/$USER"
35
 
35