In the University wich i works, the net uses Static IP and pure Systemd Sabayon.
i simply configured it in the NetworkManager gaphical configurator, in my case is Knetworkmanager
i operated as this:
see in the notification area, the KnetworkManager Icon, click in it.
make "new cabled connection",
disable ipv6, click on "ipv4 adress", mark on "ipv4 required for this connection", Mark "Basic Settings",
Method, use "Manual".
Set your values for "IP", "Subnet mask" and "Gateway". They are generally static in static IPs.
Add you DNS Servers. They are also Static in my Net.
If needed for your net, disable DHCP. If the net settings are overwrited, when you reboot, you also try to "uninstall", remove all the dhcp support, in order that DHCP no more works. Execute this command, with option nodeps:
- Code: Select all
# equo rm -av --nodeps --configfiles dhcpcd dhcp
if necessary, disable the services of DHCP in Systemd:
- Code: Select all
# systemctl status dhcp. service
# systemctl status dhcpcd.service
# systemctl disable dhcp.service
# systemctl disable dhcpcd.service
Then reboot the computer
Operating in this manner, at least in my computer in the University (Static IP) this works fo me. In fact, i still writing this in this comp.