-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/operepo/ope_documentation
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Ubuntu Based Server (new system) | ||
|
||
## Change IP Address | ||
Edit the config file and restart the network stack | ||
(NOTE: If you do this wrong, you may loose network connection - make sure you can get to the system physically or via your virtualization console if it goes wrong) | ||
|
||
```sudo nano /etc/netplan/01-netcfg.yaml``` | ||
- Change address/gateway/nameservers as needed | ||
ctrl+O to save, ctrl+X to exit | ||
|
||
Restart the network services (or reboot the host) | ||
|
||
```sudo systemctl restart systemd-networkd``` | ||
|
||
|
||
|
||
|
||
# OpenSuse Based Server (old system) | ||
## Change IP Address | ||
|
||
Use yast to modify network settings. Make sure you tab through screens to set the netmask, gateway, and name servers too! |