Static IP In Linux
Configure a static IP address on CentOS 7 / RHEL 7 URL :- How to configure a static IP address on CentOS 7 / RHEL 7 Path :- cat /etc/sysconfig/network-scripts/ifcfg-enp0s3 BOOTPROTO=static IPADDR=192.168.1.150 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 DNS=8.8.8.8 Path :- cat /etc/resolv.conf # Generated by NetworkManager ...
Comments
Post a Comment