From 81c98b1e236b2a0957bac3683a393e2d141c9b3d Mon Sep 17 00:00:00 2001 From: Rooholla-KhorramBakht <38699860+Rooholla-KhorramBakht@users.noreply.github.com> Date: Mon, 20 May 2024 20:29:13 -0400 Subject: [PATCH] Update setup.md --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index a381885..1a0d420 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -40,7 +40,7 @@ Finally, configure the DNS server by adding the following to the `/etc/resolv.co ```bash nameserver 8.8.8.8 ``` -**Note:** Similarly to the host computer, you can make save this configuration using the `iptables-persistent` tool. +**Note:** Similar to the host computer, you can save this configuration using the `iptables-persistent` tool. If everything has been successful, you should be able to access the internet on the robot. Run `ping 8.8.8.8` and `ping www.google.com` to verify this.