Hi,
Stuck with Networking

. Need your help .
I have changed /etc/hosts file on both node as below. I couldn't use public IP mentioned in Tim's previous reply since those were available bu some other host. There were pingable ( 192.168.1.101/ 102) so i choos 192.168.1.111 / 112 for public IP.
#Public
192.168.1.111 rac1.localdomain rac1
192.168.1.112 rac2.localdomain rac2
#Private
192.168.2.101 rac1-priv.localdomain rac1-priv
192.168.2.102 rac2-priv.localdomain rac2-priv
#Virtual
192.168.1.103 rac1-vip.localdomain rac1-
192.168.1.104 rac2-vip.localdomain rac2-vip
#scan
192.168.1.105 rac-scan.localdomain rac-scan
192.168.1.106 rac-scan.localdomain rac-scan
192.168.1.107 rac-scan.localdomain rac-scan
Now, After these change, i rebooted both VM node. While booting up OS, It was throwing below error messages for eth0 but status was showing "OK" .
RTNETLINK answers: Invalid argumentI tried to resolve this issue by changing NETMASK=255.255.255.0 to NETMASK=255.255.255.255 into /etc/sysconfig/network-scripts/ifcfg-eth0 & eth1 configuration files. then rebooted node again. This time it is throwing below error.
RTNETLINK answers: Network is unreachableMy requirement is to connect with internet from VM node so i can use yum to install missing packages. I have all full version OEL5 (5 disks ) available into one DVD disk but the required Packages is not there. How can I find those missing packages for 11GR2 GI ? This will eliminate this networking issue.
Any help highly appreciate.