Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • eRTIS Software Usage Guide eRTIS Software Usage Guide
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • eRTIS Software Usage GuideeRTIS Software Usage Guide
  • Wiki
  • Initial Connection & Network Setup

Initial Connection & Network Setup · Changes

Page history
Update Initial Connection & Network Setup authored Mar 05, 2024 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
Initial-Connection-&-Network-Setup.md
View page @ d910fdb2
......@@ -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).
Clone repository
  • Home
  • Initial Connection & Network Setup
  • RTIS Network Usage
  • Developing Python with PyCharm