Update setup.md

This commit is contained in:
Rooholla-KhorramBakht 2024-05-20 20:29:13 -04:00 committed by GitHub
parent 3669d791c7
commit 81c98b1e23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Finally, configure the DNS server by adding the following to the `/etc/resolv.co
```bash ```bash
nameserver 8.8.8.8 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. 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.