Four Methods to Configure Network in Linux
Click the blue text above to follow us Several methods to set up the network: 1. ifconfig Command Usage: ifconfig [DEVICE] ## View network informationifconfig DEVICE IP netmask NETMASK ## Set IP address Temporary effect, will be invalid after restarting the service. 2. nm-connection-editor A graphical network configuration tool, requires a graphical interface to use. … Read more