- Power Down raspberry pi
- Format a USB stick to FAT32 with the volume name CONFIG.
- Create a folder named network in the root of the newly-formatted USB stick.
- Within that folder, create a file named my-network without a file extension
- Decide if you want to use LAN (preferred) or Wireless
- Do you want to setup a Static IP? Yes
- Go to https://www.uuidgenerator.net/ and get a unique uuid.
- Paste UUID here:
- Enter your Wireless Router Name:
- Enter your WiFi Password:
Note!We don’t store any of this. Data is simply transferred to the block below. If you don’t feel comfortable adding it here, you can edit your file after you paste it
- Is your SSID broadcasted? Yes
- Enter your Desired IP Address:
- Enter your Default Gateway:
- Enter your First DNS:
- Enter your Second DNS:
- Copy the below block and paste it into your new “my-network” file or
- If you downloaded a copy, overwrite the one above with the new one
- Remove the .txt extension from your file
- Plug the USB stick into the Raspberry Pi.
- Power up your Raspberry Pi.
[connection] id=my-network uuid=Unique UUIDtype=802-3-ethernettype=802-11-wireless [802-11-wireless] mode=infrastructure ssid=MY_SSID [802-11-wireless-security] auth-alg=open key-mgmt=wpa-psk psk=MY_WLAN_SECRET_KEY[ipv4]method=automethod=manual address=192.168.1.111/24;192.168.1.1 dns=8.8.8.8;8.8.4.4;[ipv6] addr-gen-mode=stable-privacy method=auto