Fedora 22: Setting a static IP address
This is a quick tutorial on how to set a static IP address using the terminal within Fedora 22. Disable Network Manager 1. First stop and disable the gnome network manager from running on boot. systemctl stop NetworkManager.service systemctl disable NetworkManager.service 2. Now start and enable the network service to run on boot. systemctl restart network.service systemctl enable network.service Set the Static Address 1. Check which interface(s) you want to set as static. [[email protected] ~]# ifconfig em1: flags=4163 mtu 1500…