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 Aug 02, 2021 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
Initial-Connection-&-Network-Setup.md
View page @ ce4d0bc5
......@@ -27,4 +27,14 @@ There you will find the two default configuration settings called `WiredDHCP` an
For example to change the default static IP you can alter the line in `WiredStatic` that will set the IP:
```bash
address1=192.168.1.150/24,192.168.1.1
```
Afterwards, you should reload the Network Manager service and likely reboot the system as well.
```bash
sudo systemctl restart NetworkManager.service
```
If you would add your own configuration file to this folder, don't forget to give it the right file permissions:
```bash
sudo chmod 600 YourCustomConfiguration
```
\ No newline at end of file
Clone repository
  • Home
  • Initial Connection & Network Setup
  • RTIS Network Usage
  • Developing Python with PyCharm