Installing the Net-tools Package on Redhat RHEL / Centos 7 February 25, 2019 The the network command line tool ifconfig is not installed thus missing by default on CentOS 7 Linux. Users are instead encouraged to use…
Refreshing DHCP IP Address on Linux April 18, 2019 If you are transitioning from the Windows world of doing things, most certainly the commands ipconfig /release and ipconfig / renew mean something to…
Enabling Routing on Centos 7 with firewalld February 16, 2019 I put together a simple script to enable routing on a Centos 7 box with a dual NIC configuration. It has two prompts, one…
ifconfig Command Reference February 22, 2019 Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it…