doc
This commit is contained in:
parent
7efaa96160
commit
e1c3033283
15
hostup-network-config.md
Normal file
15
hostup-network-config.md
Normal file
@ -0,0 +1,15 @@
|
||||
# HostUp network config
|
||||
|
||||
In order to properly configure network on a HostUp VPS, some `dhcpcd` configuration is required, at the end of `/etc/dhcpcd.conf` add (replace `*` with your IPv4) :
|
||||
```
|
||||
# Hostup network config
|
||||
interface ens18
|
||||
static ip_address=*.*.*.*/24
|
||||
static routers=*.*.*.1
|
||||
static domain_name_servers=1.1.1.1
|
||||
```
|
||||
|
||||
Then restart `dhcpcd` :
|
||||
```
|
||||
# dinitctl restart dhcpcd
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user