You are not logged in.
Pages: 1
Greetings and happy new year.
I've installed arch in my vps , but i have installed only base and sshd.
I have set an ip with :
$ ip addr add 10.0.0.1/24 dev eth0
Now when i reboot my ip configuration is lost.
Should i install a systemd network manager?
Offline
Please refer to https://wiki.archlinux.org/index.php/Ne … figuration.
ip set by
ip addr add 10.0.0.1/24 dev eth0 will be lost. You need to use a network manager. The default network manager is systemd-networkd (which does not require an additional package). Refer to this page for configuration:https://wiki.archlinux.org/index.php/Systemd-networkd
By the way, don't forget to enable systemd-resolved for dns support.
Offline
Thanks for the reply. indeed i managed to set my network interface correctly by :
# nano /etc/systemd/network/ens3.network
The content should be as follows:
[Match]
Name=ens3
[Network]
DHCP=ipv4
Last edited by chomwitt (2021-01-12 13:54:36)
Offline
I am glad that you get this fixed. Maybe you should mark this topic as [SOLVED] to let others know.
Offline
Pages: 1