瀏覽代碼

Change default IP addresses

Bob Mottram 10 年之前
父節點
當前提交
751304fc60
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      initial_setup.sh

+ 2
- 2
initial_setup.sh 查看文件

@@ -26,10 +26,10 @@
26 26
 MICROSD_DRIVE=$1
27 27
 
28 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 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 34
 MICROSD_MOUNT_POINT="/media/$USER"
35 35