How to configure gateway in Centos7
To configure gateway in Centos7,
Step1: Open the configuration file.
#vi /etc/sysconfig/network
Step2: Update the gateway like below
#GATEWAY=ipaddress
That's all...
For Techs.... Techniques.... Technologies....
To configure gateway in Centos7,
Step1: Open the configuration file.
#vi /etc/sysconfig/network
Step2: Update the gateway like below
#GATEWAY=ipaddress
That's all...