Tag Archives: networking

Configure RHEL 5 Networking

Configure RHEL 5 Networking Change Host Name echo layer7 > /proc/sys/kernel/hostname * See Redhat Linux Change Host Name Setup Network Card: eth0 vi /etc/sysconfig/network-scripts/ifcfg-eth0 # VMware VMXNET3 Ethernet Controller DEVICE=eth0 BOOTPROTO=static # static IP address ONBOOT=yes HWADDR=00:0a:20:56:14:0b IPADDR=192.168.1.61 NETMASK=255.255.255.0 PEERDNS=no … Continue reading

Posted in redhat | Tagged , | Leave a comment