• Fri. Mar 17th, 2023

IP Address

  • Home
  • CentOS / RedHat: Quick Network Bonding eth0 and eth1

CentOS / RedHat: Quick Network Bonding eth0 and eth1

to quickly create a Network bondign on eth0 and eth1 on CentOS and RedHat do the following: cd /etc/sysconfig/network-scripts vi ifcfg-eth1        # fill the following DEVICE=eth1 USERCTL=no ONBOOT=yes MASTER=bond0…

RedHat 6.x/CentOS 6.x: Rename RHN Satellite (Spacewalk) Server

In relation to rename a server which was acting as a Satellite server. Howto change the Hostname of a RHN Satellite server (Spacewalk Server) 1) you need to change the server to…

Linux: Howto show the Servers IP address at the login console

Howto show the Servers IP address at the login console I have a few test systems running as virtual guests and assign them IP Addresses from my DHCP. Ideally when…