- Minor
SYMTOM: Error IPV4 ADDRESS: NOT SET at console and tower unreachable through network.
WHEN: After boot-up, after changing the flash device using the USB creator tool (for Linux, in my case).
USE CASE: Using static IP address, outside of router's DHCP range (as before changing flash device).
SOLUTION: At console, navigate to /boot/config, edit the network.cfg file with nano, reboot.
WHAT TO EDIT: Remove the parts marked red below.
# Generated settings:
USE_DHCP="no"
IPADDR="192.168.1.10""192.168.1.10"
NETMASK="255.255.255.0""255.255.255.0"
GATEWAY="192.168.1.1""192.168.1.1"
DHCP_KEEPRESOLV="no"
DNS_SERVER1="192.168.1.1"
DNS_SERVER2=""
DNS_SERVER3=""
BONDING="no"
BONDING_MODE="1"
DNS_SERVER1="192.168.1.1"