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 @ 3f8e6877
......@@ -29,12 +29,13 @@ For example to change the default static IP you can alter the line in `WiredStat
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.
If you would add your own configuration file to this folder, don't forget to give it the right file permissions:
```bash
sudo systemctl restart NetworkManager.service
sudo chmod 600 YourCustomConfiguration
```
If you would add your own configuration file to this folder, don't forget to give it the right file permissions:
After applying your changes or adding new configurations it is recommended to reload the Network Manager service and likely reboot the system as well.
```bash
sudo chmod 600 YourCustomConfiguration
```
\ No newline at end of file
sudo systemctl restart NetworkManager.service
```
Clone repository
  • Home
  • Initial Connection & Network Setup
  • RTIS Network Usage
  • Developing Python with PyCharm