Change default IP addresses
This commit is contained in:
parent
8f07766358
commit
751304fc60
|
@ -26,10 +26,10 @@
|
||||||
MICROSD_DRIVE=$1
|
MICROSD_DRIVE=$1
|
||||||
|
|
||||||
# IP address of the router (gateway)
|
# 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
|
# 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"
|
MICROSD_MOUNT_POINT="/media/$USER"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue