The network command line ifconfig is not installed by default in Centos 7. Users are encourage to use "ip" command.
ip address show
1. If you need old-fashioned ifconfig just which is part net-tools package just just write:
yum install net-tools
ip address show
1. If you need old-fashioned ifconfig just which is part net-tools package just just write:
yum install net-tools
Comments
Post a Comment