ソースを参照

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