... | ... | @@ -61,7 +61,10 @@ Lastly, on the eRTIS run the following command: |
|
|
sudo ip route add default via 192.168.1.155 proto static metric 50
|
|
|
```
|
|
|
|
|
|
Replace 192.168.1.155 with the IP that you chose for your computer. You should now have internet access on the eRTIS device, you can test this by logging in over SSH and pinging 8.8.8.8 which should now work.
|
|
|
Replace 192.168.1.155 with the IP that you chose for your computer.
|
|
|
We also have to change the DNS server edit `/etc/resolv.conf` and add the line `nameserver 8.8.8.8`.
|
|
|
|
|
|
You should now have internet access on the eRTIS device, you can test this by logging in over SSH and pinging 8.8.8.8 which should now work.
|
|
|
|
|
|
The official details to share Wi-Fi on Windows are [here](https://support.microsoft.com/en-us/windows/use-your-windows-pc-as-a-mobile-hotspot-c89b0fad-72d5-41e8-f7ea-406ad9036b85#:~:text=Select%20Start%20%2C%20then%20select%20Settings,usually%20faster%20and%20the%20default).
|
|
|
|