Answers for "centos ip static"

0

centos ip

ip addr show
Posted by: Guest on June-10-2020
1

set static ip centos

IPADDR=192.168.1.200
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
DNS1=1.0.0.1
DNS2=1.1.1.1
DNS3=8.8.4.4
Posted by: Guest on November-22-2020
0

set static ip centos

BOOTPROTO=static
Posted by: Guest on November-22-2020

Browse Popular Code Answers by Language