From fe92f91563c6358cb9d267743867bd67ad74bcd9 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Mon, 16 May 2022 10:29:18 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3953ea3..296a02c 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,12 @@ Since the pre-built SD card image might not have the latest bug-fixes/updates, i **ethX** is the PC NIC name connecting the board ethernet. **NICY** is the PC NIC name connecting internet (WiFi or another ethernet). If you want, uncommenting "net.ipv4.ip_forward=1" in /etc/sysctl.conf to make IP forwarding persistent on PC. +- Test the connectivity. Run on board (in the ssh session): + ``` + route add default gw 192.168.10.1 + ping IP_YOU_KNOW_ON_YOUR_NETWORK + ``` + If there is issue with the connectivity (ping can not reach the target), it needs to be solved before going to the next step. - Run **one time** script on board to complete post installation/config (After this, password becomes **openwifi**) ``` cd ~/openwifi && ./post_config.sh